Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogasakti/dappradar-airdrop
Dappradar Airdrop Notification Telegram Bot
https://github.com/yogasakti/dappradar-airdrop
action airdrop-automation automation dappradar-airdrop scrapping telegram-bot
Last synced: 4 months ago
JSON representation
Dappradar Airdrop Notification Telegram Bot
- Host: GitHub
- URL: https://github.com/yogasakti/dappradar-airdrop
- Owner: YogaSakti
- Created: 2021-02-28T20:08:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T10:32:43.000Z (10 months ago)
- Last Synced: 2024-04-13T21:51:17.409Z (10 months ago)
- Topics: action, airdrop-automation, automation, dappradar-airdrop, scrapping, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/dappradarAirdrop
- Size: 2.8 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Dappradar Airdrop [Telegram Bot](https://t.me/dappradarairdrop)
[![Bot Updater](https://github.com/YogaSakti/Dappradar-airdrop/actions/workflows/airdrop.yml/badge.svg?branch=master)](https://github.com/YogaSakti/Dappradar-airdrop/actions/workflows/airdrop.yml)
A telegram bot that will notify if there is a new event on [dappradar airdrop](https://dappradar.com/hub/airdrops)
## want to run it yourself?
Clone this project```bash
> git clone https://github.com/YogaSakti/Dappradar-airdrop.git
> cd Dappradar-airdrop```
Install the dependencies:
```bash
> 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:
```bash
> node airdrop.js
> node status.js
> node telegram.js
```