← back

Solana NFT Tools

MagicEden Sniping Notifications, NFT Game Autoplay Bot | 2021-2022

Discord webhook bots for NFT collection sniping. Undercut and rare trait alerts with historical price charts. Also built an autoplay bot for an NFT idle game.

Chartboy - Sniping Notifications

Good sniping opportunities disappear in seconds. Undercuts and rare trait listings get swept before you can manually refresh MagicEden. I needed real-time alerts for specific collections I was watching.

Discord webhook bots monitoring MagicEden for specific NFT collections:

  • Alerts for undercuts (listings below recent floor)
  • Alerts for rare trait listings at reasonable prices
  • Historical price charts embedded directly in Discord messages using QuickChart API (generates chart images from a URL, no image hosting needed)

Attempted to build out database storage for historical data and more sophisticated analytics, but it never worked out (MongoDB). The webhook bots were the useful part.

Remnants Autoplay - Game Bot

Remnants is a Solana NFT idle game where you send characters on timed expeditions to earn tokens. Expeditions take anywhere from 10 minutes to 8 hours. Manually checking and redeploying NFTs constantly is tedious and guarantees you'll miss expedition completions.

The bot handles the complete expedition lifecycle:

  • Wallet auth via Solana message signing and JWT flow to integrate with their backend API
  • Multi-NFT state machine tracking expedition status and timers
  • Discord webhook notifications for completed expeditions with loot summaries
  • Automatic redeployment of NFTs immediately after completion

Tech

PythonMagicEden APIDiscord WebhooksQuickChart API