Skip to content

NFT rank sniffer. Generate a list of Badass Ape NFT's for sale on Binance, sorted on Rank.

Notifications You must be signed in to change notification settings

madret/BadassApeGuild-RankSniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 

Repository files navigation

BadassApeGuild-RankSniffer

Get an overview of Badass Apes that are listed on Binance, sorted on Rank within seconds. No more manual hassle.

Prerequisites / what do you need to run the program:

  • Windows OS
  • Google chrome
  • Chromedriver
  • Python
  • Internet connection 🙉

Installation guide:

1. Download / check Chrome version

2. Install Chromedriver

  • After clicking the correct link choose the zip file: chromedriver_win32.zip
  • After downloading Chromedriver copy it to: C:\Program Files (x86)
  • Press Continue

3. Install python & pip

  • The installation has to include Pip, press Install now

4. FINAL STEP: Install zip file from this github repository

  • Copy the folder to somewhere you prefer, for example: C:\Users\username\Documents\ranksniffer
  • Now it's time to install requirements.txt
  • Open up Powershell: Press Windows+R and type "powershell" press Enter
  • Type in the following commands to install the final requirements:
  1. cd /folder/where/ranksniffer/is/located
  2. pip install -r requirements.txt
  • You're now good to go.
  • Run the program in powershell with the following command: python bag_rank_sniffer.py

Example usage

  • Call the program in your Command line OR by double clicking the python file: python bag_rank_sniffer.py
  • Hereafter the program goes to work, a chrome browser opens and does a gentle web crawl on Binance NFT to check the current listed Badass Apes.
  • After a little more than a minute (depending on ISP connection) a textfile ID+rank.txt is created that contains all the ID numbers with corresponding Rank sorted on highest first:

  • Et voila:

Text file results example:

e.g. ['1550', 1], ['1370', 84], ['1821', 178] rankings can be fact checked on the official Badass Ape Guild site:

, ,

  • The text file contains Apes that are listed on Binance NFT: https://bit.ly/3IL5tV7
  • Spare yourself a lot of time and get automation in your life 🙊

Credits

About

NFT rank sniffer. Generate a list of Badass Ape NFT's for sale on Binance, sorted on Rank.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages