# create a Python virtual environment
python3 -m venv venv
# activate the virutal environment
source venv/bin/activate
# install Python libraries
pip3 install -r requirements.txt
# create a configuration file
printf "[pandora]\nusername=YOUR_USERNAME\npassword=YOUR_PASSWORD\n" > conf.ini
# run the script!
python3 main.py
-
Notifications
You must be signed in to change notification settings - Fork 1
BenChaimberg/pandora-to-spotify
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Export Pandara channels to Spotify playlists
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published