Skip to content

Commit 5c82e5b

Browse files
Update auth.md
1 parent ba63b84 commit 5c82e5b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/auth.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,18 @@ Keep reading this doc for more info on how to handle different auth approaches a
2626
?> **Twitter API docs:** [Authentication](https://developer.twitter.com/en/docs/basics/authentication/guides/authentication-best-practices) guide.
2727

2828

29-
## How to do auth in Tweepy
29+
## 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).
3037

3138

39+
## How to do auth in Tweepy
40+
3241
### Setup credentials
3342

3443
#### Read from script

0 commit comments

Comments
 (0)