this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updated README

+22
+22
README.md
··· 8 8 Save data from Twitter to a SQLite database. 9 9 10 10 <!-- toc --> 11 + 12 + - [How to install](#how-to-install) 13 + - [Authentication](#authentication) 14 + - [Retrieving tweets by specific accounts](#retrieving-tweets-by-specific-accounts) 15 + - [Retrieve user profiles in bulk](#retrieve-user-profiles-in-bulk) 16 + - [Retrieve tweets in bulk](#retrieve-tweets-in-bulk) 17 + - [Retrieving Twitter followers](#retrieving-twitter-followers) 18 + - [Retrieving friends](#retrieving-friends) 19 + - [Retrieving favorited tweets](#retrieving-favorited-tweets) 20 + - [Retrieving Twitter lists](#retrieving-twitter-lists) 21 + - [Retrieving Twitter list memberships](#retrieving-twitter-list-memberships) 22 + - [Retrieving just follower and friend IDs](#retrieving-just-follower-and-friend-ids) 23 + - [Retrieving tweets from your home timeline](#retrieving-tweets-from-your-home-timeline) 24 + - [Retrieving your mentions](#retrieving-your-mentions) 25 + - [Providing input from a SQL query with --sql and --attach](#providing-input-from-a-sql-query-with---sql-and---attach) 26 + - [Running searches](#running-searches) 27 + - [Capturing tweets in real-time with track and follow](#capturing-tweets-in-real-time-with-track-and-follow) 28 + * [track](#track) 29 + * [follow](#follow) 30 + - [Importing data from your Twitter archive](#importing-data-from-your-twitter-archive) 31 + - [Design notes](#design-notes) 32 + 11 33 <!-- tocstop --> 12 34 13 35 ## How to install