Pokemon card database

Joined
Apr 7, 2022
Messages
14
Reaction score
0
Hi guys, I have found a project and code that relates closely to what i was wanting to do: https://github.com/JonathanWamsley/pokemon_cards_project I wanted to be able to create a database of my pokemon cards using a scanner and then match them against a database of pokemon cards with updated prices. The above link seems to imply that it can get the updated card prices.

My problem is: I have downloaded the files but cannot get the the modules to run.
I have attached an image of the error I get.
 

Attachments

  • Error01.png
    Error01.png
    25 KB · Views: 9
Joined
Dec 10, 2022
Messages
73
Reaction score
22
The error states that you do not have scrapy installed. You can use pip to install.
 
Joined
Apr 7, 2022
Messages
14
Reaction score
0
I had to reinstall python with pip but managed to install scrapy.

I have tried double clicking on "executor.py" but the cmd screen just sits there blank. not sure what to do next.
 
Joined
Apr 7, 2022
Messages
14
Reaction score
0
Ok double clicking on "executor.py" left it for a little while and then stopped the python.. it looks like it creates a .json file that looks like:

[
{"Card Name": null, "Set Name": null, "Url": "https://www.tcgplayer.com/product/223020/pokemon-champions-path-zygarde", "Scraped Date": "2023-05-14"},
{"Card Name": null, "Set Name": null, "Url": "https://www.tcgplayer.com/product/232319/pokemon-mcdonalds-25th-anniversary-promos-turtwig-4-25", "Scraped Date": "2023-05-14"},


Seems to be very slow at creating the .json file. I am wondering if I need to let it run for longer. but I'm a little worried that the "Card Name": null, "Set Name": null,


What's the correct way to run this set of python code/multiple modules? Any ideas?
 
Joined
Apr 7, 2022
Messages
14
Reaction score
0
I get errors whenever I try to "scrapy startproject tutorial"

any ideas what I am doing wrong. I have posted a .png with my error.

Thanks
 

Attachments

  • Photo01.png
    Photo01.png
    30.9 KB · Views: 6
Joined
Apr 7, 2022
Messages
14
Reaction score
0
Ok double clicking on "executor.py" left it for a little while and then stopped the python.. it looks like it creates a .json file that looks like:

[
{"Card Name": null, "Set Name": null, "Url": "https://www.tcgplayer.com/product/223020/pokemon-champions-path-zygarde", "Scraped Date": "2023-05-14"},
{"Card Name": null, "Set Name": null, "Url": "https://www.tcgplayer.com/product/232319/pokemon-mcdonalds-25th-anniversary-promos-turtwig-4-25", "Scraped Date": "2023-05-14"},


Seems to be very slow at creating the .json file. I am wondering if I need to let it run for longer. but I'm a little worried that the "Card Name": null, "Set Name": null,


What's the correct way to run this set of python code/multiple modules? Any ideas?
I am still having this problem; that all i am getting is the url and no other information, I really need the card name, set and price
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top