Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hhhscvx/pocketrocketbot

Auto farm bot for Telegram mini app @pocket_rocket_game_bot Pocket Rocket farm.
https://github.com/hhhscvx/pocketrocketbot

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

Last synced: 2 days ago
JSON representation

Auto farm bot for Telegram mini app @pocket_rocket_game_bot Pocket Rocket farm.

Awesome Lists containing this project

README

        

[](https://t.me/hhhscvx)

![img1](.github/images/demo.png)

## Functionality

| Functional | Supported |
| -------------------------------------------------------------- | :-------: |
| Multithreading | ✅ |
| Binding a proxy to a session | ✅ |
| Auto-purchase of items if you have coins (tap, energy, charge) | ✅ |
| Auto Claiming | ✅ |
| Random sleep time between clicks | ✅ |
| Random number of clicks per request | ✅ |

## [Change Settings](https://github.com/hhhscvx/PocketRocketBot/blob/master/bot/config/config.py)

| Settings | Description |
| --------------------- | ----------------------------------------------------------------------- |
| **API_ID / API_HASH** | Platform data from which to launch a Telegram session (stock - Android) |

## Installation

You can download [**Repository**](https://github.com/hhhscvx/PocketRocketBot) by cloning it to your system and installing the necessary dependencies:

```shell
~ >>> git clone https://github.com/hhhscvx/PocketRocketBot.git
~ >>> cd PocketRocketBot

#Linux
~/PocketRocketBot >>> python3 -m venv venv
~/PocketRocketBot >>> source venv/bin/activate
~/PocketRocketBot >>> pip3 install -r requirements.txt
~/PocketRocketBot >>> cp .env-example .env
~/PocketRocketBot >>> nano .env # Here you must specify your API_ID and API_HASH , the rest is taken by default
~/PocketRocketBot >>> python3 main.py

#Windows
~/PocketRocketBot >>> python -m venv venv
~/PocketRocketBot >>> venv\Scripts\activate
~/PocketRocketBot >>> pip install -r requirements.txt
~/PocketRocketBot >>> copy .env-example .env
~/PocketRocketBot >>> # Specify your API_ID and API_HASH, the rest is taken by default
~/PocketRocketBot >>> python main.py
```

[You can change bot settings here](https://github.com/hhhscvx/PocketRocketBot/blob/master/bot/config/config.py)

Also for quick launch you can use arguments, for example:
```shell
~/PocketRocketBot >>> python3 main.py --action (1/2/3)
# Or
~/PocketRocketBot >>> python3 main.py -a (1/2/3)

#1 - Create session
#2 - Run clicker
```