releases

16 rows where repo = 206156866

View and edit SQL

Suggested facets: created_at (date), published_at (date)

repo

  • twitter-to-sqlite · 16
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
19763160 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.1a MDc6UmVsZWFzZTE5NzYzMTYw 0.1a master Alpha release 0 simonw 9599 0 2019-09-03T20:42:38Z 2019-09-04T22:08:18Z []   twitter-to-sqlite 206156866
19763185 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTE5NzYzMTg1 0.2 master 0.2 0 simonw 9599 0 2019-09-04T21:17:34Z 2019-09-04T22:09:46Z [] Full text search for tweets table twitter-to-sqlite 206156866
19763200 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.3 MDc6UmVsZWFzZTE5NzYzMjAw 0.3 master 0.3 0 simonw 9599 0 2019-09-04T22:10:07Z 2019-09-04T22:11:01Z [] Extract places and media into separate tables Demo: https://twitter-to-sqlite-demo.now.sh/ twitter-to-sqlite 206156866
19865891 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.4 MDc6UmVsZWFzZTE5ODY1ODkx 0.4 master 0.4 0 simonw 9599 0 2019-09-09T22:41:25Z 2019-09-09T22:43:05Z [] * New `users-lookup` command for fetching multiple user profiles, including using new `--sql` and `--attach` options * New `list-members` subcommand for fetching members of a list * Added `stop_after` option to `user-timeline` command twitter-to-sqlite 206156866
19889174 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.5 MDc6UmVsZWFzZTE5ODg5MTc0 0.5 master 0.5 0 simonw 9599 0 2019-09-10T17:38:46Z 2019-09-10T17:39:47Z [] * Added `followers-ids` and `friends-ids` subcommands twitter-to-sqlite 206156866
20497186 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.6 MDc6UmVsZWFzZTIwNDk3MTg2 0.6 master 0.6 0 simonw 9599 0 2019-10-06T04:49:17Z 2019-10-06T04:52:18Z [] * New experimental `track` and `follow` commands for subscribing to the Twitter real-time API #11. [Documentation](https://github.com/dogsheep/twitter-to-sqlite#capturing-tweets-in-real-time-with-track-and-follow) for track and follow. * Documentation for `--sql` and `--attach`, refs #8 twitter-to-sqlite 206156866
20504543 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.7 MDc6UmVsZWFzZTIwNTA0NTQz 0.7 master 0.7 0 simonw 9599 0 2019-10-07T00:32:08Z 2019-10-07T00:33:28Z [] * New `statuses-lookup` command for bulk fetching tweets by their IDs - #13 twitter-to-sqlite 206156866
20631452 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.8 MDc6UmVsZWFzZTIwNjMxNDUy 0.8 master 0.8 0 simonw 9599 0 2019-10-11T06:45:21Z 2019-10-11T06:46:52Z [] * New `twitter-to-sqlite import twitter.db archive.zip` command for importing data from a Twitter export file. #4 - [documentation here](https://github.com/dogsheep/twitter-to-sqlite/blob/master/README.md#importing-data-from-your-twitter-archive). twitter-to-sqlite 206156866
20646519 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.9 MDc6UmVsZWFzZTIwNjQ2NTE5 0.9 master 0.9 0 simonw 9599 0 2019-10-11T16:55:10Z 2019-10-11T16:57:25Z [] * New `twitter-to-sqlite home-timeline` command, for retrieving your timeline of tweets from people you follow - #18 * `twitter-to-sqlite import` created tables now use the `archive_` prefix instead of `archive-`, for easier querying * Running `twitter-to-sqlite import` now deletes existing `archive_` tables and recreates them - #17 twitter-to-sqlite 206156866
20721291 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.10 MDc6UmVsZWFzZTIwNzIxMjkx 0.10 master 0.10 0 simonw 9599 0 2019-10-15T18:53:53Z 2019-10-15T18:56:09Z [] * favorites command now populates `favorited_by` table - #14 * favorites `--stop_after` option - #20 * Store unescaped `full_text` of Tweet - #21 twitter-to-sqlite 206156866
20754277 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.11 MDc6UmVsZWFzZTIwNzU0Mjc3 0.11 master 0.11 0 simonw 9599 0 2019-10-16T19:37:10Z 2019-10-16T19:38:42Z [] * Added `--since_id` and `--since` to `user-timeline` command, refs #20 * `--since` and `--since_id` options for `home-timeline`, closes #19 * `import` command now works on files and directories, closes #22 twitter-to-sqlite 206156866
20758324 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.11.1 MDc6UmVsZWFzZTIwNzU4MzI0 0.11.1 master 0.11.1 0 simonw 9599 0 2019-10-16T19:46:35Z 2019-10-16T22:31:51Z [] * Fix bugs running `home-timeline --since` from scratch. If tables were missing, script would throw an error. twitter-to-sqlite 206156866
20783590 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.12 MDc6UmVsZWFzZTIwNzgzNTkw 0.12 master 0.12 0 simonw 9599 0 2019-10-17T17:57:33Z 2019-10-17T18:00:28Z [] * The `source` column for a tweet is now a foreign key to a new `sources` table - #12 * New migrations system to upgrade existing databases to handle the new `source` column extraction - #23 * Experimental implementation of new `twitter-to-sqlite search tweets.db search-term` command, which runs a search and saves the tweets from that search - #3 * Fixed bug where sometimes a user record for the authenticated user was not persisted to the `users` table twitter-to-sqlite 206156866
21073645 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.13 MDc6UmVsZWFzZTIxMDczNjQ1 0.13 master 0.13 0 simonw 9599 0 2019-10-30T02:20:09Z 2019-10-30T02:22:30Z [] - New `mentions-timeline` command (#26) twitter-to-sqlite 206156866
21180989 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.14 MDc6UmVsZWFzZTIxMTgwOTg5 0.14 master 0.14 0 simonw 9599 0 2019-11-04T05:32:37Z 2019-11-04T05:33:56Z [] * `search` command gained `--since_id` and `--since` options, for retrieving tweets since the last time the search was run * `search` command is [now documented](https://github.com/dogsheep/twitter-to-sqlite/blob/0.14/README.md#running-searches). Closes #3. twitter-to-sqlite 206156866
21342008 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.15 MDc6UmVsZWFzZTIxMzQyMDA4 0.15 master 0.15 0 simonw 9599 0 2019-11-09T20:12:32Z 2019-11-09T20:13:07Z [] - Import command no longer fails on empty files - #29 - Fixed bug in `followers` command - #30 - `following` table now has indexes - #28 twitter-to-sqlite 206156866

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [author] INTEGER REFERENCES [users]([id]),
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [assets] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
)
Powered by Datasette · Query took 31.987ms · About: github-to-sqlite