Skip to content

wirenic/telegram_spotify_downloader_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-downloader

This simple Python Script allows you to download songs or albums from spotify

Make sure you have FFmpeg on the same folder as the script file if you are on Linux or Mac

Get it from FFmpeg's official site (www.ffmpeg.org)

usage

open terminal and write this command

pip install -r requirements.txt

open @BotFather(t.me/BotFather) bot in your telegram and create your new bot and add your token here in main.py

token = 'token bot'

Now go to www.docs.genius.com and get your Genius API token and add it to this line to detail.py

 genius = lyricsgenius.Genius(' genius api token  ') 

After that go to www.developer.spotify.com and get your CLIENT ID & CLIENT SECRET and add them to this lines in youtube.py

spotifyy = spotipy.Spotify(
    client_credentials_manager=SpotifyClientCredentials(client_id='client id spotify',
                                                        client_secret='client secret spotify'))

now run the Script ;)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%