Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hirbodbehnam/downloader-bot

A bot to download the files from internet and send them through Telegram
https://github.com/hirbodbehnam/downloader-bot

downloader telegram-bot

Last synced: 14 days ago
JSON representation

A bot to download the files from internet and send them through Telegram

Awesome Lists containing this project

README

        

# Downloader-Bot
A bot to download files from internet and send them though Telegram

Send the bot the link that want to be downloaded. The bot send you the file.
## Building
Build with .Net 6. After building, copy [config.json](https://raw.githubusercontent.com/HirbodBehnam/Downloader-Bot/master/config_sample.json) file to the output directory.

### Config File
There are 4 values you can edit at config.json
* **Token**(Required): The token of you bot in string format.
* **MaxFileSize**(Required): The maximum file size that bot can download in bytes.
* **Admins**: The user IDs of users that can use this bot. This is an int array. Pass empty array or null to remove limits.
* **DownloadPath**: The path that the temp files will be downloaded. (All downloads will be deleted after they are sent)