Skip to content

rexamax/airdrop-scaner-rexamax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RexaMax Airdrop Scanner

🚀 RexaMax Airdrop Scanner is a Python-based tool that scrapes airdrop data from websites and filters them based on network and reward value.

Features

  • 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

Installation

  1. Install dependencies:
    pip install requests beautifulsoup4
  2. Run the script:
    python rexamax_airdrop.py

Configuration

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

Future Improvements

  • 📡 Add more sources (CoinMarketCap, Twitter, etc.)
  • 🤖 Integrate with Telegram bot
  • 🗂 Save results to a file

Contributions & Feedback

Open to feedback and contributions! 🚀

About

Check AirDrop free!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages