TikTokLive_Sharp 1.2.0
dotnet add package TikTokLive_Sharp --version 1.2.0
NuGet\Install-Package TikTokLive_Sharp -Version 1.2.0
<PackageReference Include="TikTokLive_Sharp" Version="1.2.0" />
paket add TikTokLive_Sharp --version 1.2.0
#r "nuget: TikTokLive_Sharp, 1.2.0"
// Install TikTokLive_Sharp as a Cake Addin #addin nuget:?package=TikTokLive_Sharp&version=1.2.0 // Install TikTokLive_Sharp as a Cake Tool #tool nuget:?package=TikTokLive_Sharp&version=1.2.0
TikTokLiveSharp / TikTokLiveUnity v1.2.0
This is not an official library nor associated with TikTok or ByteDance in any way
Respond to TikTok Live comments, gifts, follows, etc.
Issues
If you want to showcase a project you've made with this library, create an Issue with the Showcase label. Other than that issues are purely for bugs, if you're having an implementation issue, please send a message in the discord server.
New Fork
This project is a continuation of the original TikTokLiveSharp-Library by sebheron. The original project can be found on Github. The Readme for that project can also be found here.
As the original Project did not seem to be receiving any new updates, and all the existing TikTokLive-Libraries were lacking in their Messaging-Schema's, this fork involved a re-write of large portions of the original. The original Messaging-Schema has been completely replaced, which can lead to breaking changes. Upgrade to this Library at your own discretion.
Details
A C# port of the TikTok Live connector library. Other available versions include:
- TikTok-Live-Connector - Node.js Library (by zerodytrash)
- GoTikTokLive - Go Library (by David Brouwer)
- TikTokLive - Python Library (by Isaac Kogan)
- TikTokLiveJava - Java Library (by JW)
- TikTokLiveRust - Rust Library (by JW)
The primary incentive behind this library was to update the existing TikTokLive-Library with anew Messaging-Schema and additional Exception-Handling. It's implemented in .NET Standard and should work universally across all .NET supported platforms. An older version of Protobuf-net was used to ensure Unity compatibility.
Setup
TikTokLiveSharp
Setup of the C-Sharp Library can be found here
TikTokLiveUnity
Setup of the Unity Library can be found here
Contributors
- Frank van Hoof - Creator & Maintainer of TikTokLiveUnity - Frank van Hoof
- Sebheron - Original Creator of TikTokLiveSharp - sebheron
- Isaac Kogan - Creator of TikTokLive & Signing-Server - isaackogan
- Zerody - Initial Reverse-Engineering Protobuf & Support - Zerody
- David Brouwer - Reverse-Engineering Stream Downloads - davincible
- JW - Creator of TikTokLiveJava - JW
- David Teather - TikTokLive Introduction Tutorial - davidteather
Contributing
How can I help?
As the TikTokLive-Libraries all use reverse engineering to create their own Protobuf-Schema, much is still unknown about many of the Event-Types and Data-Values. If you think you can contribute, please join the Discord-server or create an issue.
Do you have a donation-link?
Donations to me personally can be done via BuyMeACoffee
Downloading the Source
This repo is set up in a way so that both TikTokLiveSharp and TikTokLiveUnity can use the exact same main repo. It uses GitIgnore-files in order to separate out these files to the correct subset for each version. To reduce main to the subset for your version, combine the Base.gitignore with the file for the Library (either TikTokLiveSharp or TikTokLiveUnity and apply the result to the base GitIgnore. If any conflicts remain after creating the gitignore, delete everything in the Repo-Folder and discard that deletion.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.3)
- protobuf-net (>= 3.2.26)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.