isaackogan / TikTokLive

Python library to receive live stream events (comments, gifts, etc.) in realtime from TikTok LIVE.
https://isaackogan.github.io/TikTokLive/
MIT License
897 stars 176 forks source link

Version 5.0.0 #105

Closed isaackogan closed 1 year ago

isaackogan commented 1 year ago

Version 4.5.2

Due to the volume of changes, specific commits are not provided with each change. The major commits involved in this release were: https://github.com/isaackogan/TikTokLive/commit/16c1f6be36bffb3266f4a8a5f1f51ff7b9dd6d57, https://github.com/isaackogan/TikTokLive/commit/bf9e38eb176ffe82485f59dee99fa779fd0fc021, https://github.com/isaackogan/TikTokLive/commit/fb198a3718f248d217906fc050148db666077e43, https://github.com/isaackogan/TikTokLive/commit/d2e67829319f1746f091246cf4c43cf5bd160226. Feel free to sort out which change came from which if necessary.

There are many breaking changes:

1) All event schemas have changed to snake_case 2) Removed reconnect and send_message 3) Renamed mic_battle, mic_armies, viewer_count_update

Upgrade with pip install TikTokLive --upgrade

isaackogan commented 1 year ago

Release: https://github.com/isaackogan/TikTokLive/releases/tag/v5.0.0