https://github.com/nicolaspadari/listen2this
A python script for automatic spotify playlists
https://github.com/nicolaspadari/listen2this
pillow python reddit spotify spotipy
Last synced: 3 months ago
JSON representation
A python script for automatic spotify playlists
- Host: GitHub
- URL: https://github.com/nicolaspadari/listen2this
- Owner: NicolaSpadari
- Created: 2025-03-18T11:37:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T14:39:48.000Z (7 months ago)
- Last Synced: 2025-07-02T08:13:03.227Z (3 months ago)
- Topics: pillow, python, reddit, spotify, spotipy
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
listen2this
> This is s WIP
## About
listen2this is a python script that creates automatic playlists on Spotify based on top monthly recommendations by the subreddit r/listentothis.
The cover image is choosen by the top monthly picture from r/earthporn and edited with the month text.
This script is intended to be put into a cronjob and executed monthly
## Setup
- Clone repository
- Create Spotify developer app
- `cp .env.example .env`
- Edit env variables to reflect generated ones
- run `python main.py`## Todo
- Improve codebase
- Authorize with better flow
- Make it work seamlessly inside a docker container