-
If you run `twitter-to-sqlite user-timeline ... --since` it's supposed to fetch Tweets those specific users tweeted since last time the command was run.
It does this by seeking out the max ID of th…
-
Using this API: https://api.github.com/repos/dogsheep/github-to-sqlite/commits
-
Maybe this:
$ github-to-sqlite stargazers github.db simonw/datasette
It could accept more than one repos.
Maybe have options similar to `--sql` in [twitter-to-sqlite](https://github.com/d…
-
https://developer.github.com/v3/repos/#list-contributors
`GET /repos/:owner/:repo/contributors`
Not sure if this should be a separate command or should be part of the existing `repos` command. I…
-
I'm sure this used to work, but right now repositories are fetched without their topics.
https://developer.github.com/v3/repos/ says you need to send a custom `Accept` header of `application/vnd.gi…
-
Since #467 the index page has attempted to optimistically count times.
My personal Dogsheep has enough connected databases and tables that the page can still take way too long to load - sometimes m…
-
I really, really want to start grabbing this data: https://github.com/simonw/datasette/network/dependents
-
Need to compile release notes.
-
Currently FTS is only enabled for repos and releases.
-
Original idea was to automatically deploy all github.com/simonw plugins with the datasette-plugin tag - so I don't have to keep updating the deploy script here.