Skip to content

palcu/tabulaturi.ro-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabulaturi is a well known Romanian website with guitar tabs for songs. But it misses a feature: a ranking with the best tabs.

So I wrote a crawler in Python, that uses urllib2 and BeautifulSoup, parses each page with tabs, and then writes the needed information to songs.txt.

Then parser.py, takes that file and sorts the songs by the number of persons who voted, then by the number of stars, and outputs everything to ranking.txt.

About

Python crawler, which scans the tabulaturi.ro site for guitar tabs, and then sorts them by rating

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages