A bot that analyzes DexScreener trends, finds relevant Twitter accounts, and reports them.
- Fetches top 10 trending tokens from DexScreener
- Finds verified Twitter accounts with 2k+ followers discussing these tokens
- Deduplicates accounts to avoid repeat notifications
- Generates CSV reports and sends to Telegram every 6 hours
- Clone repository
- Create
.envfile with required secrets - Install dependencies:
pip install -r requirements.txt - Run:
python -m src.main
Edit config/config.py for behavior settings
