{"id":26475235,"url":"https://github.com/tor968/claytonbot","last_synced_at":"2025-03-19T23:16:31.617Z","repository":{"id":259730691,"uuid":"862338751","full_name":"TOR968/ClaytonBot","owner":"TOR968","description":"For suggestions and questions, write in the tg channel","archived":false,"fork":false,"pushed_at":"2024-12-14T12:19:39.000Z","size":334,"stargazers_count":22,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-14T13:25:17.196Z","etag":null,"topics":["bot","clayton","game","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"https://t.me/tor_dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TOR968.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-24T12:42:02.000Z","updated_at":"2024-12-14T12:19:43.000Z","dependencies_parsed_at":"2024-11-19T23:35:13.078Z","dependency_job_id":null,"html_url":"https://github.com/TOR968/ClaytonBot","commit_stats":null,"previous_names":["tor968/claytonbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FClaytonBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FClaytonBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FClaytonBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FClaytonBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TOR968","download_url":"https://codeload.github.com/TOR968/ClaytonBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244520157,"owners_count":20465632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","clayton","game","telegram","telegram-bot"],"created_at":"2025-03-19T23:16:31.115Z","updated_at":"2025-03-19T23:16:31.599Z","avatar_url":"https://github.com/TOR968.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClaytonBot\n\n| ✅ | Feature                     |\n|----|-----------------------------|\n| ✅ | Automates playing a game 1024 |\n| ✅ | Performs daily tasks         |\n| ✅ | Performs partner tasks         |\n| ✅ | Performs other task         |\n| ✅ | Daily check                 |\n| ✅ | Multiple accounts            |\n| ✅ | Proxy            |\n\n## For suggestions or to report a bug, please contact here [telegram](https://t.me/tor_dev)\n\n## Installation\n\n1. Clone the repository:\n   - Open your terminal or command prompt.\n   - Navigate to the directory where you want to install the bot.\n   - Run the following command:\n     ```\n     git clone https://github.com/TOR968/ClaytonBot.git\n     ```\n   - This will create a new directory named `ClaytonBot` with the project files.\n\n2. Navigate to the project directory:\n   - Change into the newly created directory:\n     ```\n     cd ClaytonBot\n     ```\n\n3. Install the required dependencies:\n   ```\n   npm install\n   ```\n\n4. Open the `data.txt` file in a text editor and replace `INIT_DATA` with your actual authentication token:\n   ```\n   your_actual_token1_here\n   your_actual_token2_here\n   your_actual_token3_here\n   ```\n\n5. If you need a proxy, fill in the file `proxy.txt` if not, leave it blank [example](proxy-example.txt).\n\n## How to Get Your Token\n\nTo obtain your authentication token:\n\n1. Log in to the Master Protocol mini-app in telegram web or desktop.\n2. Open your browser's Developer Tools (usually F12 or right-click and select \"Inspect\").\n3. Go to the \"Application\" tab in the Developer Tools.\n4. Copy tgWabAppData highlighted in green.\n\n![img](image.jpg)\n\n5. Copy this tgWabAppData and paste it into your `data.txt` file.\n\n![img](urlId.png)\n\n6. Copy this id from url in Network and paste it into your `config.json` file (if you do not see the queries, press the key combination Ctrl + R). UPDATE DAILY!!!\n\n7. Setup config \n```\n{\n    \"urlId\" : \"cc8errew-6erd-4dwb-arer6b-6a33rewrw7\", // id from item 6\n    \"multiplier\" : 3, // multiplier after the game maximum value is 3 (use 1-2 for 3 can get you banned)\n    \"tileSequence\" : [2, 4, 8, 16, 32, 64, 128, 256, 512, 1024] // maximum value 1024\n}\n```\n\n**Important**: Keep your token secret and never share it publicly. It provides access to your account.\n\n## Usage\n\nTo run the bot, use the following command in your terminal:\n\n```\nnode index.js\n```\n\n## Activating Developer Console in Telegram Desktop\n\nTo run this script using Telegram Desktop:\n\nOpen Telegram Desktop\nGo to Settings \u003e Advanced \u003e Experimental settings\nFind and enable the \"Enable webview inspecting\" option\n\n![settings](image.png)\n\nOn macOS: Right-click and choose \"Inspect\" in the webview windows, or open from the Develop menu in Safari\nOn Windows/Linux: Use the keyboard shortcut Ctrl + Shift + I or F12\n\n\nRestart Telegram Desktop to apply the changes\n\n## Disclaimer\n\nThis bot is for educational purposes only. Use it at your own risk and make sure you comply with the terms of service of the platform you're using it on.\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftor968%2Fclaytonbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftor968%2Fclaytonbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftor968%2Fclaytonbot/lists"}