Releases: dogsheep/twitter-to-sqlite
Releases · dogsheep/twitter-to-sqlite
0.17
0.16
0.15
0.14
0.13
0.12
- The
source
column for a tweet is now a foreign key to a newsources
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
0.11
0.10
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 thearchive_
prefix instead ofarchive-
, for easier querying- Running
twitter-to-sqlite import
now deletes existingarchive_
tables and recreates them - #17