Han-Lon / dodo_sniper

A simple CLI tool for bidding on Dodocodes using web-scraping/automation tool Selenium and the Firefox GeckoDriver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dodo Sniper

A CLI tool for grabbing that sick item on https://dodocodes.com/

Requires Firefox and the Firefox 'geckodriver' at https://github.com/mozilla/geckodriver/releases

How to use:

  • Clone down from GitHub
  • To install Python prerequisite packages, execute pip install -r requirements.txt in the directory
  • Make sure the geckodriver.exe file is also in this directory (same directory as main.py)
  • Run the program by executing python main.py <URL to the auction> in this directory
  • Voila! Firefox will automatically open and prompt you to login at Dodocodes

About

A simple CLI tool for bidding on Dodocodes using web-scraping/automation tool Selenium and the Firefox GeckoDriver


Languages

Language:Python 100.0%