Dappradar Airdrop Telegram Bot
A telegram bot that will notify if there is a new event on dappradar airdrop
Clone this project
> git clone https://github.com/YogaSakti/Dappradar-airdrop.git
> cd Dappradar-airdrop
Install the dependencies:
> npm i
create .env before run the program
cp .env.example .env
Edit .env file:
Input telegram bot token and telegram chatid, mongodb server url, as well as private key (login key) for dappradar auth.
BOT_TOKEN=
CHANNEL_ID=
LOGIN_KEY=
DATABASE_USER=
DATABASE_PASSWORD=
run:
> node airdrop.js
> node status.js
> node telegram.js