An automatic clicker for the (Hamster ~ TapSwap ~ CexIO ~ Blum ~ Rocky Rabbit) bots.
Follow these steps to install and set up the automatic clicker on Telegram:
Clone the Repository
git clone https://github.com/Poryaei/All-In-One
cd All-In-One
Create and Activate a Virtual Environment
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
Install Dependencies
pip install -r requirements.txt
Configure Telegram Accounts
Edit the Configuration File
config.json
file and edit the necessary parameters.config.json
:
{
"api_id": 8086441,
"api_hash": "2a305482a93b5a762d2acd4be90dd00f",
"admin": 6135970338,
"bot_token": "",
"tapswap_clicker": "off",
"hamster_clicker": "on",
"cexio_clicker": "on",
"blum_clicker": "on",
"auto_upgrade": true,
"max_days_for_return": 5,
"max_charge_level": 5,
"max_energy_level": 10,
"max_tap_level": 10,
"cexio_ref_code": "1716310450941700",
"blum_ref_code": "AacKuW83Rh"
}
admin
with the numeric ID of the admin. You can get this ID by contacting @chatIDrobot on Telegram.tapswap_clicker
, hamster_clicker
, cexio_clicker
, blum_clicker
) to "off", the bot will not interact with that specific bot.max_days_for_return
setting is for the Hamster bot. It specifies the maximum number of days it should take for a card to return its profit.max_charge_level
, max_energy_level
, and max_tap_level
settings are for the TapSwap bot.cexio_ref_code
and blum_ref_code
with your own referral codes.To manage multiple accounts, you need to set up a bot token obtained from BotFather. Follow these steps:
Create a Telegram Bot via BotFather
/newbot
command to create a new bot.Insert the Bot Token into config.json
config.json
file."bot_token"
field.{
"api_id": 8086441,
"api_hash": "2a305482a93b5a762d2acd4be90dd00f",
"admin": 6135970338,
"bot_token": "YOUR_BOT_TOKEN_HERE",
"tapswap_clicker": "off",
"hamster_clicker": "on",
"cexio_clicker": "on",
"blum_clicker": "on",
"auto_upgrade": true,
"max_days_for_return": 5,
"max_charge_level": 5,
"max_energy_level": 10,
"max_tap_level": 10,
"cexio_ref_code": "1716310450941700",
"blum_ref_code": "AacKuW83Rh"
}
Run the Multi-Account Script
python multi-account.py
Send /help Command
/help
to the bot.Monitor the Logs
config.json
file is correctly configured.For further assistance, please reach out to the project maintainer.
This guide provides a comprehensive setup and usage manual for the All-In-One Automatic Clicker. Make sure to follow each step carefully to ensure the tool functions correctly.
The configuration file has been updated as follows:
{
"api_id": 8086441,
"api_hash": "2a305482a93b5a762d2acd4be90dd00f",
"admin": 6135970338,
"bot_token": "",
"tapswap_clicker": "off",
"hamster_clicker": "on",
"cexio_clicker": "on",
"blum_clicker": "on",
"auto_upgrade": true,
"max_days_for_return": 5,
"max_charge_level": 5,
"max_energy_level": 10,
"max_tap_level": 10,
"cexio_ref_code": "1716310450941700",
"blum_ref_code": "AacKuW83Rh"
}
The app.py
part of the project is no longer available.