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.
- Host: GitHub
- URL: https://github.com/purifetchi/listentothis
- Owner: purifetchi
- License: mit
- Created: 2019-06-03T19:19:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:37:32.000Z (about 3 years ago)
- Last Synced: 2025-10-19T15:04:13.048Z (9 months ago)
- Topics: flask, javascript, memcached, music, webdev, youtube
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`