Metadata-Version: 2.1
Name: notifly
Version: 1.1.2
Summary: Telegram Bot Notifier
Home-page: UNKNOWN
Author: Divakar R
Author-email: rexdivakar@hotmail.com
License: MIT
Keywords: Telegram
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst

# Telegram-Notify

![Python application](https://github.com/rexdivakar/Telegram-Notifly/workflows/Python%20application/badge.svg)
![Upload Python Package](https://github.com/rexdivakar/Telegram-Notifly/workflows/Upload%20Python%20Package/badge.svg)


<p align="center">
<img src="others\bot.png" width="200" alt="Logo">

# what is the purpose of this bot ?

This bot was created to push notifications during an event trigger !!

## How to install and get started 

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

# Be aware this may take a while depending on your network speed

# Documentation
from telegram import notifly

bot=notifly.BotHandler('BOT TOKEN')

bot.send_message('your message')



