Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdivakar authored Oct 17, 2020
1 parent d6b18ee commit 64f8b26
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 64f8b26

Please sign in to comment.