Alt text

Like my bot? Buy me a coffee. Thanks for your support!
0x251d1EA8113549B6874cF30e32C2030f423BB655

📜 Script features

  • caching telegram web data for 24 hours to avoid flood ban
  • real user agents (android)
  • proxy binding to an account
  • support running on multiple accounts (single-threaded execution in parallel mode)

🤖 Automator functionality

  • buying upgrades at the best price/profit ratio
  • auto-clicker
  • use of daily energy recharger
  • daily reward collection
  • exchange selection
  • ability to enable/disable auto-clicker

📝 Settings via .env file

Property Description
🔑 API_ID / API_HASH Telegram client app credentials (FYI)
🖱️ TAP_MODE OFF/ON auto clicker (true / false) - default true

📥 Installation

  1. Download & install nodejs >= 16 link
  2. Clone the repository
  3. Create an .env file and insert your values (variables in .env-example)
  4. npm install
  5. npm run build

🚀 Startup

  1. npm run start
  2. Select Add new account and follow the instructions
  3. npm run start
  4. Select Run automator --> DONE!

🤝 For contributors

  • to start in development mode, use npm run dev
  • before creating a pull request, run the following commands and fix the errors if necessary:
    • npm run type-check (typescript typing check)
    • npm run lint (running eslint)