From c4e48381c062c54c6f92e72a40cd0d7b311b2ef2 Mon Sep 17 00:00:00 2001 From: "orakaro.targaryen" Date: Thu, 21 Nov 2019 19:44:39 +0900 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 85db3eb..79fd54b 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ A Note about Twitter API Change ------------------------------- -Head up! As Twitter **discontinues supporting** Stream API, RainbowStream's stream function has been stopped working for a long time. But here is a good new, from version 1.5.0 we switched to a Polling Strategy that using the `home` command to check for every 90 seconds. Notes that rate limit for `home` command itseld is 15 times per 15 minutes, so don't abuse it too much to leave space for the polling stream :) +Heads-up! As Twitter **discontinues supporting** Stream API, RainbowStream's stream function has been stopped working for a long time. But here is a good new, from version 1.5.0 we **switched to a Polling Strategy** that using the `home` command to check for every 90 seconds. Notes that rate limit for `home` command itself is 15 times per 15 minutes, so don't abuse it too much to leave space for the polling stream :) If you are interested in detail: https://github.com/orakaro/rainbowstream/issues/271 -- 1.9.1