1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: telegram-send
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-argparse-manpage,
python3-colorama,
python3-platformdirs,
python3-python-telegram-bot (>= 20.7),
python3-setuptools,
Standards-Version: 4.7.3
Homepage: https://github.com/rahiel/telegram-send
Vcs-Browser: https://salsa.debian.org/python-team/packages/telegram-send
Vcs-Git: https://salsa.debian.org/python-team/packages/telegram-send.git
Package: telegram-send
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Send messages and files over Telegram from the command-line
Telegram-send is a command-line tool to send messages and files over Telegram
to your account, to a group or to a channel. It provides a simple interface
that can be easily called from other programs.
|