Skip to content

Commit

Permalink
added Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Loatchi authored Oct 19, 2022
1 parent fea5c12 commit 05a3ca2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,21 @@ While connected to the Tiktok web app you go to your Cookie menu and retrieve th
3. Go to `Application/Cookies`.
4. Search `sessionid` and copy its value.

## Downloads

### Maven

```xml
<dependency>
<groupId>io.github.loatchi.tiktok</groupId>
<artifactId>TiktokTTS</artifactId>
<version>VERSION</version>
</dependency>
```

## Goals

- [X] Have no limit on speech size
- [ ] Properly concatenate each audio together (A concatenation should take place at an end of a sentence "," or ".")


0 comments on commit 05a3ca2

Please sign in to comment.