Telegram Bot Notifier
Project description
Telegram-Notify
Table of Contents
About the package
Telegram Bot to push notifications during an event trigger.
Built With
Install the package
Run the following terminal commands to install the package on the given distros.
- Termux :
pkg install python3
pip3 install notifly
- Ubuntu/Debian
sudo apt install python3-pip
pip3 install notifly
- Arch
sudo pacman -S python3-pip
pip3 install notifly
This may take a while depending on the network speed.
Prerequisites
- Python3
It is preinstalled in Ubuntu 20.04. To check the version use command :
python3 --version
If it is not preinstalled for some reason, proceed here and download as per requirement.
Run the following command in terminal to download the required packags for running the tool locally :
- Using requirements file :
pip3 install -r requirements.txt
- Directly download :
pip3 install requests==2.20.0
Working of the tool
To see how the tool works, create a telegram bot.
- Run sample code
from telegram import notifly
token = input("Enter bot token : ")
bot=notifly.BotHandler(token)
text = input("Enter text message : ")
print(bot.send_message(text))
opt_image = input("Do you want to send image ?")
if(opt_image=='y' or opt_image=='Y'):
img_path = input("Enter full image path : ")
bot.send_image(img_path)
Contributing
- Fork the Project
- Create your Feature Branch
git checkout -b feature/mybranch
- Commit your Changes
git commit -m 'Add something'
- Push to the Branch
git push origin feature/mybranch
- Open a Pull Request
Follow the given commands or use the amazing GitHub GUI
Happy Contributing :smiley:
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
Built Distribution
File details
Details for the file notifly-1.1.3.tar.gz
.
File metadata
- Download URL: notifly-1.1.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20d89e3b826421024abdb6c749dbcdf0849b1c72cf51521242c0d7ac317599d5 |
|
MD5 | 77f52de6c68df463963fdf5b5071c587 |
|
BLAKE2b-256 | a012207e57a4f0fc24b8474b223037e1e5d4b6145f7c9531bb034601d505b860 |
File details
Details for the file notifly-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: notifly-1.1.3-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5879ee46d4bfc13a54f6f36f29448ddf71338fae5eabfc518b81ef3a50341d6 |
|
MD5 | f30f32a7c33ca7faf6c5d7d4b5059596 |
|
BLAKE2b-256 | be883295b681a81b6974802e20103cdd23fd87a855a535065a3cbd011a2cae74 |