GitHub Action
243791f6b8
Update version in pom.xml
2024-06-02 20:11:19 +00:00
GitHub Action
d1eec34fca
Update version in pom.xml
2024-06-02 20:07:58 +00:00
kohlerpop1
69f1d5b5c2
Fixed proto file type names, created TikTokEventListenerBase with all events, created ListUser with additional information, and created all events for TikTokLink individual events
2024-06-01 22:18:43 -04:00
kohlerpop1
6f322b2a46
Fixed custom listener manager checks. Previous implementation allowed incorrect parameter types!
2024-05-29 15:38:06 -04:00
kohlerpop1
73c4c09ea1
Moved ActionResult message above content to make it easier to read in json print out!
...
Added status code 420 for IP cloudflare block
2024-05-29 14:11:27 -04:00
kohlerpop1
95e357af92
Updated HTTP response code messages
...
General optimization of classes and removal of no longer needed classes
Removed unused imports
2024-05-29 14:00:20 -04:00
htliang128
919554bbc8
Update of Socks Proxy adding headers
2024-05-25 12:22:31 +08:00
htliang128
bd0a1f0d01
Update of Socks Proxy adding headers
2024-05-25 12:20:57 +08:00
htliang128
f48479a92c
Update of Socks Proxy adding headers
2024-05-25 12:17:46 +08:00
GitHub Action
68a86f3dbd
Update version in pom.xml
2024-05-24 01:34:38 +00:00
kohlerpop1
af52e15a45
Removal of shared cookie parameter cookie in TikTokWebSocketClient!
...
Privatized objects in HttpClientSettings so getters are used!
2024-05-23 21:29:03 -04:00
GitHub Action
5577df7c9c
Update version in pom.xml
2024-05-23 22:45:49 +00:00
kohlerpop1
5abfd95c89
Update of Lombok
...
Fixed headers being passed to Websocket. Huge thanks to @isaackogan - https://github.com/isaackogan
2024-05-23 18:32:55 -04:00
kohlerpop1
5c715bfd52
Changed Picture#Empty to Picture#empty to follow Java standards
...
Updated descriptions in LiveClientSettings
Added new LiveHttpClient#fetchRoomGiftsData(String room_id) to fetch gifts for this specific room/livestream and altered GiftsDataMapper to reflect the new fetchRoomGiftsData and other TikTokLive client and http client classes
2024-05-13 21:14:03 -04:00
GitHub Action
b153afb332
Update version in pom.xml
2024-05-13 00:55:24 +00:00
kohlerpop1
4297af1349
Simplify LiveDataMapper#map
2024-05-12 20:47:13 -04:00
kohlerpop1
d09c90ef54
Added append live username option to FileStorage and now support connection to 18+ age restricted!
2024-05-10 16:44:42 -04:00
kohlerpop1
301df6392d
More updated to TikTokLinkMicBattleEvent, updated Gift since its no longer enum we do not need to use Unsafe, and added default mappings for WebcastLinkMicBattle and WebcastLinkMicArmies
2024-04-19 13:41:07 -04:00
kohlerpop1
fb9fc04ee5
Revert "More updated to TikTokLinkMicBattleEvent, updated Gift since its no longer enum we do not need to use Unsafe, and added default mappings for WebcastLinkMicBattle and WebcastLinkMicArmies"
...
This reverts commit 43a8ba4225 .
2024-04-19 13:33:49 -04:00
kohlerpop1
43a8ba4225
More updated to TikTokLinkMicBattleEvent, updated Gift since its no longer enum we do not need to use Unsafe, and added default mappings for WebcastLinkMicBattle and WebcastLinkMicArmies
2024-04-19 13:28:10 -04:00
GitHub Action
6dcccccb78
Update version in pom.xml
2024-04-10 16:07:17 +00:00
David Kohler
0d467d79c3
Update TikTokGiftEventHandlerTest.java
...
Fixed minor issue with Client compilation
2024-04-10 12:05:20 -04:00
David Kohler
33c98508c0
MINOR
...
Merge pull request #70 from jwdeveloper/develop-1.6.0
2024-04-10 12:01:00 -04:00
kohlerpop1
22e11a7822
Removed TikTokRoomInfo.getHostUser() in favor of TikTokRoomInfo.getHost().
...
Major rework of TikTokLinkMicBattleEvent and proto to support it.
Addition changes to other files to support!
2024-04-09 21:38:04 -04:00
GitHub Action
4545503441
Update version in pom.xml
2024-04-02 02:28:56 +00:00
kohlerpop1
103ed7e3ed
Changed isNotClosing to isOpen because if isOpen is false inside of any of the using methods, it throws an exception.
2024-03-31 20:19:24 -04:00
GitHub Action
67e70c34bc
Update version in pom.xml
2024-03-03 21:42:11 +00:00
GitHub Action
7ba7143f5a
Update version in pom.xml
2024-03-02 09:57:33 +00:00
GitHub Action
e058290118
Update version in pom.xml
2024-03-01 23:17:33 +00:00
David Kohler
d25741b229
Merge pull request #67 from jwdeveloper/develop-1.5.1
...
Fix for mapping of HttpResponse & HttpRequest and more!
2024-03-01 18:15:41 -05:00
kohlerpop1
560a8d7c3b
Added IllegalStateException to LiveUserDataMapper to catch getAsJsonObject exception.
...
Created HttpRequestJsonMapper and HttpResponseJsonMapper for ActionResult gson parser.
2024-03-01 16:08:05 -05:00
GitHub Action
6178bc25cf
Update version in pom.xml
2024-03-01 01:54:49 +00:00
JW
4e1ab35a60
Merge branch 'master' into develop-1.5.0
...
# Conflicts:
# Tools-EventsCollector/pom.xml
# Tools-EventsWebViewer/pom.xml
2024-03-01 02:50:35 +01:00
kohlerpop1
71853db5cc
Merge remote-tracking branch 'origin/develop-1.5.0' into develop-1.5.0-live-user-data-fix
...
# Conflicts:
# Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveClient.java
2024-02-29 20:38:53 -05:00
kohlerpop1
ef90d4cd58
Moved validation to TikTokLiveClientBuilder#validate!
2024-02-29 20:38:05 -05:00
JW
eea691a5aa
- implementing publishing messages
2024-03-01 02:20:11 +01:00
kohlerpop1
29631ac468
Fixed Live User Data Mapper throwing MalformedJsonException!
2024-02-29 19:19:23 -05:00
kohlerpop1
15c642297c
Fixed Live User Data Mapper throwing MalformedJsonException!
2024-02-28 21:03:00 -05: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
GitHub Action
ead954dd27
Update version in pom.xml
2024-02-26 15:26:34 +00:00
GitHub Action
7a5c00d99a
Update version in pom.xml
2024-02-26 15:17:09 +00: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
kohlerpop1
1b2a8bad93
Converted from Optional to ActionResult
...
Moved Logger creation to LoggerFactory
Fixed creating more than 1 recording thread for each livestream
And more optimizations!
2024-02-19 14:55:59 -05:00
kohlerpop1
6b22154c82
Pushing broken changes for JW!
2024-02-15 16:40:39 -05:00
GitHub Action
965816e846
Update version in pom.xml
2024-02-15 19:01:19 +00:00