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

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

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/).