Skip to content

Releases: isaackogan/TikTokLive

Version 6.2.0

21 Oct 15:56
Compare
Choose a tag to compare

Bug Fixes

  • e94f8e5
  • Fix type hint for room_id property
  • Update documentation
  • Update the proto

Version 6.1.6

19 Sep 19:50
Compare
Choose a tag to compare

Fix Gift List

  • Removes X-Bogus as a default param because weirdly this is not required but when passed is validated...? If ByteDance employees have no haters, it's because I am dead.

Version 6.1.5

19 Sep 15:36
Compare
Choose a tag to compare
  • Add WebcastBlocked200Error to provide more clarity when 200 rejections are received from Webcast
  • Add client_ws_params to WebDefaults since the WebSocket requires its own custom set of parameters
  • Remove the shitty retry logic by the websockets library that hides connection errors when using the async iterator
  • General clean-up of code
  • Update documentation to reflect new additions

Full Changelog: v6.1.4...v6.1.5

Version 6.1.4

19 Sep 03:03
Compare
Choose a tag to compare
  • Add randomization to header/param fingerprint
  • Update default parameters & headers
  • Fix proxy conversion in latest httpx
  • Make "user_log_in" reflect session ID presence
  • Fix faulty room info retrieval when ID not specified
  • Remove room ID being automatically set as param when scraped

Version 6.1.3

13 Sep 22:23
Compare
Choose a tag to compare
v6.1.3

Version 6.1.3

Version 6.0.5

10 Apr 04:54
Compare
Choose a tag to compare

This update adds tons of new attributes to the ExtendedUser object in most events (7750cc7):

  • gifter_level int
  • member_level int
  • member_rank str
  • is_top_gifter bool
  • is_moderator bool
  • is_subscriber bool
  • is_friend bool
  • subscriber_badge BadgeStruct

Please consider donating at https://www.buymeacoffee.com/isaackogan, this one sucked to do (lot of work) 😄.

Version 6.0.4

08 Apr 20:11
Compare
Choose a tag to compare
  • Fix inheritance issue adding listener with client.add_listener (748a20e)
  • Add age restriction error when requesting room info (233542f, 852943a)
  • Fix params being sent on all requests, even HTML requests, and add ability to disable base params (852943a)

The following belong to commit eb243c7:

  • Add RoomIdAPIRoute
  • Rename RoomIdRoute to RoomIdHTMLRoute
  • Add fallback room ID method
  • Disable room info by default
  • Add fetch_live_check start param instead of room info (due to 18+ restriction issue)
  • Refactor & clean some code

Version 6.0.3

22 Mar 01:10
Compare
Choose a tag to compare

Fix for "Sent 1011 (internal error) keepalive ping timeout; no close frame received"

Version 6.0.2-post1

28 Feb 19:25
Compare
Choose a tag to compare

Fix broken gift streaking attribute...

Version 6.0.1-post1

28 Feb 19:04
Compare
Choose a tag to compare

Fixes from 5faa492

  • Fix rate limit error throwing
  • Fix SignAPIError message formatting
  • Allow failed parses to print an error to the console instead of crashing the client
  • Fix shadowing Enum MessageType which causes a crash