dustinrouillard / tiktok-discord-embeds

Discord bot to listen for Tiktok links and resend them using my Cloudflare OpenGraph worker

Home Page:https://vm.dstn.to/@evacudmore/video/6994080818792582405

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TikTok Discord Embeds

This discord bot listens in all chats it can see for Tiktok links of the following format and will send a new message containing an OpenGraph decorated embed for viewing the tiktok with the video right in discord chat.

  • https://vm.tiktok.com/ZMRjsP94a
  • https://tiktok.com/@momma_mandy_plus7/video/6992363023767850246

Of course these work with query params as well which will get ignored

Right now this only has auto embedding when it detects a link, but I'll add interactions soon and a way to disable the auto embeddding in certain places.

Demo

Discord Usage GIF

Environment

These are the required environment variables for the bot

BOT_TOKEN="DISCORD_BOT_TOKEN"
WORKER_HOST="https://vm.dstn.to"

Powered by

The Tiktok links are fetched and the OpenGraph embeds are created using the the Cloudflare Worker I created here

About

Discord bot to listen for Tiktok links and resend them using my Cloudflare OpenGraph worker

https://vm.dstn.to/@evacudmore/video/6994080818792582405

License:MIT License


Languages

Language:TypeScript 77.8%Language:Dockerfile 19.7%Language:Shell 2.5%