-
It's triggering for arrays that look like this at the moment:
```json
[
{
"type": "HKWorkoutEventTypeSegment",
"date": "2019-05-21 09:43:50 -0700",
"duration": "12.27…
-
https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-mentions_timeline
Almost identical to home-timeline #18 but it uses `https://api.twitter.com/1.1/statuses/mentions_…
-
I just ran the script and it failed to import any `workout_points`, though it did import `workouts`.
-
For bulk retrieving tweets by their ID.
https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-lookup
Rate limit is 900/15 minutes (1 call per second) but each c…
-
Using this API: https://developer.github.com/v3/issues/comments/
-
https://developer.twitter.com/en/docs/tweets/filter-realtime/api-reference/post-statuses-filter
We can support tracking keywords and following specific users.
-
This thread here is illuminating: https://stackoverflow.com/questions/3634984/insert-if-not-exists-else-update
The term `UPSERT` in SQLite has a specific meaning as-of 3.24.0 (2018-06-04): https://…
-
The Foursquare checkins API supports "return every checkin occurring after this point" - I can pass it the maximum createdAt date currently stored in the database. This will allow for quick incrementa…
-
Feature request: https://twitter.com/johankj/status/1182563563136868352
> Would it be possible to save all tweets in my timeline from the last X days? I would love to see how big a percentage some us…
-
Currently every time you run `home-timeline` we pull all 800 available tweets. We should offer to support `since_id` (which can be provided or can be pulled directly from the database) in order to wor…