Skip to content

raymbartlett/flannelfynet

Repository files navigation

Setup Tutorial

  • Install the packages in requirements.txt
  • Run get_scores.py to generate an up-to-date file of scores from the 2020s
  • Create an app in the Spotify Developer Dashboard
  • Create a project in the last.fm API Page
    • Add the API Key to app.py
  • Run the app from the command line with "flask run"

Notes

  • The general structure of app.py was borrowed heavily from another project by AdrielGenao on GitHub. Go check it out!
  • Make sure to run get_scores.py whenever you want to update scores_2020s.py to include new reviews.
  • If you want to contribute, feel free to make a PR. You can reach me on Twitter to collaborate or ask questions.