1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Update Twitter documentation

This commit is contained in:
Chris Cummer
2018-08-17 14:44:28 -07:00
parent eb4f995e80
commit 3681bea0a8
10 changed files with 124 additions and 36 deletions

View File

@@ -11,8 +11,13 @@ Connects to the Twitter API and displays a single user's tweets.
NOTE: This only works for single-application developer accounts for now.
To get your bearer token, please see:
https://github.com/Trinergy/twitter_bearer_token
To make this work, you'll need a couple of things:
1. A [Twitter developer account](https://developer.twitter.com/content/developer-twitter/en.html)
2. A [Twitter bearer token](https://developer.twitter.com/en/docs/basics/authentication/overview/application-only).
Once you have your developer account, a relatively painless way to get a
bearer token is to use [TBT](https://github.com/Trinergy/twitter_bearer_token).
## Source Code