Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/GregorUT/vgchartzScrape
- Owner: GregorUT
- License: gpl-3.0
- Created: 2016-10-18T22:49:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T10:47:16.000Z (about 2 years ago)
- Last Synced: 2024-08-02T07:07:14.620Z (3 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 77
- Watchers: 5
- Forks: 95
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- game-datasets - vgchartzScrape - Crawler from [VGChartz](http://www.vgchartz.com). (API)
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