Skip to content

web3bothub/BIRDTonBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIRDTonBot

🖱️ clicker for https://t.me/BIRDTonBot

Functionality

Functional Supported
Auto play game
Auto upgrade multiplier
Auto view ads
Support multi account

Settings data file

Setting Description
query_id fill the data.txt file with your data, how to get data you can refer to How to Get Data

Requirements

  • Python 3.9 (you can install it here)
  • How to Get Data (you can get them here)

Auto Install/Run

  • Click on Install.bat to automatically install the required dependencies
  • Then click on START.bat to run the project

Menual Install/Run

  1. Run the bot:
    python bot.py

How to Get Data

  1. Active web inspecting in telegram app
  2. Goto bot and open the apps
  3. Press F12 on your keyboard to open devtool or right click on app and select Inspect
  4. Goto console menu and copy javascript code then paste on console menu
  5. If you don't receive error message, it means you successfully copy telegram data then paste on query.txt (1 line for 1 telegram data)

Example telegram data

user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx
  1. If you want to add more account. Just paste telegram second account data in line number 2.

Maybe like this sample in below

1.user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx
2.user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx

Javascript Command to Get Telegram Data for Desktop

copy(Telegram.WebApp.initData)

Telegram Channel

✅ Channel for information and training on Telegram airdrop bots 🔷 Follow us on Telegram : SIZIFAIRDROP

Discussion

If you have an question or something you can ask in here : F.Davoodi

About

BIRDTonBot App AutoClicker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Batchfile 0.3%