Releases: isaackogan/TikTokLive
Releases · isaackogan/TikTokLive
Version 6.2.0
Bug Fixes
- e94f8e5
- Fix type hint for
room_id
property - 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
WebcastBlocked200Error
to provide more clarity when 200 rejections are received from Webcast - Add
client_ws_params
toWebDefaults
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
- 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
v6.1.3 Version 6.1.3
Version 6.0.5
This update adds tons of new attributes to the ExtendedUser object in most events (7750cc7):
gifter_level
intmember_level
intmember_rank
stris_top_gifter
boolis_moderator
boolis_subscriber
boolis_friend
boolsubscriber_badge
BadgeStruct
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
RoomIdRoute
toRoomIdHTMLRoute
- 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
Fix for "Sent 1011 (internal error) keepalive ping timeout; no close frame received"
Version 6.0.2-post1
Fix broken gift streaking attribute...
Version 6.0.1-post1
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