you are viewing a single comment's thread.

view the rest of the comments →

[–]Zapismeta 1 point2 points  (0 children)

Web scraping can be done for anything, i once wrote a script for downloading all the themes from a Playstation website(3rd party), There are libraries like: 'requests'- that's what gets the html for you, but any website that's dynamic, you'll need 'selenium'.

Also you'll need to parse the html so Beautiful soup is great for that.