upload files to your telegram channel or group with your telegram bot
Project description
t-bot
Upload files to your Telegram channel or group with your telegram bot
Features
- Progress bar
- You can change file name before upload on telegram
Note : Bot can upload only 50 MB file (with default telegram bot api server url)
Installation
pip3 install tl-bot
Usage
t-bot setup # setup your telegram credentials
t-bot reset # reset to default your telegram credentials
t-bot test # test telegram bot token
t-bot getid # get chat id of your connected group or channel
t-bot up {file_name} -c file_caption # upload Telegram channel or group
t-bot d {url} -c caption # download and upload file to your Telegram channel or group
API
The anonfile-upload client is also usable through an API (for test integration, automation, etc)
tl_bot.main.test_token(bot_token)
from tl_bot.main import test_token
test_token(bot_token) # bot_token type str
tl_bot.main.uploader(bot_token: str, chat_id: str, file_name: str, server_url: str, caption: str)
from tl_bot.main import uploader
uploader(bot_token, chat_id, file_name, server_url, caption) # all arguments must be str
tl_bot.main.download(url:str, bot_token:str, chat_id:str, caption:str)
from tl_bot.main import download
download(url, bot_token, chat_id, caption) # all arguments must be str
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tl_bot-0.1.0.tar.gz
(6.7 kB
view details)
Built Distribution
File details
Details for the file tl_bot-0.1.0.tar.gz
.
File metadata
- Download URL: tl_bot-0.1.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13dbec0dc7b665108af614b14db9a08a375e13bced73562d841867872f9d96e9 |
|
MD5 | 5139106b7828407f42094dc4ec230cae |
|
BLAKE2b-256 | 3fdba26d33abbaa6cdbc732bd6d84ed1ae73c05909ffae629684d2c8c63a333f |
Provenance
File details
Details for the file tl_bot-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: tl_bot-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 455790b114252543621cd478532d7bccc11bb5c9e88e62d613a7ce05e6a2a4f2 |
|
MD5 | fa1e2991d79ac1e1b147f90e9818098d |
|
BLAKE2b-256 | 88b64bd50c8a55a5a33dde251f9bb4aa1368ddbe5e65a4ff19882a485cf13c11 |