An open API service indexing awesome lists of open source software.

https://github.com/purifetchi/listentothis

A website which pulls random youtube songs from reddit and queues them into an endless playlist.
https://github.com/purifetchi/listentothis

flask javascript memcached music webdev youtube

Last synced: about 2 months ago
JSON representation

A website which pulls random youtube songs from reddit and queues them into an endless playlist.

Awesome Lists containing this project

README

          

# ListenToThis

ListenToThis fetches new songs from reddit's /r/music and /r/listentothis every single hour and randomly picks music for you to listen to.
It runs on top of Flask and memcached for caching previously fetched results.

# Requirements
- flask & flask-cors
- pymemcache
- memcached
- python 3+

# Installation
Clone this repository and run `pip install -r requirements.txt`. Afterwards run `FLASK_APP=listentothis.py flask run` to run your own instance at `localhost:5000`