kohlerpop1
29631ac468
Fixed Live User Data Mapper throwing MalformedJsonException!
2024-02-29 19:19:23 -05:00
JW
45bac053b9
Removed unused projects
2024-02-28 16:44:07 +01:00
JW
ffbd67eef4
made: settings.fetchGifts default to true,
...
attach to options `setOffline`
create static method `of` for events
-TikTokGiftEvent
-TikTokCommentEvent
-TikTokSubscribeEvent
-TikTokFollowEvent
-TikTokLikeEvent
-TikTokJoinEvent
Rename:
GiftSendType -> GiftComboStateType
2024-02-28 16:05:25 +01:00
JW
e923f3fad7
made: settings.fetchGifts default to true,
...
attach to options `setOffline`
create static method `of` for events
-TikTokGiftEvent
-TikTokCommentEvent
-TikTokSubscribeEvent
-TikTokFollowEvent
-TikTokLikeEvent
-TikTokJoinEvent
2024-02-28 15:58:16 +01:00
JW
faa1185b97
made: settings.fetchGifts default to true
2024-02-28 15:11:03 +01:00
JW
0fcac60cbe
Update gifts manager
2024-02-25 21:29:21 +01:00
JW
63dd8c20ac
Update gifts manager
2024-02-25 21:02:39 +01:00
JW
b809bb6cda
Update gifts manager
2024-02-22 20:28:13 +01:00
kohlerpop1
a68eaba5a1
Began rework to dynamic gifts. Did not fetch from url yet.
2024-02-21 17:27:02 -05:00
JW
0252b9a42f
Gifts
2024-02-21 22:47:29 +01:00
GitHub Action
965816e846
Update version in pom.xml
2024-02-15 19:01:19 +00:00
GitHub Action
c93c3144ff
Update version in pom.xml
2024-02-15 18:56:11 +00:00
kohlerpop1
c1105f1324
Switched to new Signing Server endpoint and more
2024-02-15 12:10:17 -05:00
GitHub Action
4f141edb1a
Update version in pom.xml
2024-02-15 00:26:07 +00:00
Jacek W
bbfa7b410b
Merge pull request #55 from jwdeveloper/develop-1.2.0
...
Develop 1.2.0
2024-02-15 01:23:56 +01:00
GitHub Action
6da40927d0
Update version in pom.xml
2024-02-15 00:18:41 +00:00
kohlerpop1
1ba51476d1
Added PreConnectionEvent with LiveType, made optimizations, and added fallback to default request in proxy class in case proxy protocol is not supported by TikTok or Signing server.
2024-02-12 15:24:54 -05:00
GitHub Action
9ee5c89f64
Update version in pom.xml
2024-02-11 11:40:17 +00:00
kohlerpop1
283024a1d4
Fixed NPE - Caused by: java.lang.NullPointerException: Cannot invoke "java.lang.Thread.interrupt()" because "this.liveDownloadThread" is null
...
Moved websocketClient.setSocketFactory call up where it only needs called once not looped. Also added pingingTask.run for not used proxy connections.
2024-01-21 13:00:49 -05:00
GitHub Action
46e75dec1a
Update version in pom.xml
2024-01-19 18:19:23 +00:00
JW
913d473442
.
2024-01-14 22:55:05 +01:00
GitHub Action
72092bb56b
Update version in pom.xml
2024-01-14 19:57:41 +00:00
kohlerpop1
b6247feb32
Final Proxy Commit!
2024-01-14 20:56:05 +01:00
kohlerpop1
0dd952a7fb
Push for proxy test pt 4!
2024-01-14 20:56:05 +01:00
kohlerpop1
af4f2b4510
Push for proxy test pt 3!
2024-01-14 20:56:05 +01:00
kohlerpop1
bc3386d21e
Push for proxy test!
2024-01-14 20:56:05 +01:00
GitHub Action
0a857594ea
Update version in pom.xml
2024-01-05 16:26:35 +00:00
JW
b0593ba95c
- refactor of the Http client
...
Changes:
Http-client settings in configure method
```
TikTokLive.newClient("X")
.configure(liveClientSettings ->
{
var httpSetting = liveClientSettings.getHttpSettings();
httpSetting.setTimeout(Duration.ofSeconds(12));
});
```
`TikTokLive.requests()` Easy and quick way of making
http request to tiktok
```
var giftsResponse =TikTokLive.request.fetchGiftsData();
```
Removed:
TikTokLive.isLiveOnline(String hostName);
TikTokLive.isHostNameValidAsync(String hostName);
instead you can use
```
TikTokLive.requests().fetchLiveUserData("Mike").getUserStatus()
```
2024-01-05 17:21:55 +01:00
JW
c23faffcde
- refactor of the Http client
...
Changes:
Http-client settings in configure method
```
TikTokLive.newClient("X")
.configure(liveClientSettings ->
{
var httpSetting = liveClientSettings.getHttpSettings();
httpSetting.setTimeout(Duration.ofSeconds(12));
});
```
`TikTokLive.requests()` Easy and quick way of making
http request to tiktok
```
var giftsResponse =TikTokLive.request.fetchGiftsData();
```
Removed:
TikTokLive.isLiveOnline(String hostName);
TikTokLive.isHostNameValidAsync(String hostName);
instead you can use
```
TikTokLive.requests().fetchLiveUserData("Mike").getUserStatus()
```
2024-01-05 17:21:55 +01:00
JW
f7a92d5015
- refactor of the Http client
...
Changes:
Http-client settings in configure method
```
TikTokLive.newClient("X")
.configure(liveClientSettings ->
{
var httpSetting = liveClientSettings.getHttpSettings();
httpSetting.setTimeout(Duration.ofSeconds(12));
});
```
`TikTokLive.requests()` Easy and quick way of making
http request to tiktok
```
var giftsResponse =TikTokLive.request.fetchGiftsData();
```
Removed:
TikTokLive.isLiveOnline(String hostName);
TikTokLive.isHostNameValidAsync(String hostName);
instead you can use
```
TikTokLive.requests().fetchLiveUserData("Mike").getUserStatus()
```
2024-01-05 17:21:55 +01:00
GitHub Action
6a42da9ecb
Update version in pom.xml
2024-01-05 16:21:21 +00:00
kohlerpop1
1308b86567
Made User#attributes final as its only set once and moved each constructor assignment to field declaration!
2024-01-05 17:06:50 +01:00
kohlerpop1
20ba88c0ac
Removed useless lines, made Picture#toString, and optimized TikTokGiftManager#findById & TikTokGiftManager#findByName!
2024-01-05 17:06:50 +01:00
GitHub Action
77533ea4be
Update version in pom.xml
2023-12-22 21:11:06 +00:00
kohlerpop1
b0bf4ac606
Added @Getter to Badge classes and toString methods!
2023-12-22 10:32:49 -05:00
GitHub Action
0ae9068858
Update version in pom.xml
2023-12-20 19:27:06 +00:00
kohlerpop1
7b911838a2
Added startTime to LiveRoomInfo to determine when the stream started!
2023-12-20 14:07:53 -05:00
GitHub Action
af8c689417
Update version in pom.xml
2023-12-19 20:53:26 +00:00
JW
0bb8edfe5c
Including toUser in TikTokGiftEvent
2023-12-19 21:31:58 +01:00
JW
4979c1b27a
Merge remote-tracking branch 'origin/master'
2023-12-19 21:30:31 +01:00
GitHub Action
c1fda687d3
Update version in pom.xml
2023-12-19 16:31:06 +00:00
JW
05c49c4545
.
2023-12-19 17:29:16 +01:00
GitHub Action
f8a716429d
Update version in pom.xml
2023-12-19 12:58:59 +00:00
JW
1733102aff
Changes:
...
- TikTokHttpResponseEvent
- Fixed User attributes in CommentEvent
- Redesign .onMapper method
2023-12-19 13:56:25 +01:00
JW
39055b5f3a
Merge branch 'master' into develop-1-0-10
2023-12-19 13:54:50 +01:00
JW
5a2d2d23f0
Changes:
...
- TikTokHttpResponseEvent
- Fixed User attributes in CommentEvent
- Redesign .onMapper method
2023-12-19 13:46:11 +01:00
JW
3eed982d6b
Changes:
...
- TikTokHttpResponseEvent
- Fixed User attributes in CommentEvent
- Redesign .onMapper method
2023-12-19 04:01:06 +01:00
GitHub Action
385560de3a
Update version in pom.xml
2023-12-18 21:58:15 +00:00
kohlerpop1
c4f0d63b43
Add toUser to TikTokGiftEvent to determine the correct user receiving a gift!
...
Made grammar fix to collaboration.md and README.md!
2023-12-18 16:52:40 -05:00
GitHub Action
c7d84218f2
Update version in pom.xml
2023-12-12 18:49:13 +00:00