🚀 RexaMax Airdrop Scanner is a Python-based tool that scrapes airdrop data from websites and filters them based on network and reward value.
- ✅ Fetches airdrop data from airdrops.io
- 🎯 Filters by network (Ethereum, Solana, etc.)
- 💰 Filters by reward amount (removes small airdrops)
- 📂 Outputs data in JSON format for further use
- Install dependencies:
pip install requests beautifulsoup4
- Run the script:
python rexamax_airdrop.py
Modify these variables in rexamax_airdrop.py
to customize filtering:
network_filter = "Ethereum" # Set to None to disable filtering
min_reward = 10 # Set to 0 to disable reward filtering
- 📡 Add more sources (CoinMarketCap, Twitter, etc.)
- 🤖 Integrate with Telegram bot
- 🗂 Save results to a file
Open to feedback and contributions! 🚀