1.0.2 • Published 2 months ago

dappradar v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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