From 9a8a474f20f56b34114f305b2709459d4bdc15ca Mon Sep 17 00:00:00 2001 From: "Sophia (Turner)" Date: Fri, 1 Nov 2024 05:18:29 +0900 Subject: [PATCH] docs: update twitter watcher description (#6) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2ea76e..2825050 100644 --- a/README.md +++ b/README.md @@ -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 } ```