AutoBIRDTon automates playing flappy-bird like game BIRDTon in Telegram.
Its a Python application with a graphical user interface that automates playing BIRDTon. It provides a user-friendly interface for connecting to a game, setting target scores, and monitoring progress.
(Click the image to watch the showcase video)
- User-friendly GUI
- Profile information display
- Game control with target score setting
- Real-time progress tracking
- Collapsible console for logging game events
- Infinite game mode
- Emulate watching ads
- Python 3.8+
- Clone this repository:
git clone https://github.com/jzr-supove/autobirdton.git
- Navigate to the project directory:
cd autobirdton
- Install required dependencies:
pip install -r requirements.txt
- Specify your
user-agent
andsec-ch-ua
in.env
file (optional, but recommended):-
Create
.env
file from.env.example
:cp .env.example .env
-
Open
.env
file and populate it with your header valuesYou can get your header values by visiting this site from inside Telegram on your phone https://modheader.com/headers
-
- Run the application:
python main.py
- Enter your authentication key in the provided field.
- Click "Connect" to establish a connection with the game server.
- Once connected, your profile information will be displayed.
- Enter your desired target score in the "Target Score" field.
- Click "Start Game" to begin the automated gameplay.
- Monitor the progress bar and console for real-time updates.
-
Login to web version of Telegram: https://web.telegram.org
-
Launch BIRDTon game
-
Open DevTools tab (F12)
-
Select Console tab, switch console context from
top
tobirdton.site
-
Execute this command:
JSON.stringify(window.Telegram.WebApp)
-
Copy the resulting JSON as string (Right-click, select "Copy string contents")
Contributions are welcome! Please feel free to submit a Pull Request.
Please support the project by giving it a star ⭐️
This project is licensed under the MIT License - see the LICENSE file for details.
- Telegram: @JZRLog
This project is for educational purposes only. Please use responsibly and in accordance with the terms of service of any games you may use it with.