Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vturrisi/watchdog_man

Log and monitor experiments with your favorite neighborhood hero
https://github.com/vturrisi/watchdog_man

Last synced: about 2 months ago
JSON representation

Log and monitor experiments with your favorite neighborhood hero

Awesome Lists containing this project

README

        

# Watchdog Man



Simple library to log and monitor experiments

# How to install

```bash
pip install . --user
```

# How to use

- Follow example_1.py in tests folder

# If you want to send messages to telegram

- Create a telegram bot
- Paste its token into tests/telegram_token.txt
- Send a message to it from your account
- Visit https://api.telegram.org/bot/getUpdates to get your id
- Paste your id into tests/chat_id.txt
- (or ignore example_1.py and pass it manually)