-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add telegram() function to send Telegram notifications, hosting on my VPS [done] #281
Labels
Comments
kensoh
added a commit
that referenced
this issue
Jul 18, 2021
kensoh
added a commit
that referenced
this issue
Jul 20, 2021
Added above commit that returns False if there is no internet or an invalid custom_endpoint is provided. This update to handle negative edge cases is added in v1.43, available with |
kensoh
added a commit
that referenced
this issue
Jul 21, 2021
kensoh
added a commit
that referenced
this issue
Jul 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is added in v1.42, available with
pip install rpa --upgrade
r.telegram(id, message)
to send a Telegram messageDeveloper Notes
(date & time, id, length of message is logged to prevent abuse)
(more info on Telegram Bot API at https://core.telegram.org/bots)
In addition, RPA for Python is a light and simple 1-file package with following functions written in pure Python 2/3 without Python dependencies or TagUI. They are great time-savers instead of Python users having to write their own.
load() - load text file
dump() - save text file
write() - append text file
ask() - ask for user input
wait() - wait for some time
check() - output conditionally
download() - file from URL
unzip() - unzip a zip file
run() - OS level commands
get_text() - between 2 markers
del_chars() - delete characters
.. more info at RPA for Python GitHub repo
The text was updated successfully, but these errors were encountered: