Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jongan69/tiktoktelegrambot
A telegram bot for scheduling tiktok videos
https://github.com/jongan69/tiktoktelegrambot
bot raspberry-pi telegram tiktok uploader
Last synced: about 2 months ago
JSON representation
A telegram bot for scheduling tiktok videos
- Host: GitHub
- URL: https://github.com/jongan69/tiktoktelegrambot
- Owner: jongan69
- Created: 2024-12-15T19:14:17.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T19:20:45.000Z (about 2 months ago)
- Last Synced: 2024-12-15T20:26:22.108Z (about 2 months ago)
- Topics: bot, raspberry-pi, telegram, tiktok, uploader
- Language: JavaScript
- Homepage: https://t.me/Lockinvideouploader_bot
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://t.me/botfather))## Installation
1. Clone the repository:
```bash
git clone [your-repository-url]
```2. Install Python requirements:
```bash
pip install -r requirements.txt
```3. Install Node.js requirements:
```bash
cd tiktok_uploader/tiktok-signature/
npm i
```4. Create a `.env` file and add your Telegram bot token:
```bash
TELEGRAM_TOKEN=your_telegram_bot_token_here
```5. Run the bot:
```bash
python telegrambot.py
```6. Start the bot by sending `/start` to your bot in Telegram.