https://github.com/vprusso/metaltabs_scraper
Python scraper for metaltabs.com
https://github.com/vprusso/metaltabs_scraper
Last synced: about 1 month ago
JSON representation
Python scraper for metaltabs.com
- Host: GitHub
- URL: https://github.com/vprusso/metaltabs_scraper
- Owner: vprusso
- License: mit
- Created: 2017-03-21T15:09:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T15:14:43.000Z (over 8 years ago)
- Last Synced: 2025-03-23T14:37:55.237Z (7 months ago)
- Language: Python
- Size: 85 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metaltabs_scraper
Python script to determine guitar tunings of songs from metaltabs.com.
## Overview
In the command line, run:
`python metal_tabs_scrapy.py`
The script will then go to metaltabs.com and process each guitar tab file and attempt to determine the guitar tuning. The band name, song name, and attempted tuning type will be saved in a text file.
A previously scraped and cleaned CSV file is included in the repo under the name `metal_tunings_cleaned.csv`.
For more information, consult the blog post here.
## Dependencies
1. Python 3.
2. [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/).