- First release on PyPI.
- Pulled pytwitcherapi out of main project pytwitcher
- Fix wrapping search stream results due to incomplete channel json
- Refactor twitch module into models and session module
- Fix wrap json using actual class instead of cls
- Authentication: User can login and TwitchSession can retrieve followed streams.
- Easier imports. Only import the package for most of the cases.
- Added logging. Configure your logger and pytwitcher will show debug messages.
- Fix login server shutdown by correctly closing the socket
- IRC client for twitch chat
- IRC v3 Tags for messages
- Fix coverage reports via travis
- Add limit for sending messages
- IRCCLient manages two connections. Receives own messages from the server (with tags).
- Improved test thread saftey
- IRCClient shutdown is now thread-safe through events
- Add TwitchSession.get_emote_picture(emote, size).
- Capabilities for chat: twitch.tv/membership, twitch.tv/commands, twitch.tv/tags
- Replace context managers for apis with dedicated methods. The context managers made it difficult to use a session thread-safe because they relied (more heavily) on the state of the session.
- Remove
on_schedule
argument for irc client.irc >=15.0
required. - #17: Always submit a client id in the headers. Credits to Coriou.
- Client ID can be provided via environment variable
PYTWITCHER_CLIENT_ID
.
- Make example chat client python 3 compatible
- #16: Ignore unknown arguments from twitchstatus
- Use Client ID for old api requests as well
- Fix compatibility to
irc>=16.0
. Thanks to crey4fun.
- Re-release of
0.9.2