Skip to content

greg-martinez44/mtg_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTG Scraper

The MTG Scraper is a simple tool that crawls through the tables of events found on mtgtop8.com for the standard format. It is meant as an easy way to store data on the event names, the cards played, how often those cards won in the latest Standard events.

The tool uses the Selenium package to crawl through each table on the website. Once it has all the links, a combination of requests and BeautifulSoup4 will look at each page and get exactly what is needed. All the data will be stored in a sqlite3 database file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors