Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voidful/telenotify


https://github.com/voidful/telenotify

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Telenotify

## install

`pip install telenotify`

## example usage

```python
from telenotify import Telenotify

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

CustomNotify("token", 60)
```