• Stars
    star
    181
  • Rank 212,171 (Top 5 %)
  • Language
    Ruby
  • Created about 11 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

download your kindle highlights and email random ones to your inbox

Highlights

Automatically email yourself a random Amazon Kindle highlight from your collection with this script. I run it on Heroku for free and email you a highlight each day.

Heroku Setup Instructions

  1. Clone this repository.

  2. Install the Heroku toolbelt. (and run heroku login)

  3. In the highlights repository, create a new Heroku app:

heroku apps:create
  1. Push your Ruby app to Heroku:
git push heroku master
  1. Add the Heroku Scheduler add on to your app:
heroku addons:create scheduler
  1. Add the free Heroku Mailgun add on to your app. This will automatically set your email environment variables as well:
heroku addons:create mailgun
  1. Set your additional environment variables in Heroku:
heroku config:set AMAZON_USER="[email protected]"
heroku config:set AMAZON_PASS="youramazonpassword"
heroku config:set TO="[email protected]"
  1. On your Heroku scheduler dashboard, schedule the default rake task daily (or at an interval of your choosing):
bundle exec rake
  1. Add and verify your own Mailgun SMTP Domain from the dashboard or add your email as an authorized receipient.

Optionally you can test the script via heroku run bundle exec rake

Notes

The default rake task first downloads and updated list of your highlights, then emails a random one to the TO address. This is because the file system on the Heroku Cedar stack is ephemeral. Each time a dyno is spun up, the file system is wiped, including any previous copies of data.json, the JSON file containing your highlights. For this reason, the script naively downloads an updated copy each time.

More Repositories

1

delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
Ruby
2,138
star
2

clarity

Web interface for the grep and tail -f unix tools. Useful for real-time log analysis. Remotely related to splunk
Ruby
774
star
3

imagery

Image server / proxy that can resize images on demand based on common file prefixes ( such as _small, _medium ) and apply other rmagick effects. Supposed to be used between a Squid/Varnish and S3
Ruby
181
star
4

liquid-editor

HTML Editor for the liquid language (syntax highlighting, basic error checking etc)
JavaScript
128
star
5

google_apps_login

Allows you to protect controllers by requiring login to a Google Apps for domains account. Great SSO solution for small companies.
Ruby
43
star
6

money_column

Simplifies dealing with money values in the database. Successor to the money gem. Extracted from Shopify.
Ruby
39
star
7

airbrake-go

Go library to report errors to airbrake and compatible servers
Go
33
star
8

throttle

Simple plugin which allows you to throttle certain activities in your web apps. Uses memcached for speedy implementation and requires Rails 2.1+
Ruby
26
star
9

fokus

Simple Web Extension (Firefox, Chrome) that does nothing other than allowing you to block a bunch of hosts to make it easier to focus when emails are piling up.
JavaScript
23
star
10

tinny

small webserver used for developing webapps in go. Will recompile your go program before each request.
Go
21
star
11

api-proxy

HTTP Remote call accelerator proxy for Shopify
Ruby
21
star
12

cacheable

Page caching extension of Shopify
Ruby
21
star
13

browser-go

http server to take screenshots of websites
Go
14
star
14

locking

Global named locks (req. mysql) -- Extraction from Shopify
Ruby
14
star
15

redis-tools

Some useful redis tools
Ruby
13
star
16

chat-server

Long polling real-time chat server based on EM
Ruby
11
star
17

messagepipe

work in progress rpc layer using msgpack
Ruby
8
star
18

cached

memcached object cache / identify cache
JavaScript
8
star
19

s3_connection

Small class which allows authenticated and persistent connectivity with s3
Ruby
7
star
20

mogrify-go

bindings to gd library
Go
7
star
21

ruby-mr

throwaway repository. Ruby <=> hadoop lib
Ruby
6
star
22

xml_node

Xml read/write with a nice ruby api
Ruby
6
star
23

mephisto_textlinkads

Plugins for text-link-ads in mephisto blogging engine
Ruby
5
star
24

steady

Schedule longer running period tasks
Ruby
4
star
25

snowman-fokus

Greasemonkey (or better) script to block distracting websites
JavaScript
2
star
26

jsonrecordline

Java
1
star
27

letterpress

Ruby
1
star
28

docker-compiler

Shell
1
star
29

cow-tree

C
1
star