megapis-worker
Base class for Megapis workers
Base class for Megapis workers
Get books recently added to Kindle lending library and add to daily email
Get movies recently added to prime and add to daily email
Make HTML
Utilities for Megapis workers
Megapis worker to send email using mailgun
Worker to send email
Get San Jose Library events from an events widget (http://events.sjpl.org/help/widget). Use x-ray to get events page and extract events. Drop any that match `config.excludeRegex`, and add to `weeklyEmail`.
Use Feedparser to get and parse RSS data and save results to the store.
The Santa Clara County Parks events page (http://www.sccgov.org/sites/parks/pages/calendar.aspx) shows a paginated events list with the event description in a modal. All of the event data is actually loaded at once in a JavaScript file. Load this file d
Use Feedparser to get and parse RSS data and save results to the store.
Download all files from an S3 bucket and save contents to store.
Get value for `worker.id` from the store and upload as `config.key` to S3 bucket.
Use Google Books API to get new book releases (title, author, description, publish date, and image)for a list of authors. The Books API has a rate limit of 1/request/second. Get only books that are already released, and released within the last `maxAge`