From 64f8b26fdb49c52beb5abb9f4fe059a3808d32d4 Mon Sep 17 00:00:00 2001 From: rex_divakar Date: Sat, 17 Oct 2020 19:07:55 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bc691f5..7f38ae9 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,13 @@ Telegram Bot Created to push notifications during an event trigger !! +## Code Usage + +pip install notifly + +from telegram import notifly + +bot=notifly.BotHandler('BOT TOKEN') + +bot.send_message('your message') +