Skip to content

Releases: isaackogan/TikTokLive

Version 4.2.5

22 Jul 19:26
4aa4348
Compare
Choose a tag to compare

Changelog Summary

  • Add Web-socket support
  • Remove ProxyContainer in favour over regular proxying
  • Migrate from aiohttp to httpx for requests
  • Only allow long polling if a sessionid is provided
  • Refactor project entirely for readability, functionality

If you were using the ProxyContainer API, you must switch to the new proxy handling system. There are no other breaking changes.

See full release changelog here: #41
See referenced issue(s) here: #34, #35, #37, #38, #39

Version 4.2.0

12 Jul 03:09
Compare
Choose a tag to compare
  • Implement subscriber badges (image badges) ⭐
  • Implement subscriber emotes ⭐
  • Implement envelope event (sending treasure boxes)
  • Repair is_moderator "User" attribute with new proto
  • Add is_new_gifter "User" attribute
  • Add is_subscriber "User" attribute
  • Add "through_share" attribute to JoinEvent
  • Add MoreShareEvent when a user shares to more than 5, 10 TikTok users
  • Update HTTP Parameters
  • Add "subscribe" event ⭐
  • Add weekly rankings events
  • Add support for TikTok Battles
  • Add the ability to download streams including the "download" and "stop_download" methods on the BaseClient class ⭐
  • Add the stream download example
  • Updated documentation & README.md

There are no breaking changes at this time.
⭐'s represent important/large changes

See release here: #33
See referenced suggestion(s) here: #32, #29

Release Stats

+2298 additions
+123 deletions

Version 0.8.9

05 May 01:30
d798f41
Compare
Choose a tag to compare
  • Advanced error handling via the "error" event. If a custom handler is not added, runtime errors will be automatically logged in the console. If a handler is added, handling (and logging) is fully up to the user. If client.connected is False, handlers will NOT be used.
  • Update documentation

There are no breaking changes at this time.

See release here: #26
See fixed issue(s) here: #25

Version 0.8.6

22 Apr 17:21
Compare
Choose a tag to compare
  • Address issue with package failure to retrieve Room ID due to poor Room ID parsing: #23

Hotfix release. No new additional features included, no breaking changes.

Version 0.8.5

16 Apr 02:18
Compare
Choose a tag to compare
  • Implement GiftExtra attribute
  • Implement chat sending functionality & related errors
  • Language Change Option
  • New examples
  • Additional Documentation

Version 0.8.2

12 Apr 22:53
Compare
Choose a tag to compare
  • Revert ClientSession creation to old method
  • Add a separate table for TikTokLive Printing
  • Update Documentation
  • Implement new Gift proto structure
  • Add aliases to maintain backwards compatibility with old Gift structure
  • Release a PyPi package fork of python-escpos under "python-escpos-win" with modified Windows support

Version 0.8.0

23 Mar 22:06
Compare
Choose a tag to compare

Update release tracking at #14 containing:

  • Fix live count not working
  • Proper library documentation
  • Fix headers not being included in requests
  • Remove double-quoted headers
  • Enable trust-env, add proper proxy support
  • Remove sessions or implement cookie saving
  • Rebuild docs with updated pricelist

Version 0.7.5

08 Mar 00:29
Compare
Choose a tag to compare

Update release tracking at #10 containing:

Full Changelog: v0.7.0...v0.7.5

Version 0.7.0

01 Mar 01:17
4a47f2c
Compare
Choose a tag to compare

Update #2 containing:

  • Debug option "on_debug"
  • Add is_friend and is_following attributes on User object
  • Add is_moderator attribute on User object
  • Add extended gift info
  • Look into missing gift info
  • Fix chat repitition

Version 0.6.9

24 Feb 03:44
b7abf0d
Compare
Choose a tag to compare

First release of TikTok-Live-Connector Livestream API for TikTok