Releases: dogsheep/twitter-to-sqlite
Releases · dogsheep/twitter-to-sqlite
0.22
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
- 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
- Added table of contents to the documentation
0.21.1
- Fixed bug that occurred when the
since_ids
table had not yet been created. #46
0.21
- 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
- Buf fix:
since_id
table no longer records a record for None
, None
. #41
0.20
- 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
- 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
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