python-twitch-client
python-twitch-client copied to clipboard
Python wrapper for Twitch API
Due to using a `datetime.datetime` instance in `TwitchObject`, `TwitchObject` is not natively JSON serializable. Example: ```python json.dumps(client.search.channels("example")) ``` Running this will result in: ``` Traceback (most recent call last): File...
There should be an option for `users. get_follows()` to get all users that a user follows. The Twitch API limits each call to 100, but you can use the `offset`...
chat
hi is there a way to get a bot to type a message in chat? if so how would i do it?
It appears that channel.get_followers does not return the cursor. So the maximum number of followers you can get is 100. maybe add a get_all_followers function or just return the entire...
Hello, I'm trying to get more than 100 posts on channels feeds. It seems the json response doesn't contain any cursor. Is it a bug ? Thanks
Bumps [black](https://github.com/psf/black) from 20.8b1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
In what version can i use this syntax? Traceback (most recent call last): File "C:\Users\fede\Desktop\main.py", line 9, in helix = twitch.Helix('XXXXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXXXX') ^^^^^^^^^^^^ AttributeError: module 'twitch' has no attribute 'Helix'
This PR contains high-level diagrams for the python-twitch-client. You can see how the render in the github UI here: https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/python-twitch-client/on_boarding.md Me and my friend leverage static analysis and LLMs to...