A discord bot that allows you to download TikTok videos with or without downloads enabled, it's dm only right now.
To fillout the config you need to edit config.go, I did this because when compiling to a linux binary and running with a service, it seemed to not be able to pickup the config.json file.
You can find the bot in this server or invite it here
Make sure you have go installed!
$ git clone https://github.com/postrequest69/TikTok-Downloader-DiscordBot.git
$ cd TikTok-Downloader-DiscordBot
$ go get github.com/bwmarrin/discordgo
$ go get github.com/PuerkitoBio/goquery
$ go build or go run .
$ run the exe...
Make it not dm only but with a toggleable guild config for dm only.