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.
- bs4
- pymongo
- selenium
pipenv shell
pipenv install
python3 main.py
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,
}
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.