https://github.com/tor968/y-nation_bot
For suggestions and questions, write in the tg channel
https://github.com/tor968/y-nation_bot
bot game telegram y y-nation
Last synced: over 1 year ago
JSON representation
For suggestions and questions, write in the tg channel
- Host: GitHub
- URL: https://github.com/tor968/y-nation_bot
- Owner: TOR968
- License: mit
- Created: 2025-01-05T19:45:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T16:56:29.000Z (over 1 year ago)
- Last Synced: 2025-02-11T17:47:01.167Z (over 1 year ago)
- Topics: bot, game, telegram, y, y-nation
- Language: JavaScript
- Homepage: https://t.me/tor_dev
- Size: 115 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Y-Nation_Bot
| ✅ | Feature |
| --- | --------------------------- |
| ✅ | Daily rewards automation |
| ✅ | Boost start automation |
| ✅ | Multiple account support |
| ✅ | Proxy support (SOCKS/HTTP) |
| ✅ | Quest automation |
| ✅ | Lesson automation |
| ✅ | User-Agent rotation |
| ✅ | Scheduled runs |
| ✅ | Auto email generation |
| ✅ | Auto email verification |
## For suggestions or to report a bug, please contact [telegram](https://t.me/tor_dev)
## [Support the development 💙](https://support-me-ruby.vercel.app/)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/TOR968/Y-Nation_Bot.git
cd Y-Nation_Bot
```
2. Install dependencies:
```bash
npm install
```
3. Configure your accounts in `data.txt`:
```
account_1_tgInitData
account_2_tgInitData
account_3_tgInitData
```
4. (Optional) Add proxies to `proxy.txt`:
```
http://user:pass@host:port
https://user:pass@host:port
socks4://user:pass@host:port
socks5://user:pass@host:port
```
5. Adjust settings in `config.json`:
```json
{
"tasksToSkip": ["Task 1", "Task 2"], // List of tasks to skip. Tasks that can only be performed manually
"autoEmailVerification": true // If set to (true), email will be automatically generated and verified. The link to the email can be found in the `emails.txt` file. If set to (false), the task with email verification will be skipped
}
```
## How to Get tgInitData
1. Open the game in Telegram or Browser
2. Open Developer Tools (F12)
3. Go to Application tab
4. Look for the `tgWebAppData` parameter
5. Copy the entire value and paste it in `data.txt`

## Usage
Run the bot with:
```bash
node index.js
```
## Disclaimer
This bot is for educational purposes only. Use at your own risk and responsibility.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.