Skip to content

txdecoderman/new-listing-coin-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Listing Coin Alerts

This repo help everyone create a telegram bot to notify new listing liquidity on Solana, Ethereum, BNB, Base

Powered by https://txdecoder.xyz

1. Prepare telegram bot and telegram channel

  • Open telegram
  • Chat with @BotFather
  • Type command /newbot
  • Save telegram bot token to TELEGRAM_BOT_TOKEN in .env
  • Create a new telegram channel
  • Add above telegram to channel as admin
  • Chat with @username_to_id_bot
  • Enter telegram channel name to get CHAT_ID, saving to TELEGRAM_CHAT_ID to .env

2. Get API key from txdecoder.xyz

3. Run

  • Clone this repo
  • Run below command
npm install
cp .env.sample .env
  • Update .env file
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
TXDECODER_API_KEY=

  • Run command
node index.js

Documents

https://txdecoder.gitbook.io/docs/tutorials/creating-dex-new-listing-streams

About

Send alert when new liquidity pool initialized

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published