mirror of
https://github.com/danog/downloadRenameBot.git
synced 2024-11-30 04:38:58 +01:00
15 lines
413 B
Markdown
15 lines
413 B
Markdown
# downloadRenameBot
|
|
|
|
2gb+ Telegram file/YouTube upload&renamer bot based on [MadelineProto »](https://docs.madelineproto.xyz).
|
|
|
|
|
|
## Installation
|
|
|
|
```
|
|
wget https://github.com/danog/downloadRenameBot/raw/main/bot.php && php bot.php
|
|
```
|
|
|
|
Don't forget to install the [required dependencies](https://docs.madelineproto.xyz/docs/REQUIREMENTS.html) for MadelineProto, as well as **ffmpeg** and **yt-dlp**.
|
|
|
|
|