A Telegram bot that allows you to easily upload videos to TikTok, with support for scheduling uploads up to 10 days in advance.
- ✨ Upload videos directly through Telegram
- 📅 Schedule uploads up to 10 days in advance
- 🎯 Customizable video titles
- 🛠️ Simple command interface
- Python 3.7+
- Node.js (required for TikTok signature generation)
- Telegram Bot Token (get it from @BotFather)
- Clone the repository:
git clone [your-repository-url]
- Install Python requirements:
pip install -r requirements.txt
- Install Node.js requirements:
cd tiktok_uploader/tiktok-signature/
npm i
- Create a
.env
file and add your Telegram bot token:
TELEGRAM_TOKEN=your_telegram_bot_token_here
- Run the bot:
python telegrambot.py
- Start the bot by sending
/start
to your bot in Telegram.