The Token Signal Bot is a powerful Telegram tool for group admins to monitor token contract addresses and set sell amounts effortlessly.
- Admin-Only Commands
- Token Monitoring
- Image Customization
- Instant Notifications
- Image Customization
- Typescript
- Node.js (v22 or above)
- Telegram Bot API
- Node-fetch
- Solana/web3.js
- Pump.fun
Before you begin, ensure you have met the following requirements:
- Node.js installed (v22 or above recommended)
- Telegram bot token from bot father
- Clone the repository:
https://github.com/Sol-Signal-TG/tg-signal-sol-bot.git
- Go to the project directory:
cd tg-signal-sol-bot
- Install the dependencies:
npm install
- Create a new
.env
file and add your Private key, Rpc URL
TG_TOKEN=
RPC_URL=
WSS_URL=
- Then run the bot
npm run dev