Code Monkey home page Code Monkey logo

tiktokbot's Introduction

TikTok Bot

Links posted in Discord messages are automatically parsed and the video data is fetched directly from TikTok. You do not need to worry about keeping the TikTok link a specific format since the parser logic will take care of that for you.

Requirements

> Node.JS ^v16.x
> Discord.JS ^v13.x
> Typescript ^v4.x

Installation

Use the package manager npm to install the dependencies.

npm i

If you wish to install each module manually, here is the list

npm i discord.js dotenv tiktok-scraper typescript

Usage / Running the bot

1.) Run git clone https://github.com/txj-xyz/TikTokBot to clone to repo to your local system.

2.) Open the folder (or cd into the directory) and rename the .env_example file to .env (Make sure to fill out the required information in this file).

3.) Once the token in inserted into the .env file you can run npm start to start the bot.

See the list below for different run configurations:

Start with NPM :: npm start
Start with PM2 :: pm2 start npm run start
Start with Docker :: docker build . -t tiktok:latest && docker run --name TikTok tiktok:latest

Contributing

Pull requests are welcome. Please test your changes before pulling.

tiktokbot's People

Contributors

txj-xyz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tiktokbot's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.