Clonebot
A Telegram robot can clone medias from any chat to your own chat.
Install / Use
/learn @m4mallu/ClonebotREADME
Clonebot
An opensource Telegram robot can clone media & text from any chat to your own chat.
Read the documentation to know how to use the bot
DUE TO SOME SECURITY REASONS, DEPLOY TO HEROKU FROM THIS REPOSITORY HAS BEEN ABOLISHED! <br> This repository is no longer supporting Heroku deployment. Use a paid VPS / Raspberry Pi / Local PC instead. See the documentation for more.
<details> <summary><b>Deploy Using Docker</b></summary>-
Deploying on VPS Using Docker
-
Start Docker daemon (skip if already running), if installed by snap then use 2nd command:
sudo dockerd sudo snap start dockerNote: If not started or not starting, run the command below then try to start.
sudo apt install docker.io -
Build Docker image:
sudo docker build . -t clone-bot -
Run the image:
sudo docker run clone-bot -
To stop the image:
sudo docker ps sudo docker stop id -
To clear the container:
sudo docker container prune -
To delete the images:
sudo docker image prune -a
-
-
Deploying on VPS Using docker-compose
NOTE: If you want to use a port other than 80, change it in docker-compose.yml
sudo apt install docker-compose- Build and run Docker image:
sudo docker-compose up- After editing files with nano for example (nano start.sh):
sudo docker-compose up --build- To stop the image:
sudo docker-compose stop- To run the image:
sudo docker-compose start
Related Skills
node-connect
351.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

