Releases: isaackogan/TikTokLive
Releases · isaackogan/TikTokLive
Release list
No More Releases
There will be no more releases on GitHub. Please find latest releases exclusively on PyPi.
Version 6.2.0
Bug Fixes
- e94f8e5
- Fix type hint for
room_idproperty - Update documentation
- Update the proto
Version 6.1.6
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
- Add
WebcastBlocked200Errorto provide more clarity when 200 rejections are received from Webcast - Add
client_ws_paramstoWebDefaultssince the WebSocket requires its own custom set of parameters - Remove the shitty retry logic by the
websocketslibrary 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
- 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
Version 6.0.5
This update adds tons of new attributes to the ExtendedUser object in most events (7750cc7):
gifter_levelintmember_levelintmember_rankstris_top_gifterboolis_moderatorboolis_subscriberboolis_friendboolsubscriber_badgeBadgeStruct
Please consider donating at https://www.buymeacoffee.com/isaackogan, this one sucked to do (lot of work) 😄.
Version 6.0.4
- 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
RoomIdRoutetoRoomIdHTMLRoute - Add fallback room ID method
- Disable room info by default
- Add
fetch_live_checkstart param instead of room info (due to 18+ restriction issue) - Refactor & clean some code
Version 6.0.3
Fix for "Sent 1011 (internal error) keepalive ping timeout; no close frame received"
Version 6.0.2-post1
Fix broken gift streaking attribute...