Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 760 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 760 Bytes

TikTokBot

TikTokBot is a Discord bot that reads TikTok links and posts the videos directly into chat.

Installation

Clone this repo using the following command

git clone --depth 1 https://github.com/juuyokka/TikTokBot.git

Use npm or yarn to install the dependencies

npm install OR yarn install

Usage

Heroku

You can easilly deploy to Heroku with the following button

Deploy

Run on local machine

Rename .env.example to .env and replace text with your bot's token

TOKEN=BOT-TOKEN-HERE

Build and run using npm or yarn

npm run build and npm start
OR
yarn build and yarn start