Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 934 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 934 Bytes

Dappradar Airdrop Telegram Bot

Bot Updater

A telegram bot that will notify if there is a new event on dappradar airdrop

want to run it yourself?

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