Package Details: python-telegram-send 0.37-1

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: Felixoid
Last Packager: Felixoid
Votes: 9
Popularity: 0.018974
First Submitted: 2017-01-30 12:26 (UTC)
Last Updated: 2023-10-09 13:02 (UTC)

Latest Comments

1 2 Next › Last »

Felixoid commented on 2023-10-09 13:03 (UTC)

So, it finally works

rahiel commented on 2023-10-06 21:47 (UTC)

Hi, I just released a new version where the MAX_MESSAGE_LENGTH.patch is included and recent breaking bugs are also fixed.

I'm also pinning the version of python-telegram-bot we're using so backwards incompatible changes in that library won't break telegram-send suddenly in the future again, don't know how that translates to Arch's packaging system but the version pip install grabs will work.

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