Skip to content

πŸŒΎπŸš€ Harvesting airdrops like a pro! All you need to do is sit back and let the tokens roll in! πŸ’ΈπŸƒ

License

Notifications You must be signed in to change notification settings

trunghieult1807/telegram-airdop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

60 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python version GitHub license GitHub issues GitHub pull requests
GitHub stars GitHub forks GitHub watchers

Static Badge

πŸ”₯πŸ”₯ PYTHON version must be >=3.11 πŸ”₯πŸ”₯

Quick Start πŸ“š

  • To fast install libraries and run bot - open run.bat on Windows or run.sh on Linux
  • [Optional]: If you use antiban detection, run ANTIBAN SETUP

Prerequisites

Before you begin, make sure you have the following installed:

Obtaining API Keys

  1. Go to my.telegram.org and log in using your phone number.
  2. Select API development tools and fill out the form to register a new application.
  3. Record the API_ID and API_HASH provided after registering your application in the .env file.

Installation

  1. You can download this repository
  2. Copy .env-example to .env
  3. Copy config.toml to config.local.toml
  4. Run by following methods:

Docker installation (RECOMMENDED)

make build
make up

Linux manual installation

sudo sh install.sh
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cp .env-example .env
nano .env  # Here you must specify your API_ID and API_HASH, the rest is taken by default
python3 main.py

Windows manual installation

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
copy .env-example .env
# Here you must specify your API_ID and API_HASH, the rest is taken by default
python main.py

Configure bots

See the supported features and settings

Feature Supported
Multithreading βœ”οΈ
Proxy binding to session βœ”οΈ
Auto ref βœ”οΈ
Auto task complete βœ”οΈ
Auto play game βœ”οΈ
Support for pyrogram .session βœ”οΈ
Feature Supported
Multithreading βœ”οΈ
Proxy binding to session βœ”οΈ
Auto ref βœ”οΈ
Auto play game βœ”οΈ
Support for pyrogram .session βœ”οΈ
Feature Supported
Multithreading βœ”οΈ
Proxy binding to session βœ”οΈ
Auto ref βœ”οΈ
Auto task complete βœ”οΈ
Support for pyrogram .session βœ”οΈ
Auto farming βœ”οΈ
Auto boost βœ”οΈ
Auto check in βœ”οΈ
Feature Supported
Multithreading βœ”οΈ
Proxy binding to session βœ”οΈ
Auto ref βœ”οΈ
Auto task complete βœ”οΈ
Auto play game βœ”οΈ
Support for pyrogram .session βœ”οΈ
Auto farming βœ”οΈ
Automatic quest completion βœ”οΈ
Auto Daily Reward βœ”οΈ
Auto Claim Stars βœ”οΈ
Auto Claim Combo βœ”οΈ
Auto Rank Upgrade βœ”οΈ

If you use antiban detection, run ANTIBAN SETUP

About

πŸŒΎπŸš€ Harvesting airdrops like a pro! All you need to do is sit back and let the tokens roll in! πŸ’ΈπŸƒ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages