Giter VIP home page Giter VIP logo

tiktok-downloader-bot's Introduction

TikTok Downloader Bot

A Telegram bot to download TikTok videos without any watermark.

Python PyCharm Git
Heroku Telegram

Host on Heroku

Deploy to Heroku

Host on Railway

Deploy to Railway

Host on Okteto

Deploy to Okteto

Youtube: Deployment Tutorial
Demo: JayBee TikTok Downloader

Configuring Environments

  • API_HASH : Your Telegram APP HASH, get this from https://my.telegram.org
  • API_KEY : Your Telegram APP API KEY, get this from https://my.telegram.org
  • BOT_TOKEN : Your bot token, generate it from https://t.me/BotFather
  • WORKERS : Number of threads to use, this depends on usage. 4 is the recommended (and default) amount, but your experience may vary.
  • CHANNEL_URL : URL of your Telegram channel link.
  • BOT_URL : Username of your Telegram Bot (without @). Example: JayBeeTikTokBot

Credits

Show some ❤️ and ⭐ the repo to support the project

GitHub stars GitHub followers

Telegram Channel Hits


Star the Repo if you find it useful ❤️

All Rights Reserved


tiktok-downloader-bot's People

Contributors

terminalwarlord avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tiktok-downloader-bot's Issues

WORKERS ERROR

i tried the code and got error like
workers = int(os.environ.get('2')) TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'

any solution?

Rookie's unexpected detour

Not sure what to do on https://my.telegram.org, in the tutorial video there is data to extract,
Captura

but when I go to the link, it says "create application" and I'm not sure what should I do... Can anyone point me in the right direction? please 😢
Captura

Error

workers = int(os.environ.get('4')) TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'

int() argument must be a string, a bytes-like object or a real number, not 'NoneType'

int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
File "C:\Users\sajjad\Downloads\TikTok-Downloader-Bot\main.py", line 23, in
workers = int(os.environ.get("4"))
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'

in this line
workers = int(os.environ.get("4"))

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.