From 0f735a7876693363472597a270e5a1ec8229cf6f Mon Sep 17 00:00:00 2001 From: Jacek W Date: Thu, 12 Oct 2023 06:13:28 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c22e4ac..022d4c6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@
- + +

TikTok Live Java

@@ -16,6 +17,7 @@ + From 690b9eb2722449e3adb71c97355e8e3ea7ba8e2b Mon Sep 17 00:00:00 2001 From: Jacek W Date: Thu, 12 Oct 2023 06:19:43 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 022d4c6..495741f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Do you prefer other programming languages? com.github.jwdeveloper.TikTok-Live-Java Client - 1.0.0 + 1.0.0-Release compile From 5e77b3f57fd484d485e28eafdfa854d46545ae8a Mon Sep 17 00:00:00 2001 From: Jacek W Date: Thu, 12 Oct 2023 09:01:29 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 495741f..d020d63 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,18 @@
+ + + # Introduction A Java library inspired by [TikTokLive](https://github.com/isaackogan/TikTokLive) and [TikTokLiveSharp](https://github.com/sebheron/TikTokLiveSharp). Use it to receive live stream events such as comments and gifts in realtime from [TikTok LIVE](https://www.tiktok.com/live) by connecting to TikTok's internal WebCast push service. The library includes a wrapper that connects to the WebCast service using just the username (`uniqueId`). This allows you to connect to your own live chat as well as the live chat of other streamers. No credentials are required. Events such as [Members Joining](#member), [Gifts](#gift), [Subscriptions](#subscribe), [Viewers](#roomuser), [Follows](#social), [Shares](#social), [Questions](#questionnew), [Likes](#like) and [Battles](#linkmicbattle) can be tracked. +
+ IMAGE ALT TEXT +
+ Join the support [discord](https://discord.gg/e2XwPNTBBr) and visit the `#java-support` channel for questions, contributions and ideas. Feel free to make pull requests with missing/new features, fixes, etc Do you prefer other programming languages? @@ -45,12 +52,19 @@ Do you prefer other programming languages? **NOTE:** This is not an official API. It's a reverse engineering project. + #### Overview - [Getting started](#getting-started) - [Events](#events) - [Listeners](#listeners) - [Contributing](#contributing) + + + + + + ## Getting started 1. Install the package via Maven