downloadRenameBot/README.md

15 lines
413 B
Markdown
Raw 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).
## 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