Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 913 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 913 Bytes

TikTok-Downloader-DiscordBot

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

To run

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...

TODO

Make it not dm only but with a toggleable guild config for dm only.