Package Details: python-telegram-send 0.34-2

Git Clone URL: https://aur.archlinux.org/python-telegram-send.git (read-only, click to copy)
Package Base: python-telegram-send
Description: Send messages and files over Telegram from the command-line
Upstream URL: https://github.com/rahiel/telegram-send
Licenses: GPL3
Submitter: Knight
Maintainer: None
Last Packager: carlosal1015
Votes: 8
Popularity: 0.005910
First Submitted: 2017-01-30 12:26 (UTC)
Last Updated: 2023-01-17 14:31 (UTC)

Latest Comments

1 2 Next › Last »

carlosal1015 commented on 2023-07-19 15:48 (UTC)

Hi @df8oe, see https://github.com/rahiel/telegram-send/issues/121

df8oe commented on 2023-07-19 10:05 (UTC)

telegram-send "This is a test."
/usr/lib/python3.11/site-packages/telegram_send/telegram_send.py:246: RuntimeWarning: coroutine 'Bot.send_message' was never awaited
message_ids += [send_message(m, parse_mode)["message_id"]]
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Traceback (most recent call last):
File "/usr/bin/telegram-send", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3.11/site-packages/telegram_send/telegram_send.py", line 125, in main
message_ids += send(
^^^^^
File "/usr/lib/python3.11/site-packages/telegram_send/telegram_send.py", line 246, in send
message_ids += [send_message(m, parse_mode)["message_id"]]
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
TypeError: 'coroutine' object is not subscriptable

Awebb commented on 2023-06-12 12:44 (UTC)

Hasn't worked for me for a while, Felixoid, and the error message that something has gone wrong isn't helpful.

Felixoid commented on 2023-02-17 11:58 (UTC)

Does it work for anybody? For me it's broken for a while for unknown reason

djmattyg007 commented on 2021-01-03 02:45 (UTC)

Could you please bump the pkgrel to force a rebuild for python3.9?

hylophile commented on 2018-11-14 01:25 (UTC)

Another missing dependency: python-cryptography

akurei commented on 2018-10-11 14:53 (UTC)

Adopted.

Knight commented on 2017-11-09 13:48 (UTC)

@dapilori but it is not specified in the package: https://github.com/rahiel/telegram-send/blob/master/setup.py#L26

dapilori commented on 2017-11-08 09:08 (UTC)

Missing dependency on python-certifi

Knight commented on 2017-07-08 15:34 (UTC)

@bjo Thank you! The missing dependencies have been added.