About • Features • Installation • Images • Help
The Telegram Airdrop Bot 💰 helps you to manage your airdrops on ERC-20, BEP-20 etc. tokens.
/airdroplist
)💡 Got a feature idea? Open an issue and I might implement it.
⚠️ Best to run the bot on a VPS. I can recommend Hetzner's CX11 VPS for 2.89€/month. Sign up now and receive €20 free credits. 1. Log into MySQL (
sudo mysql
) and create a dedicated database and user with the following commands: 1.CREATE DATABASE TelegramAirdropBot;
1.CREATE USER 'AirdropUser'@'localhost' IDENTIFIED BY '<YOUR PASSWORD>';
1.GRANT ALL PRIVILEGES ON TelegramAirdropBot . * TO 'AirdropUser'@'localhost';
1.exit;
1. Clone this repositorygit clone https://github.com/fabston/Telegram-Airdrop-Bot.git
1. Create your virtual environmentpython3 -m venv Telegram-Airdrop-Bot
1. Activate itsource Telegram-Airdrop-Bot/bin/activate && cd Telegram-Airdrop-Bot
1. Install all requirementspip install -r requirements.txt
1. The bot runs behind a webhook, so you have to create a SSL cert first: 1.openssl genrsa -out webhook_pkey.pem 2048
1.openssl req -new -x509 -days 3650 -key webhook_pkey.pem -out webhook_cert.pem
1. When asked for "Common Name (e.g. server FQDN or YOUR name)" you should reply with your server ip. 1. Edit and updateconfig.py
1. Run the botpython main.py
All kinds of contributions are welcome 🙌! The most basic way to show your support is to ⭐️ star
the project, or raise 🐞 issues
.
telegram python cryptocurrency ethereum airdrop erc20 bep20 eth bot bnb