apache /
rocketmq
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
Loading repository data…
aleherr19 / repository
A simple java class that can parse and download a video from TikTok (No longer maintained)
Before you look any further, please note that this code does not work at this moment.
... A simple java class that can parse and download a video from TikTok :)
To download a tiktok, initialize the TikTokDownloaderV2 class with the required arguments.
TikTokDownloaderV2 ttd = new TikTokDownloaderV2(String fileLocation, String videoURL);
Next, call the download method. It may throw exceptions, so use a try/catch block
ttd.download();
You can view an example in the Main.class file.
Selected from shared topics, language and repository description—not editorial ratings.
apache /
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
Activiti /
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.
perwendel /
A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
dropwizard /
A damn simple library for building production-ready RESTful web services.
javalin /
A simple and modern Java and Kotlin web framework
alibaba /
📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.