From: Orakaro Date: Thu, 21 Nov 2019 10:42:42 +0000 (+0900) Subject: Format for release X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=c89363f2a545b09f18b2da9e680495371fd9fa90 Format for release --- diff --git a/README.rst b/README.rst index 1a4a695..85db3eb 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ A Note about Twitter API Change --------------- +------------------------------- -Sadly Twitter **is not supporting** Stream API anymore, and RainbowStream need extra work to switch over to Polling Strategy, with careful concern about RateLimit. Detail explaination here: https://github.com/orakaro/rainbowstream/issues/271 +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 :) -If you want a client with a set of nice command but **without stream function**, go ahead with following instructions. +If you are interested in detail: https://github.com/orakaro/rainbowstream/issues/271 Rainbow Stream -------------- diff --git a/setup.py b/setup.py index 9d7a77a..8b29185 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ setup(name='rainbowstream', include_package_data=True, zip_safe=True, install_requires=install_requires, + long_description_content_type='text/markdown', entry_points=""" # -*- Entry points: -*- [console_scripts]