Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/GregorUT/vgchartzScrape

Scrapy project for data capture of vgchartz
https://github.com/GregorUT/vgchartzScrape

Last synced: 10 days ago
JSON representation

Scrapy project for data capture of vgchartz

Awesome Lists containing this project

README

        

vgchartzfull is a python script based on BeautifulSoup.
It creates a dataset based on data from
http://www.vgchartz.com/gamedb/

The dataset is saved as vgsales.csv.

You will need to have BeautifulSoup added.
It can be installed by pip.

sudo pip install BeautifulSoup

Thanks to Chris Albon.
http://chrisalbon.com/python/beautiful_soup_scrape_table.html