Skip to content

A Discord bot and browser extension to watch TikTok together with friends!

License

Notifications You must be signed in to change notification settings

BatuhanGumus/TikTok-WatchParty-ForDiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok-WatchParty-ForDiscord

GitHub license

Ever wanted to spam TikToks to a Discord chat with your friends and get to watch them together? Well now you can!

Discord Reaction

Features

You will find 2 components of this project.

  1. Discord Bot
    • Keeps the TikToks sent and gives them to you via JSON.
  2. Browser Extension
    • Allows you to go through the sent TikToks with ease.
    • See the comment the person made with the TikTok they sent.
    • Randomize the list in case a person sent too many back to back.
    • Can hide who sent it if you want to guess.
    • Click the / number to get sent to the discord message of the TikTok you are watching

Note

I have only used this extension on Google Chrome so I cannot guarantee compatibility with all browsers

Get Things Running

Discord Bot

  1. Go through Discord documentation for setting up a bot on your server.

  2. Put in your bot token in the config.json file.

    {
        "token": "your-token-goes-here"
    }
  3. Run the bot with node index.js and keep it open. The bot will react with a "👍" to any message that starts with a TikTok link and save it.

  4. //check will get the bot to text to that text channel with who sent how many TikToks and //checkpoint will also attatch a JSON file and clear the bot memory.

    ======================================
    User1 has sent 38 TikToks
    User2 has sent 25 TikToks
    User3 has sent 51 TikToks
    Total of 114 TikToks
    ======================================
    
    {
      {
      "sentBy": "user#0",
      "comment": "LMAO",
      "sentAt": "2023-08-26T21:05:18.285Z",
      "link": "https://vm.tiktok.com/link/",
      "messageLink": "https://discord.com/channels/message/reference/link"
      },
     .....
    }

Browser Extension

  1. Go through Google documentation for installing custom extensions.

  2. Download the JSON from the Discord bots message. In the extension menu open this extension and find the JSON you downloaded to innitiate.

  3. The bot will open TikTok and you will find a small panel on the left to go through all the TikToks that were sent.

  4. Stream your browser on Discord or whatever streaming platform you'd like!

Additional Uses

Because you now have all these JSON's you can do some data science with it to bully a friend for sending too many TikToks at 3 am with graphs, or see group behaviour over the years!

Users TikTok Count per Hour Groups TikTok Count per Month

About

A Discord bot and browser extension to watch TikTok together with friends!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published