TikTok Live Java
*❤️❤️🎁 *Connect to TikTok live in 3 lines* 🎁❤️❤️*
A Java library inspired by [TikTokLive](https://github.com/isaackogan/TikTokLive) and [TikTokLiveSharp](https://github.com/frankvHoof93/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.
jitpack.io
https://jitpack.io
com.github.jwdeveloper.TikTok-Live-Java
Client
{{version}}
compile
Lightweight dependency injection container that is both small and performance efficient
Features
- [x] Injecting object via constructor
- [x] Method object providers
- [x] Class Scanner to avoid manual registration [Scanner](#autoscan)
- [x] You need to get [List of objects](#lists) in the constructor, no problem
- [x] Create [object instance](#object-instances) by yourself and register it to container!
- [x] Object lifetimes [SINGLETON, TRANSIENT] [see](#basic)
- [x] [Generic types](#generic-types)
- [x] [Many constructors](#manyconstructors)
- [x] Highly customizable, adjust container with build in [events](#events) system
Tutorial