Struggling to find the perfect song at the end of the day? Can’t quite put a finger on your emotions?
Introducing Journalify, your new favorite tool for soundtracking your day. Write your daily journal entry on our website and Journalify will generate a Spotify track based on your entry’s mood. No more endless scrolling: Journalify takes you directly to the Spotify track and saves your entries (and songs!) for each day.
- Clone this repository:
git clone https://github.com/annabelng/journalify.git - Cd into the repo directory:
cd journalify - Install the required modules:
pip install -r requirements.txt - Log in to your Spotify account here and create an app here
- Export your Spotipy client ID and secret key
export SPOTIPY_CLIENT_ID=<id from dashboard>export SPOTIPY_CLIENT_SECRET=<secret key>
- Cd into app directory:
cd app - Start the Flask server:
python3 __init__.py - Run local host in a browser
https://127.0.0.1:5000/
