Josh Santangelo
Josh Santangelo
Poll your followers to find new ones, poll recent likes to find new ones.
Follow LinkedIn updates similar to Tumblr. Looks like maybe there's no API to do that though... https://developer.linkedin.com
They offer an RSS feed of notifications, but it would be cool to get the actual contents of the posts.
You can get the list of publications you follow, and each of them has an RSS feed. https://github.com/Medium/medium-api-docs
A washer that accepts an array of RSS feeds and returns their items, with duplicate URLs removed. Use case: I follow [multiple RSS feeds from The Verge](http://www.theverge.com/2012/1/25/2732963/verge-rss-feeds), but the same...
Follow Mixcloud similar to Soundcloud. https://www.mixcloud.com/developers/
If running as a daemon (#16), access services differently. Use Twitter's streaming API, or publish/subscribe models for other services.
Jobs [inherit](https://github.com/endquote/laundry/blob/master/laundry.js#L218) the settings of other jobs that use the same washer, so you don't have to auth against the same services multiple times. Maybe you don't want to do...
It would be cool to [reverse geocode](https://developers.google.com/maps/documentation/geocoding/intro#ReverseGeocoding) the lat/long provided by the Twitter API to get descriptions for locations, similar to what we get from Instagram.
We delete items from S3 after the number of days specified in `--mediaDays`. When storing locally, the date of the file [matches](https://github.com/endquote/laundry/blob/master/storage/local.js#L95) that of the item it's attached to, but...