Ryan Barrett
Ryan Barrett
...obligatory at this point, [since they launched an API](https://medium.com/the-story/medium-s-publishing-api-31b9f05fada1). cc'ing @tantek, @kevinmarks, @aaronpk who can fill in more details and itches.
good suggestion from @cdevroe [in IRC](https://chat.indieweb.org/2017-01-25/1485376112628800): if after signup, we've fetched and found responses, but couldn't find original post links for any of them, show a tutorial message saying to...
right now, we only backfeed the first page worth of comments, likes, etc that each API gives us. if there are more, we don't follow the "next page" links to...
superfeedr [already pings on some updates](http://documentation.superfeedr.com/subscribers.html#updates), so we just need to handle those, load the existing BlogPost entity, add any new URLs from the updated post that weren't already processed,...
I'd like to set up continuous deployment for bridgy, granary, oauth-dropins, etc. background: https://circleci.com/docs/introduction-to-continuous-deployment/ https://circleci.com/docs/deploy-google-app-engine/ the catch is all the silo app ids and secrets in local files. [circle lets...
...e.g. when users sign up for bridgy, then later add a link to their web site. this bit @dshanske recently: http://indiewebcamp.com/irc/2014-10-23#t1414072684397
corresponds to #270, #271, and #272 for other blog/comment silos. i'd actually use this one pretty often!
[looks like squarespace has an API](http://developers.squarespace.com/template-overview/), or maybe more aptly a collection of services. i can't yet tell whether it supports creating comments, but it might, and it almost certainly...
right now, when we resolve URLs and follow redirects in `util.follow_redirects()`, we support HTTP 301/2 and the HTTP `Refresh` header, but not HTML ``. this is currently biting @pierreozoux (https://www.brid.gy/twitter/pierreozoux)....
some tumblr blogs only turn on disqus on the individual post pages, not on the front page. example: [require.aorcsik.com front page](http://require.aorcsik.com/) vs [individual post](http://require.aorcsik.com/post/98232616441/liquid-space-equa-at-elte-lagymanyosi-campus). we currently only check the front...