Skip to content

Get the list of songs from different radio stations using the metadata and save them in a database.

Notifications You must be signed in to change notification settings

vagaruy/radio-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS IS A PROGRAM THAT DOES A LOT OF RANDOM THINGS.HOPEFULLY LATER IN LIFE I CAN USE THESE PACKAGES TO MAKE SOMETHING USEFUL

1.radio.py  ---THis is the one that listens to the streams and then adds the song to the database.

2.mp3.py --- Sends request to the website www.beemp3.com and then scrapes beemp3 links to the songs alongwith some other details and stores in database.Just trying to learn different technologies.

3.mp4.py ---  The links got in the previous example are beemp3 encrypted.this one gets the actual links by using a combination of captcha solving and another software called imacros.


5.radiostream.db --the main database storing everything.th schem is as follows

Songs Checked:5034	CREATE TABLE SongLink(File TEXT,Song TEXT,Artist TEXT,Album TEXT,Genre TEXT,Duration TEXT,Bitrate TEXT,Domain TEXT,Beeid TEXT,Dlink TEXT);
	      5043	CREATE TABLE Songs (Song TEXT UNIQUE, Stream TEXT);
			CREATE TABLE Stations(station TEXT UNIQUE, Genre TEXT);
			CREATE TABLE Urls(Beeid TEXT,Dlink TEXT);
				


About

Get the list of songs from different radio stations using the metadata and save them in a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages