https://github.com/GregorUT/vgchartzScrape
Scrapy project for data capture of vgchartz
https://github.com/GregorUT/vgchartzScrape
Last synced: 17 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T10:47:16.000Z (over 2 years ago)
- Last Synced: 2024-11-02T15:35:35.578Z (6 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 79
- 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