File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Examples/src/main/java/io/github/jwdeveloper/tiktok Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 2323package io .github .jwdeveloper .tiktok ;
2424
2525import io .github .jwdeveloper .tiktok .data .events .TikTokSubNotifyEvent ;
26- import io .github .jwdeveloper .tiktok .data .events .TikTokSubscribeEvent ;
2726import io .github .jwdeveloper .tiktok .data .events .envelop .TikTokChestEvent ;
2827import io .github .jwdeveloper .tiktok .data .events .gift .TikTokGiftEvent ;
29- import io .github .jwdeveloper .tiktok .exceptions .TikTokLiveOfflineHostException ;
30- import io .github .jwdeveloper .tiktok .messages .webcast .WebcastGiftMessage ;
3128import io .github .jwdeveloper .tiktok .utils .ConsoleColors ;
32- import io .github .jwdeveloper .tiktok .utils .JsonUtil ;
3329
3430import java .io .IOException ;
35- import java .net .URI ;
36- import java .net .http .HttpClient ;
37- import java .net .http .HttpRequest ;
38- import java .net .http .HttpResponse ;
3931import java .time .Duration ;
40- import java .util .HashMap ;
4132import java .util .logging .Level ;
4233
4334public class SimpleExample {
4435 public static String TIKTOK_HOSTNAME = "dash4114" ;
4536
46- public static void main (String [] args ) throws IOException , InterruptedException {
37+ public static void main (String [] args ) throws IOException {
4738
4839 showLogo ();
4940
You can’t perform that action at this time.
0 commit comments