Automatic video uploader for Telegram
Monitors a folder for new video files (≥ 5 MB) and sends them straight to your Telegram chat — no manual uploads.
- Download and extract
cliper.exe. - Place it anywhere (Desktop, Documents, Startup folder…).
- Run it.
On first run:
- You’ll be prompted to select a folder to monitor.
- Then you’ll be asked to send any message to the Telegram bot so it can detect your chat ID.
- Once linked, CliperBot will silently watch for new
.mp4/.mkv/.avi/.movfiles of at least 5 MB and upload them automatically.
CliperBot will continue running in the background and start automatically with Windows.
-
--no-menu
Start minimized in the system tray (no console or window). -
--debug
Launch the Debug UI:- A console shows every step (folder startup, file detection, upload attempts and results).
- A “Select & Send” button lets you test uploads manually without dropping files into the folder.
- Run:
cliper.exe --debug
- Enter the password 2202 when prompted.
- The window shows:
- ⏺ Console: logs of
[Monitor] Iniciando monitoramento em: …[Monitor] Arquivo novo detectado: …[Monitor] Enviando vídeo detectado: …[Envio] Sucesso / Falha → filename[Manual] Envio OK / FAIL → filename
▶️ Select & Send: manually pick a video and upload it.- 📂 Open folder, View config, Clear console buttons.
- ⏺ Console: logs of
Stored in
%APPDATA%\Cliper\config.json
{
"chat_id": "YOUR_TELEGRAM_CHAT_ID",
"pasta": "C:/Your/Monitored/Folder",
"versao": "latest"
}CliperBot also keeps its UUID in
%APPDATA%\Cliper\id.json
- Press Win + R, type
%appdata%, Enter. - Open the
Cliperfolder. - Delete
config.json. - Run
cliper.exeagain to reconfigure.
- Folder monitoring via
watchdog, filtered by.mp4/.mkv/.avi/.mov. - Minimum size filter: files under 5 MB are skipped.
- Telegram integration:
- First-run grabs your chat ID via
getUpdates. - Uploads videos with
sendVideousingrequests.
- First-run grabs your chat ID via
- Debug UI: interactive console + manual upload.
- Tray & GUI modes: windowed, minimized, or tray-only.
- Auto-start on Windows: adds itself to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run.
If you’re thinking about decompiling to swipe the bot token…
there are better ways to spend your time. 😉