https://github.com/airdropinsiders/animix-auto-bot
https://github.com/airdropinsiders/animix-auto-bot
animix-auto animix-bot animix-bot-tg animix-tg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/airdropinsiders/animix-auto-bot
- Owner: airdropinsiders
- License: mit
- Created: 2024-12-22T11:34:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T12:32:15.000Z (5 months ago)
- Last Synced: 2025-01-04T13:41:30.755Z (5 months ago)
- Topics: animix-auto, animix-bot, animix-bot-tg, animix-tg
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Animix telegram miniapp bot
This script automates various tasks for the Animix miniapp telegram.
## Features
- **Auto Join/Claim Missions**
- **Auto Gatcha New Pets**
- **Auto Complete Quests**
- **Auto Merge Pets**
- **Auto Claim Rewards**
- **Support Multy accounts**
- **Support Proxy Usage**## Prerequisites
- 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](https://t.me/animix_game_bot?startapp=3zIZkNa9cbQN)
- inspect or just F12 find application
- in session storage find `tgWebAppData` and copy all value. `user=....`
## Installation
1. Clone the repository:
```sh
git clone https://github.com/airdropinsiders/Animix-Auto-Bot.git
cd Animix-Auto-Bot
```2. Install the required dependencies:
```sh
npm install
```
3. Input your user data in `users.txt` file, one user per line;
```sh
nano users.txt
```
4. optionally you can use proxy:
- paste proxy in `proxy.txt` format `http://username:password@ip:port`
```sh
nano proxy.txt
```
5. Run the script:
```sh
npm run start
```## 
This project is licensed under the [MIT License](LICENSE).