Gentle Intro to Python Web Scraping -- Scraping Gamefaqs Part#3

Опубликовано: 18 Июль 2017
на канале: PyMoondra
548
20

In this beginner Python webscraping series, we will be navigating/scraping the website gamefaqs.com (a video game site)
WITHOUT using the firefox/chrome developer tools, using Python's BeautifulSoup module.

We will use Python's BeautifulSoup to extract the
'Upcoming PlayStation Vita Game Releases' section from gamefaqs.com.

Code can be found here at my github:

https://github.com/moondra2017/Gentle...


Please leave feedback and comments as to what you liked and disliked. Thank you =)


This is a Python webscraping series for beginners (2017) - by Moondra