Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etra0/no-bs-go
https://github.com/etra0/no-bs-go
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/etra0/no-bs-go
- Owner: etra0
- Created: 2023-07-05T03:56:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-20T23:47:58.000Z (over 1 year ago)
- Last Synced: 2024-12-25T11:44:02.605Z (about 2 months ago)
- Language: Go
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# No Bullshit TT Bot
A bot that download tiktoks (both videos and image sequences).
I got tired of the amount of spam I received from the available sources.
Using the neat [Cobalt API](https://github.com/wukko/cobalt/blob/current/docs/API.md)
Rewritten in golang for that extra perf™
**Requires `ffmpeg` and `ffprobe` in your PATH**
## Usage
build the main file
```
go build cmd/no-bs-go/main.go
```Then run it with the bot token
```
BOT_TOKEN=mytoken ./main
```