Skip to content

cucumber-pickle/BirdsCum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birds - Auto Claim Bot

A Python-based automation scripts that uses no API Telegram for interacting with the Birds

Join our Telegram GitHub

Register: Birds bot

Updates

04.11.2024

  • Auto join random guild

🌟 Features

Feature Status Description
Auto Do Task On/Off Complete tasks
Auto Boost Speed On/Off Help Egg/Birds grow faster
Auto Mint Worm On/Off Mint worm to sell or feed bird
Auto Break Egg On/Off Play Break Egg game to get more points
Auto Upgrade Egg On/Off Upgrade egg to hatch bird
cycle delay seconds total duration (in seconds) for which the main
loop will run before restarting or stopping

Installation

  1. Clone the Repository:

    git clone https://github.com/cucumber-pickle/BirdsCum.git
    cd BirdsCum
  2. Create a virtual environment (optional but recommended)

    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  3. Install Dependencies:

The bot uses Python 3 and requires some external libraries. You can install them using:

  pip install -r requirements.txt

About Proxy

You can add your proxy list in proxies.txt and proxy format is like example below :

Format :

http://host:port
http://user:pass@host:port

Example :

http://127.0.0.1:6969
http://user:pass@127.0.0.1:6969

Query Setup:

Add your account tokens to a file named data.txt in the root directory. Each token should be on a new line.

Example:

query_id=AA....
user=%7B%22id%....

Usage

Run the script with:

python bot.py

How to get tgWebAppData (query_id / user_id)

  1. Login telegram via portable or web version
  2. Launch the bot
  3. Press F12 on the keyboard
  4. Open console
  5. Сopy this code in Console for getting tgWebAppData (user= / query=):
copy(Telegram.WebApp.initData)
  1. you will get data that looks like this
query_id=AA....
user=%7B%22id%....
  1. add it to data.txt file or create it if you dont have one

You can add more and run the accounts in turn by entering a query id in new line like this:

query_id=xxxxxxxxx-Rxxxxujhash=cxxx
query_id=xxxxxxxxx-Rxxxxujhash=cxxxx

after that run the bot by writing the command

Usage

To run the script, simply execute:

python bot.py

The script will start processing each account listed in query.txt, performing all configured operations.

This bot helpfull? Please support me by buying me a coffee:

0xc4bb02b8882c4c88891b4196a9d64a20ef8d7c36 - BSC (BEP 20)

UQBiNbT2cqf5gLwjvfstTYvsScNj-nJZlN2NSmZ97rTcvKz0 - TON

0xc4bb02b8882c4c88891b4196a9d64a20ef8d7c36 - Optimism

THaLf1cdEoaA73Kk5yiKmcRwUTuouXjM17 - TRX (TRC 20)

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For questions or support, please contact CUCUMBER TG CHAT

About

Birds automation scripts that uses no API. Special thanks to @hokireceh

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages