This bot has all you need, very simple to use and easy to deploy!
- Ask user to follow twitter and join telegram groups, multiple 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
- Referral support
- Start, stop, pause airdrop anytime.
- Captcha support
- Ask user to join Discord server, multiple links are supported.
- Gives errors when irrelevant commands are used
- Checks and verifies if user is in the group/channel before proceeding
- Validates and gives error messages for Twitter user link, Discord username, and Wallet address
- Gives error when duplicate Twitter usernames, Discord usernames or Wallet addresses are input
- /restart command to start over the process if user inputs incorrect details. Referrals aren't lost, they are still safe.
- 3 more object names for /list .json file, i.e. Total balance, Referral count and Discord username of the user
/listReturns the list of all participants in json format./statsReturns number of participants, referrals, distribution amounts/bot stop|pause|startManage airdrop status; stop, pause or start.
The easiest way to deploy this bot is using Heroku.
Don't forget to switch on the bot under "Resources" panel. See example below:
COIN_SYMBOLIs the coin symbol- Example:
BNB, ETH
- Example:
COIN_NAMEIs the coin name- Example:
Bitcoin, Ethereum
- Example:
AIRDROP_AMOUNTHow many tokens are you going to give- Example:
10000do not include "," must be float number
- Example:
AIRDROP_DATEDate of reward distrubition- Example:
20 July 2021
- Example:
AIRDROP_NETWORKIn which network/chain are you going to give?- Example:
Binance Smart Chain
- Example:
BOT_TOKENThe token you get from @BotFather (https://telegram.me/BotFather)- Example:
1313552295:AAFxDGKhlco-FoWw-uyxInotlKvalidNEz-Q
- Example:
COIN_PRICECurrent price of coin- Example:
$0.01
- Example:
REFERRAL_REWARDExtra reward participants will get for each referral- Example:
1000
- Example:
WEBSITE_URLYour website URL- Example:
https://bitcoin.com
- Example:
EXPLORER_URLBlockchain explorer URL- Example:
https://bscscan.com/address/0x0000000000000000000000000000000000000000
- Example:
ADMIN_USERNAMEYour telegram username- Example:
johndoe
- Example:
MAX_USERSMaximum number of participants- Example:
1000do not include "," must be float number
- Example:
MAX_REFSMaximum number of referrals per participant- Example:
5
- Example:
CAPTCHA_ENABLEDEnable or disable captcha at start- Example:
YESorNO
- Example:
TWITTER_LINKSTwitter page links seperated by comma- Example:
https://twitter.com/bitcoin, - Example:
https://twitter.com/bitcoin,https://twitter.com/ethereum
- Example:
TELEGRAM_LINKSTelegram group links seperated by comma- Example:
https://t.me/single, - Example:
https://t.me/multi,https://t.me/ple
- Example:
DISCORD_LINKSDiscord server links seperated by comma- Example:
https://discord.gg/example, - Example:
https://discord.gg/multi,https://discord.gg/ple
- Example:
DB_URIGet one from https://cloud.mongodb.com/. Replace<username>and<password>- Example:
mongodb+srv://<username>:<password>@cluster0.abcde.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
- Example:
Watch: https://www.youtube.com/watch?v=Ej05tq1220A


