Skip to content

Releases: dogsheep/twitter-to-sqlite

0.17

20 Mar 19:23
Compare
Choose a tag to compare
  • Upgraded to latest sqlite-utils (currently 2.4.2)
  • This fixed a bug with user-timeline - #34

0.16

07 Feb 07:44
Compare
Choose a tag to compare

New friends command for importing accounts that a specific user follows.

0.15

09 Nov 20:13
Compare
Choose a tag to compare
  • Import command no longer fails on empty files - #29
  • Fixed bug in followers command - #30
  • following table now has indexes - #28

0.14

04 Nov 05:33
Compare
Choose a tag to compare
  • search command gained --since_id and --since options, for retrieving tweets since the last time the search was run
  • search command is now documented. Closes #3.

0.13

30 Oct 02:22
Compare
Choose a tag to compare
  • New mentions-timeline command (#26)

0.12

17 Oct 18:00
Compare
Choose a tag to compare
  • 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

0.11.1

16 Oct 22:31
Compare
Choose a tag to compare
  • Fix bugs running home-timeline --since from scratch. If tables were missing, script would throw an error.

0.11

16 Oct 19:38
Compare
Choose a tag to compare
  • 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

0.10

15 Oct 18:56
Compare
Choose a tag to compare
  • favorites command now populates favorited_by table - #14
  • favorites --stop_after option - #20
  • Store unescaped full_text of Tweet - #21

0.9

11 Oct 16:57
Compare
Choose a tag to compare
0.9
  • 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