Skip to content

jongan69/tiktoktelegrambot

Repository files navigation

TikTok Uploader Telegram Bot

A Telegram bot that allows you to easily upload videos to TikTok, with support for scheduling uploads up to 10 days in advance.

Features

  • ✨ Upload videos directly through Telegram
  • 📅 Schedule uploads up to 10 days in advance
  • 🎯 Customizable video titles
  • 🛠️ Simple command interface

Prerequisites

  • Python 3.7+
  • Node.js (required for TikTok signature generation)
  • Telegram Bot Token (get it from @BotFather)

Installation

  1. Clone the repository:
git clone [your-repository-url]
  1. Install Python requirements:
pip install -r requirements.txt
  1. Install Node.js requirements:
cd tiktok_uploader/tiktok-signature/
npm i
  1. Create a .env file and add your Telegram bot token:
TELEGRAM_TOKEN=your_telegram_bot_token_here
  1. Run the bot:
python telegrambot.py
  1. Start the bot by sending /start to your bot in Telegram.

Releases

No releases published

Packages

No packages published