Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hirbodbehnam/downloader-bot
- Owner: HirbodBehnam
- License: mit
- Created: 2019-09-17T06:06:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T12:54:24.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T12:56:44.479Z (7 months ago)
- Topics: downloader, telegram-bot
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 18
- Watchers: 3
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Downloader-Bot
A bot to download files from internet and send them though TelegramSend 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)