About
Real-time floor price tracking for Luchadores NFTs
LuchaFloorspy is a Python bot that monitors the floor price of Luchadores.io NFTs — 10,000 procedurally generated luchador NFTs on Ethereum — by pulling data from two independent sources simultaneously.
Cross-referencing OpenSea and Dune Analytics reduces the risk of stale or manipulated listings skewing the floor.
Features
Multi-source aggregation — Queries both OpenSea's marketplace API and Dune Analytics' on-chain data in parallel, then reconciles the results to surface the most accurate floor price.
Continuous monitoring — Runs as a persistent bot with automated polling, keeping floor data fresh without manual intervention.
Data persistence — Prices and historical snapshots are stored locally via a lightweight I/O layer, enabling trend comparisons over time.
PaaS-ready — Ships with a Procfile, runtime.txt, and app.json for one-command deployment on Heroku or any compatible platform.
Stack
Built in Python. Market data comes from the OpenSea API and Dune Analytics API. Configuration is environment-driven for easy deployment across environments.