Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ajpocus/mitch

Sends emails to remind you of new albums coming out.
https://github.com/ajpocus/mitch

Last synced: about 1 month ago
JSON representation

Sends emails to remind you of new albums coming out.

Awesome Lists containing this project

README

        

SUMMARY

AlbumReminder is an automatic email reminder program, that reads a list of
bands and release dates from a file in your /home. It's currently intended to
be used as a cron job.

REQUIREMENTS

You must have an SMTP server running on localhost. I used Postfix 2.8.0. If
you want reminders for albums without full dates (mm/dd/yyyy), you'll also have
to make sure AlbumReminder runs on the 1st of the month (I'll fix that soon).

USAGE

AlbumReminder.py

AUTHOR
AlbumReminder is created by Austin Pocus.