Reddify Creates a Spotify playlist, based on the top posts of a specific music genre subreddit, Using Spotipy.
Features:
- Easy to use GUI
- Generates a playlist based on your personal preferences.
- Multiple playlist filters.
Playlist filters options:
- Playlist name: The name you choose for your playlist.
- Subreddit name: The name of the subreddit which you want to extract your posts from (You Can Select Multiple Subreddits : "subreddit_1,subreddit_2 ..)
- Number of tracks: The number of tracks you would like to have in your playlist
- Date range: Sorts Reddit posts by a specific date range (past day, past week, .... all time).
- Category: Sorts Reddit posts by new/hot/top posts.
- spotipy
- PIL
- tkinter
In order to create your playlist, you first need to get authorization from Spotify (token).
To get the Spotify token, create an app in Spotify for developers dashboard, and retreve your:
- client-id
- secret-id
- set up a redirect URL
Now, we are ready to use reddify.
Download the repository and run: main.py
Enter your information into the GUI:
That's it!
if you filled up your information correctly, your playlist should appear on Spotify.