Cats-BOT Automation Script
Overview
This Node.js script automates interactions with the CatsAPI, a platform for managing cat-related tasks and rewards. It handles user creation, task completion, and balance tracking for multiple accounts.
Features
- Automatic user registration
- Task completion automation
- Balance tracking for individual accounts
- Total balance calculation across all accounts
- Periodic execution with a configurable interval
Prerequisites
- Node.js (v12.0.0 or higher recommended)
- npm (Node Package Manager)
Installation
- Clone this repository or download the source code.
- Navigate to the project directory in your terminal.
- Install the required dependencies:
npm install
Configuration
- Edit
data.txt
.
- Add authorization tokens for each account, one per line.
Usage
Run the script using Node.js:
node main.js
The script will:
- Process each account in
data.txt
- Create users if necessary
- Complete available tasks
- Display individual and total balances
- Wait for 6 hours before the next cycle
Registration
To register a new account, use the following link:
Register for Cats
After registration, add your authorization token to the data.txt
file.
Important Notes
- This script is designed to run continuously. Use Ctrl+C to stop execution.
- Ensure you comply with the CatsAPI terms of service when using this automation script.
- The script includes error handling, but monitor its execution for any unexpected behavior.
Disclaimer
This script is provided for educational purposes only. Use it responsibly and in accordance with the CatsAPI's terms of service.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is open source and available under the MIT License.