# Tsubasa-BOT Automation Script

## Overview

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.

## Features

- Automatic upgrade card
- Prioritize upgrading high-yield cards first
- Task completion automation
- Auto daily attendance
- Support multi accounts

## Prerequisites

- Node.js (v12.0.0 or higher recommended)
- npm (Node Package Manager)

## Installation

1. Clone this repository or download the source code.
2. Navigate to the project directory in your terminal.
3. Install the required dependencies:

```bash
npm install
```

## Configuration

1. Edit `data.txt`.
2. Add authorization tokens for each account, one per line.

## Usage

Run the script using Node.js:

```bash
node main.js
```

## Registration

To register a new account, use the following link:

[Register for Tsubasa](https://t.me/TsubasaRivalsBot/start?startapp=inviter_id-6944804952)

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 TsubasaAPI 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 TsubasaAPI'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](LICENSE).
