Skip to content
/ reddify Public

automatically generate spotify playlists from reddit threads

License

Notifications You must be signed in to change notification settings

ed/reddify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portify

installation:

python3 setup.py install

configuration:

username

open up "config":
username = "spotify username goes here"

token

https://developer.spotify.com/web-api/console/post-playlists/
fill out your username and click "get oauth token"
check playlist-modify-public and playlist-modify-private
token =

client_id and client_secret

https://www.reddit.com/prefs/apps click create an app name it portify or whatever
check script
redirect_url use https://localhost:8080
client_id =
client_secret =

run:

python3 run.py "reddit thread id" "your name for playlist"

About

automatically generate spotify playlists from reddit threads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages