python-twitch-client icon indicating copy to clipboard operation
python-twitch-client copied to clipboard

Python wrapper for Twitch API

Results 18 python-twitch-client issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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`...

enhancement

hi is there a way to get a bot to type a message in chat? if so how would i do it?

enhancement

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...

bug
enhancement

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

bug

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...

dependencies

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...