lrrbot
lrrbot copied to clipboard
LoadingReadyRun Twitch chatbot
This PR updates [frozenlist](https://pypi.org/project/frozenlist) from **1.3.0** to **1.3.1**. Changelog ### 1.3.1 ``` ================== The published source distribution package became buildable under Python 3.11. ---- ``` Links - PyPI: https://pypi.org/project/frozenlist -...
This PR updates [yarl](https://pypi.org/project/yarl) from **1.7.2** to **1.8.1**. Changelog ### 1.8.1 ``` ================== Misc ---- - `694 <https://github.com/aio-libs/yarl/issues/694>`_, `#699 <https://github.com/aio-libs/yarl/issues/699>`_, `#700 <https://github.com/aio-libs/yarl/issues/700>`_, `#701 <https://github.com/aio-libs/yarl/issues/701>`_, `#702 <https://github.com/aio-libs/yarl/issues/702>`_, `#703 <https://github.com/aio-libs/yarl/issues/703>`_, `#739 <https://github.com/aio-libs/yarl/issues/739>`_...
This PR updates [flask](https://pypi.org/project/flask) from **2.1.3** to **2.2.0**. Changelog ### 2.2.0 ``` ------------- Released 2022-08-01 - Remove previously deprecated code. :pr:`4337` - Old names for some ``send_file`` parameters have been...
Twitch just added an ability to "thread" chat messages as replies to other chat messages. We should consider doing something with these... possibly: (a) turning replies to chat commands into...
There is a PyPI module for building regexes for recognising unicode confusables: https://pypi.org/project/confusables/ We should integrate that into the spam filter somehow. Like, instead of having the filter text be...
This is also affecting eris: andreasots/eris#974. Log fragment: ``` [2020-06-27 21:53:36,635] INFO:command_parser:Command from qrpth: !live [2020-06-27 21:53:36,664] DEBUG:common.http:GET 'https://api.twitch.tv/kraken/streams/followed'{'offset': 0, 'limit': 25}... [2020-06-27 21:53:36,901] ERROR:utils:Exception in future Traceback (most recent...
Can Instagram posts from LoadingReadyRun possibly get added to #lrrrbot on the discord? Thanks.
So James and Serge were talking about wanting to have some sort of bit donation competition. Like people put [teamserge] or [teamjames] in the bit message and it gets “counted”...
The commands edit page needs some sort of protection against multiple people editing at once. Currently, if two people are editing at once, then one will overwrite the other's contributions...
Since the twitch change cumulative subs, we have been noticing subscribers coming through as "new" that we remember as definitely having subbed before. I thought it might be an issue...