Skip to content

Commit

Permalink
docs: update twitter watcher description (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
async3619 authored Oct 31, 2024
1 parent 6d68725 commit 9a8a474
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,13 @@ specify watching interval in millisecond format. minimal value is `60000`.

#### twitter

Internally, Cage uses [Rettiwt-API](https://github.com/Rishikant181/Rettiwt-API) to get the followers list. so you need to get the API Key with extensions that provided by the author. you can see the instruction [here](https://github.com/Rishikant181/Rettiwt-API#1-using-a-browser-recommended).

```json5
{
"type": "twitter", // required
"bearerToken": "bearer token of your twitter app" // string, required
"apiKey": "API Key that retrieved with X Auth Helper extension", // string, required
"username": "your twitter username", // string
}
```

Expand Down

0 comments on commit 9a8a474

Please sign in to comment.