From 889efbf9e55886b39e4430684a04332c62c79932 Mon Sep 17 00:00:00 2001 From: Isaac Kogan <65869106+isaackogan@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:58:54 -0500 Subject: [PATCH] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 65cd1b1..1f6540a 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,6 @@ A Python library to connect to and read events from TikTok's LIVE service. A Python library to receive and decode livestream events such as comments and gifts in real-time from TikTok's LIVE service by connecting to TikTok's internal Webcast service. This library includes a wrapper that connects to the Webcast service using only a user's `unique_id` and allows you to join your livestream as well as that of other streamers. No credentials are required to use TikTokLive. -## ⚠️ Development Hiatus & Future Plans - -New updates are limited to fixes until further notice. - -See the library news here: https://github.com/isaackogan/TikTokLive/issues/157 - -Feel free to leave comments & suggestions. - ## Support Join the [support discord](https://discord.gg/e2XwPNTBBr) and visit the `#py-support` channel for questions, contributions and ideas. Feel free to make pull requests with missing/new features, fixes, etc.