downloadRenameBot/README.md

16 lines
480 B
Markdown
Raw Permalink Normal View History

2024-02-13 22:06:43 +01:00
# downloadRenameBot
2024-02-13 22:09:49 +01:00
2gb+ Telegram file/YouTube upload&renamer bot based on [MadelineProto »](https://docs.madelineproto.xyz).
2024-07-11 16:26:48 +02:00
Download+reuploads are done on the fly, **no disk space is used**.
2024-02-13 22:09:49 +01:00
## Installation
```
wget https://github.com/danog/downloadRenameBot/raw/main/bot.php && php bot.php
```
2024-03-13 20:14:30 +01:00
Don't forget to install the [required dependencies](https://docs.madelineproto.xyz/docs/REQUIREMENTS.html) for MadelineProto, as well as **ffmpeg** and **yt-dlp**.
2024-02-13 22:09:49 +01:00