YogaSakti / Dappradar-airdrop

Dappradar Airdrop Notification Telegram Bot

Home Page:https://t.me/dappradarAirdrop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dappradar Airdrop Notification Telegram Bot

https://t.me/dappradarAirdrop


Languages

Language:JavaScript 95.9%Language:Shell 4.1%