Ryan Barrett

Results 2014 comments of Ryan Barrett

(related: eventbrite (#275) and lanyrd (#412) both also have full fledged event publishing APIs.)

doesn't seem like upcoming is actively developed any more. [roadmap on the home page right side bar](https://upcoming.org/#news) seems pretty much unchanged, including API. [github commits](https://github.com/upcoming/upcoming-www/commits/master) ([and twitter](https://twitter.com/upcomingorg)) show the last...

Same, more or less, 2.5y later. A few scattered commits on GitHub, but no API or other meaningful progress on the roadmap.

related to #51. finishing that will get close to this, but not all the way.

fwiw, we actually implemented this for github in 675718ca1ff015e1aaf315a0a6cfd26dc4eae426. discussion in https://chat.indieweb.org/dev/2018-02-26#t1519610412751400. the motivation was that github issues and comments often include links to examples, docs, etc that aren't either...

cc @aaronpk, who'd like this, and @sebsel and @RosemaryOrchard, who are interested more generally.

my stopgap solution to this is to gracefully handle when we get rate limited and use the partial block list contents that we've fetched so far (06f5987af2ae1e5b361c86d4c97ae44711659a40). the cap i...

oof, hit a blocklist last night ([vhfmag](https://brid.gy/twitter/vhfmag)'s) where 40k was still over 1MB. [error here](https://console.cloud.google.com/errors/CL7-4e6it_ib2AE); [log](https://brid.gy/log?start_time=1569224320&key=aglzfmJyaWQtZ3lyEwsSB1R3aXR0ZXIiBnZoZm1hZww): ``` urlopen GET https://api.twitter.com/1.1/blocks/ids.json?count=5000&stringify_ids=true&cursor=-1 {} (local/lib/python2.7/site-packages/oauth_dropins/webutil/util.py:1316) ... urlopen GET https://api.twitter.com/1.1/blocks/ids.json?count=5000&stringify_ids=true&cursor=1645386315131274403 {} (local/lib/python2.7/site-packages/oauth_dropins/webutil/util.py:1316) Error 429,...

thanks for filing! example post: http://cweiske.de/tagebuch/ouya-tomb-raider.htm parsed as mf2 (https://kylewm.com/services/mf2?url=http://cweiske.de/tagebuch/ouya-tomb-raider.htm): ``` json {"items": [{ "type": ["h-entry"], "properties": { "category": ["bigsuck", "games", "ouya"], "name": ["Playing Tomb Raider 1 on OUYA"], ......