Skip to content

CertHum-Jim/pink-notification-telegram-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pink Buysn Notification Telegram Bot

Requirements

  • NodeJS 20
  • pm2

env variables

# ChatID where the messages will be sent
TELEGRAM_CHANNEL_CHATID = ''
# TokenID given by BotFather
TELEGRAM_BOT_TOKEN_ID = ""
# RPC URL for Moonbeam with access to eth_getFilterLogs
MOONBEAM_RPC_URL = ""
# RPC URL for Base with access to eth_getFilterLogs
BASE_RPC_URL = ""

Run it

  • clone this repo
  • run npm/yarn/pnpm install
  • run npm/yarn/pnpm build
  • fill .env variables
  • run npm/yarn/pnpm production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • JavaScript 1.1%