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
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,29 @@
3
3
Summary of topics in this section:
4
4
5
5
6
-
## [Installation](installation.md)
6
+
## Installation
7
+
8
+
Go to [Installation](installation.md).
7
9
8
10
How to install Tweepy.
9
11
10
-
## [Authentication](auth.md)
12
+
13
+
## Auth
14
+
15
+
Go to [Authentication](auth.md).
11
16
12
17
How to setup your credentials to connect to the Twitter API.
13
18
14
19
15
-
## [Tweepy code samples](code_snippets.md)
20
+
## Samples
21
+
22
+
Go to [Tweepy code samples](code_snippets.md).
16
23
17
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.
18
25
19
26
20
-
## [Browser scraping](browser_scraping.md)
27
+
## Scraping
28
+
29
+
Go to [Browser scraping](browser_scraping.md).
21
30
22
-
Extra section in case Twitter API does not meet your needs.
31
+
An extra section, in case Twitter API does not meet your needs.
0 commit comments