This script automates various tasks for the Animix miniapp telegram.
- Auto Join/Claim Missions
- Auto Gatcha New Pets
- Auto Complete Quests
- Auto Merge Pets
- Auto Claim Rewards
- Support Multy accounts
- Support Proxy Usage
- Node.js installed on your machine
users.txt
file containing user data follow instruction below to get:- Open Animix miniapp telegram https://t.me/animix_game_bot
- inspect or just F12 find application
- in session storage find
tgWebAppData
and copy all value.user=....
-
Clone the repository:
git clone https://github.com/Zlkcyber/animixBot.git cd animixBot
-
Install the required dependencies:
npm install
-
Input your user data in
users.txt
file, one user per line;nano users.txt
-
optionally you can use proxy:
- paste proxy in
proxy.txt
formathttp://username:password@ip:port
nano proxy.txt
- Run the script:
npm run start
This project is licensed under the MIT License.