We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba63b84 commit 5c82e5bCopy full SHA for 5c82e5b
docs/auth.md
@@ -26,9 +26,18 @@ Keep reading this doc for more info on how to handle different auth approaches a
26
?> **Twitter API docs:** [Authentication](https://developer.twitter.com/en/docs/basics/authentication/guides/authentication-best-practices) guide.
27
28
29
-## How to do auth in Tweepy
+## How to create Twitter API tokens
30
+
31
+1. Register a Twitter account.
32
+2. Register a Twitter dev account.
33
+3. Register a Twitter app.
34
+4. Create Twitter API tokens.
35
36
+See details in this [gist](https://gist.github.com/MichaelCurrin/da559dcda9f1a0a202b74f2127be5bf9).
37
38
39
+## How to do auth in Tweepy
40
41
### Setup credentials
42
43
#### Read from script
0 commit comments