Skip to content

Flask backend that finds the recently tweeted Soundcloud songs, Spotify artists and playlists

Notifications You must be signed in to change notification settings

thesct22/musicfinder

Repository files navigation

Particulars:

Flask app that finds the recently tweeted Soundcloud songs, Spotify artists and playlists

Install with pip:

pip install -r requirements.txt

File structure:

.gitignore
Dockerfile
ignrtis.py
lab.py
main.py
nginx.conf
Procfile
requirements.txt
sample1.txt
soundcloud.py
spotify_artist.py
spotify_playlist.py
start.sh
tree.txt
uwsgi.ini

No subfolders exist

for production mode run

start.sh

for debug mode run

python main.py

Docker image availbale on Docker Hub

running on Heroku

endpoints:

  • "/soundcloud/recent"
  • "/soundcloud/popular"
  • "/spotify/artists/recent"
  • "/spotify/artists/popular"
  • "/spotify/playlists/recent"
  • "/spotify/playlists/popular"

About

Flask backend that finds the recently tweeted Soundcloud songs, Spotify artists and playlists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published