Giter VIP home page Giter VIP logo

tiktokdownloader's Introduction

Tiktok Downloader

Source code for Telegram bot which functions to download TikTok videos without watermark.
This source code is not downloaded directly from TikTok but uses a third party.

How to run on your local machine

  1. Install python 3.8+ You can download from official python website : https://python.org.
    If you use Linux, you can directly install Python with the command
    sudo apt install python3 python3-pip -y
  2. Clone or download this repository
    git clone https://github.com/akasakaid/TiktokDownloader.git
  3. Goto TiktokDownloader folder
    cd TiktokDownloader
  4. Install required libraries
    python -m pip install -r requirements.txt
    or
    python3 -m pip install -r requirements.txt
  5. Copy .env.example into .env
    cp .env.example .env
    or
    copy .env.example .env
    
  6. Open .env in your code editor or something like that
  7. Create Telegram token bot in Bot Father : https://t.me/BotFather
  8. Copy and paste the token from bot father into .env
    token_bot = "token_botxxxxxxxxx"
  9. Create Api Hash and Api Id. You can create from https://my.telegram.org
  10. Copy and paste Api Hash and Api Id into .env file
    api_id = "123123"
    api_hash = "qwerertyiuo"
  11. Finally, type the command below to run the program
    python main.py
    or
    python3 main.py

if you want to run program 24/7, you can to run this program in linux server with using screen program

Install screen

sudo apt install screen -y

Create session

screen -R <session name>
example : screen -R tiktok

Run the program

python3 main.py

Save the session using keyboard shortcut ctrl + a + d

Done

Follow me

Support me

tiktokdownloader's People

Contributors

akasakaid avatar mayumiwandi avatar 0xfff0800 avatar fast0n avatar

Stargazers

 avatar

Forkers

mustafa1p

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.