Skip to content

Releases: dogsheep/twitter-to-sqlite

0.22

21 Sep 17:41
Compare
Choose a tag to compare
  • twitter-to-sqlite import now imports app.js to archive_app table.
  • Small fixes for twitter-to-sqlite import reflecting changed filenames in the Twitter export.
  • Fix for remaining since_id bug, thanks Ruben Vermeersch! #58

0.21.4

20 Aug 00:14
76fb65d
Compare
Choose a tag to compare
  • Fix for since_id error with user-timeline. #57
  • Document the use of --stop_after with favorites - thanks, Mike Lee Williams. #49
  • Fixes for Twitter archive imports, thanks Jacob Kaplan-Moss. #55

0.21.3

23 Jul 14:57
21fc1ca
Compare
Choose a tag to compare
  • Added table of contents to the documentation

0.21.2

18 Jul 22:43
b975890
Compare
Choose a tag to compare
  • Added changelog badge

0.21.1

30 Apr 18:21
Compare
Choose a tag to compare
  • Fixed bug that occurred when the since_ids table had not yet been created. #46

0.21

17 Apr 23:46
Compare
Choose a tag to compare
  • New command: twitter-to-sqlite lists username fetches lists owned by the specified users. #43
  • Handle tweets with a blank source. #44
  • Fixed error with twitter-to-sqlite user-timeline --sql=... --ids. #42
  • Better error messages for non-existing users. #37

0.20.1

01 Apr 04:33
Compare
Choose a tag to compare
  • Buf fix: since_id table no longer records a record for None, None. #41

0.20

01 Apr 04:18
Compare
Choose a tag to compare
  • Reworked how --since works to fix a bug spotted in #39. The most recently seen tweet ID for various commands is now stored in a new since_ids table.
  • New feature: the friends, followers and listed counts for each user are now stored in a count_history table and updated any time we spot that the counts in that user's profile have changed. #40

0.19

20 Mar 23:16
Compare
Choose a tag to compare
  • The twitter-to-sqlite friends and twitter-to-sqlite followers commands now accept the --sql and --attach options. #36
  • Improved the display of the progress bar for the user-timeline command. #38

0.18

20 Mar 20:19
Compare
Choose a tag to compare
  • twitter-to-sqlite user-timeline command now accepts --sql and --attach and --ids options, and can also accept multiple screen names or user IDs as command arguments. #35