Every 5 minutes, polls to see if the latest xkcd hasn't been sent to you yet. Happens every 5 minutes because I want it to be frequent enough that I receive every xkcd, since my personal laptop spends a lot of time closed while I'm working a day job.
- BeautifulSoup 4.3.2
$ pip install beautifulsoup4
- Python Imaging Library (PIL) 1.1.7
$ pip install PIL
- Requests 2.5.0
$ pip install requests
- cron(8) should be already installed on a *nix system
Takes a list of e-mail recipients defined in recipients.py, or can take a list of recipients from the command line.