T
T
Tim Tim2019-08-27 17:24:43
Parsing
Tim Tim, 2019-08-27 17:24:43

You need to parse the games from each page https://store.playstation.com/en-us/grid/STORE-MSF75508 (picture, price, name) and add them to the database. Where to start?

What is the easiest language to write this in? Where to begin?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
r4khic, 2019-08-28
@tamertamer

1.Language python library for it BeautifulSoup4
2.Create the database itself, in which inside the DB there will be a table for your parsed data. For this, you can use PHPmyadmin 3.To
write to the database. You can use the PymySql library, which is quite simple and understandable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question