About • Features • Installation • Images • Help
The Discord Airdrop Bot 💰 helps you to manage your airdrops on ERC-20, BEP-20 etc. tokens.
I have also published a similar bot for Telegram. You can find it here.
- Check if a correct ERC-20 address has been provided
- Set a max cap
- Each wallet address can only be submitted once
- Receive detailed notifications for new submissions
- Enable / disable the airdrop
- Admins can export the airdrop list by command (
!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.
- Log into MySQL (
sudo mysql
) and create a dedicated database and user with the following commands:CREATE DATABASE DiscordAirdropBot;
CREATE USER 'AirdropUser'@'localhost' IDENTIFIED BY '<YOUR PASSWORD>';
GRANT ALL PRIVILEGES ON DiscordAirdropBot . * TO 'AirdropUser'@'localhost';
exit;
- Clone this repository
git clone https://github.com/fabston/Discord-Airdrop-Bot.git
- Create your virtual environment
python3 -m venv Discord-Airdrop-Bot
- Activate it
source Discord-Airdrop-Bot/bin/activate && cd Discord-Airdrop-Bot
- Install all requirements
pip install -r requirements.txt
- Edit and update
config.py
- Run the bot
python main.py
Coming soon...
All kinds of contributions are welcome 🙌! The most basic way to show your support is to ⭐️ star
the project, or raise 🐞 issues
. You can also support this project by becoming a sponsor on GitHub to ensure this journey continues indefinitely! 🚀