itskreisler / telegram-bot

🀩A bot ready to be implemented and used βœ…

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ€©πŸ‘‰ TIKTOK DL - telegram bot

Download videos of tiktok, NO WATERMARK βœ…

How to use? πŸ€”

  • Install the necessary dependencies with npm install
  • Get your bot token at @BotFather.
  • Copy your token and paste it into the variable named "TELEGRAM_TOKEN" .env file
  • Finally run script npm run start

Termux fix

  • INSTALL GLOBAL NPM PACKAGES
npm config set unsafe-perm true
  • CLEAN CACHE
npm cache clean
  • BYPASS SYMLINK ISSUES
npm install --no-bin-links

run sh

# screen -S [name]
screen -S mi_sesion
# screen -X -S [session # you want to kill] kill
screen -X -S mi_sesion kill
# screen -r [session # you want to resume]
screen -r mi_sesion

The bot already detects tiktok links and changes the language to English and Spanish (more languages ​​can be added) πŸ˜ŽπŸ‘

About

🀩A bot ready to be implemented and used βœ…


Languages

Language:JavaScript 99.5%Language:Shell 0.5%