This bot has all you need and very simple to use!
- Ask user to follow twitter and join telegram groups, multipe groups and twitter links are supported.
- Check if a correct wallet address has been provided
- Very easy to use.
- Persistance, the chat will remain persistant even if you restart the bot.
- Blocks duplicate wallets & twitter usernames
- Refferal support
- Start, stop, pause airdrop anytime.
- Captcha support
/list
Returns the list of all participants in json format./stats
Returns number of participants, referrals, distribution amounts/bot stop|pause|start
Manage airdrop status; stop, pause or start.
- Edit the .env.example file
- Run
cp .env.example .env
- Run
docker-compose up -d
- That's all!
COIN_SYMBOL
Is the coin symbol- Example:
BNB, ETH
- Example:
COIN_NAME
Is the coin name- Example:
Bitcoin, Ethereum
- Example:
AIRDROP_AMOUNT
How many tokens are you going to give- Example:
10000
do not include "," must be float number
- Example:
AIRDROP_DATE
Date of reward distrubition- Example:
20 July 2021
- Example:
BOT_TOKEN
The token you get from @BotFather- Example:
1313552295:AAFxDGKhlco-FoWw-uyxInotlKvalidNEz-Q
- Example:
COIN_PRICE
Current price of coin- Example:
$0.01
- Example:
REFERRAL_REWARD
Extra reward participants will get for each referral- Example:
1000
- Example:
WEBSITE_URL
Your website url- Example:
https://bitcoin.com
- Example:
EXPLORER_URL
Blockchain explorer url- Example:
https://etherscan.io/address/0x0000000000000000000000000000000000000000
- Example:
ADMIN_USERNAME
Your telegram username- Example:
johnboe
- Example:
MAX_USERS
Maximum number of participants- Example:
1000
do not include "," must be float number
- Example:
MAX_REFS
Maximum number of referrals per participant- Example:
5
- Example:
CAPTCHA_ENABLED
Enable or disable captcha at start- Example:
YES
orNO
- Example:
TWITTER_LINKS
Twitter page links seperated by comma- Example:
https://twitter.com/bitcoin,
- Example:
https://twitter.com/bitcoin,https://twitter.com/ethereum
- Example:
TELEGRAM_LINKS
Telegram group links seperated by comma- Example:
https://t.me/single,
- Example:
https://t.me/multi,https://t.me/ple
- Example:
Leave these to default unless you know what you do.
MONGO_INITDB_ROOT_USERNAME
Mongodb usernameMONGO_INITDB_ROOT_USERNAME
Mongodb passwordMONGO_INITDB_IP
Mongodb IPMONGO_INITDB_PORT
Mongodb Port