sinkcoder / hamster-kombat-automator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About


Languages

Language:TypeScript 98.4%Language:JavaScript 1.6%