You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how_to.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,21 @@ Go to [Installation](installation.md).
10
10
How to install Tweepy.
11
11
12
12
13
-
## Auth
13
+
## Authentication
14
14
15
15
Go to [Authentication](auth.md).
16
16
17
17
How to setup your credentials to connect to the Twitter API.
18
18
19
19
20
-
## Samples
20
+
## Tweepy code samples
21
21
22
22
Go to [Tweepy code samples](code_snippets.md).
23
23
24
24
Some Python code snippets are provided for some common use-cases, to avoid having to look at Tweepy docs or Twitter API docs directly. Links to the original docs are provided in some cases.
0 commit comments