Queries the Spotify API and posts newly released albums in a given genre to Reddit.
- Install python 3.8+.
- Install Poetry
cdinto the project directory and runpoetry installto install dependencies.- Copy
.env.EXAMPLEto.envand edit - From the project root, run
poetry run python -m albumbot. - If you want to run this automatically, set up hosting, do the first run to populate the database and then run with
cronor similar.