Skip to content

fishsticksnom/pokemon_price_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Price Scraper

scraper-icon

About

This script gathers the information of different sets of pokemon,including card number, pokemon name, set name, price raw, price grade nine, and the price graded with ten.

Dependencies

  • bs4
  • pymongo
  • selenium

Instructions

pipenv shell
pipenv install
python3 main.py

Database

How the data is store in the database?

pokemon_card = {
                    "set_name": String,
                    "pokemon_name": String,
                    "card_number": Intenger,
                    "grade_raw":  String,
                    "grade_nine": String,
                    "grade_ten": String,
                }

Notes

The table is drop every time the script is run.
For getting more sets,the file url can be modify.
To make use of this script Firefox geckodriver is need it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages