Format for release
authorOrakaro <nhatminh_179@hotmail.com>
Thu, 21 Nov 2019 10:42:42 +0000 (19:42 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Thu, 21 Nov 2019 10:42:42 +0000 (19:42 +0900)
README.rst
setup.py

index 1a4a6952950d7261976b93741c34f0fd99a7b763..85db3eb5d7bb5d8ee2b68ea82b159e39b613b3a9 100644 (file)
@@ -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
 --------------
index 9d7a77af7ca878e588b768f0d5894b279bddff68..8b29185501d963adb758536789f1cbf470233e50 100644 (file)
--- 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]