{"id":22750362,"url":"https://github.com/hunga9k50doker/tomarketnew","last_synced_at":"2025-03-30T06:22:47.993Z","repository":{"id":259707562,"uuid":"876183903","full_name":"Hunga9k50doker/TomarketNew","owner":"Hunga9k50doker","description":"Tool tomarket telegram bot","archived":false,"fork":false,"pushed_at":"2024-10-27T12:15:56.000Z","size":113,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T08:28:37.260Z","etag":null,"topics":["javascript","telegram","telegram-bot","tomarket","tomarket-auto"],"latest_commit_sha":null,"homepage":"https://t.me/airdrophuntersieutoc","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hunga9k50doker.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-10-21T14:36:04.000Z","updated_at":"2024-11-20T23:06:11.000Z","dependencies_parsed_at":"2024-10-27T14:00:40.940Z","dependency_job_id":null,"html_url":"https://github.com/Hunga9k50doker/TomarketNew","commit_stats":null,"previous_names":["hunga9k50doker/tomarketnew"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hunga9k50doker%2FTomarketNew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hunga9k50doker%2FTomarketNew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hunga9k50doker%2FTomarketNew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hunga9k50doker%2FTomarketNew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hunga9k50doker","download_url":"https://codeload.github.com/Hunga9k50doker/TomarketNew/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246282980,"owners_count":20752487,"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":["javascript","telegram","telegram-bot","tomarket","tomarket-auto"],"created_at":"2024-12-11T04:14:21.141Z","updated_at":"2025-03-30T06:22:47.978Z","avatar_url":"https://github.com/Hunga9k50doker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# Use Node.Js 18 or greater\r\n\r\n## Functionality\r\n\r\n| Functional                                                    | Supported |\r\n| ------------------------------------------------------------- | :-------: |\r\n| Claiming daily reward                                         |    ✅     |\r\n| Claiming Farming reward                                       |    ✅     |\r\n| Claiming tasks                                                |    ✅     |\r\n| Starting Farming                                              |    ✅     |\r\n| Playing games                                                 |    ✅     |\r\n| Multithreading                                                |    ✅     |\r\n| Binding a proxy to a session                                  |    ✅     |\r\n| Auto-purchase of items if you have coins (multitap, attempts) |    ✅     |\r\n| Binding a proxy to a session/query_id                         |    ✅     |\r\n| Random sleep time between clicks                              |    ✅     |\r\n\r\n\r\n## [Settings]\r\n\r\n| Settings                       | Description                                                                |\r\n| ------------------------------ | -------------------------------------------------------------------------- |\r\n| **API_ID / API_HASH**          | Platform data from which to launch a Telegram session (stock - Android)    |\r\n| **AUTO_PLAY_GAME**             | Whether the bot play the games (True / False)                              |\r\n| **AUTO_CLAIM_DAILY_REWARD**    | Whether the bot should claim the daily rewards (True / False)              |\r\n| **AUTO_FARM**                  | Whether the bot should start and claim farming (True / False)              |\r\n| **AUTO_TASKS**                 | Whether the bot should claim tasks (True / False)                          |\r\n| **AUTO_CLAIM_STARTS**          | Whether the bot should claim stars (True / False)                          |\r\n| **AUTO_CLAIM_COMBO**           | Whether the bot should claim combo (True / False)                          |\r\n| **SLEEP_BETWEEN_TAP**          | Delay between taps in seconds (eg. 70)                                     |\r\n| **DELAY_BETWEEN_STARTING_BOT** | Delay between starting in seconds (eg. [20, 30])                           |\r\n| **USE_PROXY_FROM_JS_FILE**     | Whether to use proxy from the `bot/config/proxies.js` file (True / False)  |\r\n| **USE_PROXY_FROM_TXT_FILE**    | Whether to use proxy from the `bot/config/proxies.txt` file (True / False) |\r\n\r\n## Installation\r\n\r\n#Linux and MocOS\r\n~/ToMarketBot \u003e\u003e\u003e chmod +x check_node.sh\r\n~/ToMarketBot \u003e\u003e\u003e ./check_node.sh\r\n\r\nOR\r\n\r\n~/ToMarketBot \u003e\u003e\u003e npm install\r\n~/ToMarketBot \u003e\u003e\u003e cp .env-example .env\r\n~/ToMarketBot \u003e\u003e\u003e nano .env # Here you must specify your API_ID and API_HASH , the rest is taken by default\r\n~/ToMarketBot \u003e\u003e\u003e node index.js\r\n\r\n#Windows\r\n1. Double click on INSTALL.bat in ToMarketBot directory to install the dependencies\r\n2. Double click on START.bat in ToMarketBot directory to start the bot\r\n\r\nOR\r\n\r\n~/ToMarketBot \u003e\u003e\u003e npm install\r\n~/ToMarketBot \u003e\u003e\u003e cp .env-example .env\r\n~/ToMarketBot \u003e\u003e\u003e # Specify your API_ID and API_HASH, the rest is taken by default\r\n~/ToMarketBot \u003e\u003e\u003e node index.js\r\n```\r\n\r\nAlso for quick launch you can use arguments, for example:\r\n\r\n```shell\r\n~/ToMarketBot \u003e\u003e\u003e node index.js --action=1\r\n\r\nOR\r\n\r\n~/ToMarketBot \u003e\u003e\u003e node index.js --action=2\r\n\r\n#1 - Create session\r\n#2 - Run clicker\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunga9k50doker%2Ftomarketnew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhunga9k50doker%2Ftomarketnew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunga9k50doker%2Ftomarketnew/lists"}