A Python bot for interacting with the Major Telegram Bot API. This bot can perform various tasks such as checking in, managing tasks, holding coins, spinning, and retrieving user information.
To use this bot, you need to register it with the Major Telegram Bot.
- Open the Major Telegram Bot
- Click on the "Start App" or "Open App" button
- Install This Major Telegram Bot
- Have Fun 🦈
- Puzzle: Semi-automatic Solve Durov Puzzle
NEW
add puzzle number to puzzle.txt separated with (,) coma eg:8,1,14,11
its the " BOX NUMBER " - Check In: Automatically check in and increase the visit count.
- Task Management: Retrieve and complete daily tasks.
- Coin Holding: Play the hold coin game with a random amount.
- Spin: Spin the roulette and handle various responses.
- Swipe Coin: Swipe coin on the screen and claim coin rewards.
- User Info: Retrieve user information including balance and position.
- Python 3.8+
-
Clone the repository
git clone https://github.com/jawikas/major-bot.git
-
Navigate to the project directory
cd major-bot
-
Create a virtual environment (optional but recommended)
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install dependencies
pip install -r requirements.txt
-
Create a
config.json
fileThe
config.json
file should be in the root directory of the project. Here is a sample configuration:{ "use_proxies": true, "auto_complete_task": true, "auto_play_game": true, "account_delay": 5, "game_delay": 3, "wait_time": 3600, "data_file": "data.txt" }
auto_complete_task
: Whether to automatically complete tasks.auto_play_game
: Whether to automatically play the All Game.account_delay
: Delay between processing each account (in seconds).wait_time
: Delay between processing all accounts (in seconds).game_delay
: Delay between processing for Each Game (in seconds)data_file
: File containing account data.
-
Create a
proxies.txt
fileThe
proxies.txt
file should be in the root directory and contain a list of proxies in the formatusername:password@host:port
.Example:
user1:pass1@ip1:port1 user2:pass2@ip2:port2
-
Create a
data.txt
fileThe
data.txt
file should be in the root directory and contain one account per line.Example:
query1 query2
To run the bot, execute the following command:
python bot.py
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or support, please contact [ https://t.me/DeeplChainSup ]