{"id":18317831,"url":"https://github.com/hhhscvx/pocketrocketbot","last_synced_at":"2025-04-09T13:50:47.575Z","repository":{"id":259351506,"uuid":"877649100","full_name":"hhhscvx/PocketRocketBot","owner":"hhhscvx","description":"Auto farm bot for Telegram mini app @pocket_rocket_game_bot Pocket Rocket farm.","archived":false,"fork":false,"pushed_at":"2024-11-05T05:23:27.000Z","size":116,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-05T18:07:40.883Z","etag":null,"topics":["bot","clicker","farmer","miner","pocket-rocket","pocket-rocket-auto-bot","pocket-rocket-auto-tap","pocket-rocket-bot","pocket-rocket-clicker","pyrogram","python","python-bot","tapper","tg-bot","tg-mini-app"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hhhscvx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-24T02:11:19.000Z","updated_at":"2024-11-05T05:23:31.000Z","dependencies_parsed_at":"2024-10-24T19:04:34.519Z","dependency_job_id":"27de0ec9-2ec2-4bcc-9995-d2d94cc9b2e8","html_url":"https://github.com/hhhscvx/PocketRocketBot","commit_stats":null,"previous_names":["hhhscvx/pocketrotcketbot","hhhscvx/pocketrocketbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhhscvx%2FPocketRocketBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhhscvx%2FPocketRocketBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhhscvx%2FPocketRocketBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhhscvx%2FPocketRocketBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hhhscvx","download_url":"https://codeload.github.com/hhhscvx/PocketRocketBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054218,"owners_count":21039951,"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","clicker","farmer","miner","pocket-rocket","pocket-rocket-auto-bot","pocket-rocket-auto-tap","pocket-rocket-bot","pocket-rocket-clicker","pyrogram","python","python-bot","tapper","tg-bot","tg-mini-app"],"created_at":"2024-11-05T18:07:39.816Z","updated_at":"2025-04-09T13:50:47.532Z","avatar_url":"https://github.com/hhhscvx.png","language":"Python","readme":"[\u003cimg src=\"https://img.shields.io/badge/Telegram-%40Me-orange\"\u003e](https://t.me/hhhscvx)\n\n![img1](.github/images/demo.png)\n\n## Functionality\n\n| Functional                                                     | Supported |\n| -------------------------------------------------------------- | :-------: |\n| Multithreading                                                 |    ✅     |\n| Binding a proxy to a session                                   |    ✅     |\n| Auto-purchase of items if you have coins (tap, energy, charge) |    ✅     |\n| Auto Claiming                                                  |    ✅     |\n| Random sleep time between clicks                               |    ✅     |\n| Random number of clicks per request                            |    ✅     |\n\n## [Change Settings](https://github.com/hhhscvx/PocketRocketBot/blob/master/bot/config/config.py)\n\n| Settings              | Description                                                             |\n| --------------------- | ----------------------------------------------------------------------- |\n| **API_ID / API_HASH** | Platform data from which to launch a Telegram session (stock - Android) |\n\n## Installation\n\nYou can download [**Repository**](https://github.com/hhhscvx/PocketRocketBot) by cloning it to your system and installing the necessary dependencies:\n\n```shell\n~ \u003e\u003e\u003e git clone https://github.com/hhhscvx/PocketRocketBot.git\n~ \u003e\u003e\u003e cd PocketRocketBot\n\n#Linux\n~/PocketRocketBot \u003e\u003e\u003e python3 -m venv venv\n~/PocketRocketBot \u003e\u003e\u003e source venv/bin/activate\n~/PocketRocketBot \u003e\u003e\u003e pip3 install -r requirements.txt\n~/PocketRocketBot \u003e\u003e\u003e cp .env-example .env\n~/PocketRocketBot \u003e\u003e\u003e nano .env # Here you must specify your API_ID and API_HASH , the rest is taken by default\n~/PocketRocketBot \u003e\u003e\u003e python3 main.py\n\n#Windows\n~/PocketRocketBot \u003e\u003e\u003e python -m venv venv\n~/PocketRocketBot \u003e\u003e\u003e venv\\Scripts\\activate\n~/PocketRocketBot \u003e\u003e\u003e pip install -r requirements.txt\n~/PocketRocketBot \u003e\u003e\u003e copy .env-example .env\n~/PocketRocketBot \u003e\u003e\u003e # Specify your API_ID and API_HASH, the rest is taken by default\n~/PocketRocketBot \u003e\u003e\u003e python main.py\n```\n\n[You can change bot settings here](https://github.com/hhhscvx/PocketRocketBot/blob/master/bot/config/config.py)\n\nAlso for quick launch you can use arguments, for example:\n```shell\n~/PocketRocketBot \u003e\u003e\u003e python3 main.py --action (1/2/3)\n# Or\n~/PocketRocketBot \u003e\u003e\u003e python3 main.py -a (1/2/3)\n\n#1 - Create session\n#2 - Run clicker\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhhscvx%2Fpocketrocketbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhhhscvx%2Fpocketrocketbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhhscvx%2Fpocketrocketbot/lists"}