This Node.js script automates interactions with the TsubasaAPI, a platform for managing Tsubasa tasks and rewards. It handles user creation, task completion, and balance tracking for multiple accounts.
- Automatic upgrade card
- Prioritize upgrading high-yield cards first
- Task completion automation
- Auto daily attendance
- Support multi accounts
- Node.js (v12.0.0 or higher recommended)
- npm (Node Package Manager)
- Clone this repository or download the source code.
- Navigate to the project directory in your terminal.
- Install the required dependencies:
npm install
- Edit
data.txt
. - Add authorization tokens for each account, one per line.
Run the script using Node.js:
node main.js
To register a new account, use the following link:
After registration, add your authorization token to the data.txt
file.
- This script is designed to run continuously. Use Ctrl+C to stop execution.
- Ensure you comply with the TsubasaAPI terms of service when using this automation script.
- The script includes error handling, but monitor its execution for any unexpected behavior.
This script is provided for educational purposes only. Use it responsibly and in accordance with the TsubasaAPI's terms of service.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.