This project is a demonstration of a cryptocurrency token analysis bot that monitors token data from DexScreener and performs various analyses.
- Connects to DexScreener WebSocket to receive real-time token data
- Stores token data in a SQLite database
- Performs deep analysis on tokens periodically
- Generates reports based on detected signals
- Sends alerts via Telegram
- Clone the repository
- Install dependencies:
pnpm install
- Create a
.env
file with your Telegram bot token and chat ID:TELEGRAM_BOT_TOKEN=your_bot_token_here TELEGRAM_CHAT_ID=your_chat_id_here
- Run the bot:
npm start
- Improve signal detection algorithms
- Implement and test fresh signals detection
- Fine-tune analysis parameters
This is a demonstration project and should not be used for financial decisions without thorough testing and validation.
MIT, do whatever you want with this code.