telenotify

bot that send telegram notify message


Keywords
telegram
License
Apache-2.0
Install
pip install telenotify==0.0.2

Documentation

Telenotify

install

pip install telenotify

example usage

from telenotify import Telenotify


class CustomNotify(Telenotify):
    def get_update(self):
        return "woof!!"


CustomNotify("token", 60)