Skip to content

An asynchronous Nifty Gateway scraper for nifty stats

Notifications You must be signed in to change notification settings

m2ozgun/niftygateway-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous Nifty Gateway Scraper

A Python based asynchronous Nifty Gateway scraper for receiving nifty stats.

Runs under 40 seconds (1805 nifties as of Mar 6, 2021) and scrapes all the stats in Nifty Gateway. You can find the example output in nifties_prices.csv The script also scrapes the cheapest prices for NFTs in secondary markets.

Scrapes the features: contract_address, contract_url, contract_name, nifty_name, store_url, nifty_date_created, num_pm_sales, num_sm_sales, avg_resale_price, highest_active_bid, lowest_active_ask, sm_market_volume, sm_lowest_price

Instructions for installation

  • Create a virtual environment -> virtualenv venv
  • Activate the virtual environment -> source venv/bin/activate on Mac/Linux, venv\Scripts\activate on Windows
  • Install required libraries -> pip install -r requirements.txt
  • Add proxies file named "http_proxies.txt"
  • Run python main.py

Disclaimer: This tool is created for educational purposes only and does not abide by the rules of robots.txt, use at your own risk.

About

An asynchronous Nifty Gateway scraper for nifty stats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages