I love Evernote. I love Twitter. I favorite tweets I love. I want to automatically add web pages linked to in my favorite tweets to Evernote. Now I can.
This project is a quick hack that is the Simplest Thing That Would Work. Fork away and modify to your heart's content.
-
You probably have to open add_note_to_evernote_by_url.scpt in AppleScript Editor and compile it. AppleScript is pretty lame like that.
-
Copy .twitever.yml.example to ~/.twitever.yml and set configurations as needed
-
Invoke twitter.rb in some way. This works best as a scheduled task, really.
- Fetches your favorite tweets from twitter
- Checks to see if these tweets are newer than the ones you dealt with last time
- For new favorite tweets, finds URLs in those tweets
- Adds a page in Evernote that contains the contents of the URL, with the original tweet content as the title of the note
Anything else :)