Discord automation โ€ข Solana analytics โ€ข Portfolio project

Real-time memecoin signals, formatted for fast Discord decisions.

RodentSignalBot monitors Solana token activity, filters high-signal market data, and posts readable Discord embeds with market cap, holders, liquidity, social links, and quick research shortcuts.

  • 5Feed modes
  • 7+Data sources
  • 24/7Async loops

What it does

Built to turn noisy token feeds into actionable alerts.

๐Ÿ“ก

Continuous monitors

Tracks new listings, soaring tokens, bonding-curve candidates, DEX paid feeds, and radar alerts.

๐Ÿงพ

Rich Discord embeds

Formats market cap, age, volume, holders, wallet behavior, developer status, and social links.

๐Ÿง 

Persistence & context

Stores seen tokens in MongoDB to compare called market caps against later performance.

Preview

A simple demo of what appears in Discord.

This static preview shows the alert flow without requiring visitors to run the bot or connect Discord. It is designed for GitHub Pages portfolio browsing.

# solana-signals

๐Ÿ€
RodentSignalBotToday at 14:11

๐Ÿš€ New Soaring Signal: RODENT

So1anaTokenAddressPreview111111111111111111

๐Ÿ“ˆ Market Cap$148,200

๐Ÿ’ง Liquidity$31,800

๐Ÿ‘ฅ Holders1,204

๐Ÿ”„ 24h Volume$412,000

โœ… DEX paid โœ… Dev sold ๐Ÿซ‚ CTO: No
/ca fetch token details by address

Tech stack

Python bot with async APIs and MongoDB storage.

The project uses Python, discord-py-interactions, aiohttp, MongoDB, BeautifulSoup, and several token data endpoints to automate discovery workflows for Discord communities.

python -m venv .venv
pip install -r requirements.txt
python signalbot.py