Skip to content

Commit 7690621

Browse files
author
README-bot
committed
Updated README
1 parent e1777ab commit 7690621

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,28 @@
88
Save data from Twitter to a SQLite database.
99

1010
<!-- 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+
1133
<!-- tocstop -->
1234

1335
## How to install

0 commit comments

Comments
 (0)