Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ajpocus/mitch
- Owner: ajpocus
- License: bsd-3-clause
- Created: 2011-02-10T07:18:34.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-10T08:14:31.000Z (almost 14 years ago)
- Last Synced: 2024-04-08T18:29:16.042Z (10 months ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.