Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# watchtower
telegram bot to check status of specified ip or domain

### Requirements
[python3](https://python.org)
[python-wheel](https://github.com/pypa/wheel)
[python-apscheduler](https://github.com/agronholm/apscheduler)
[pyrogram](https://github.com/pyrogram/pyrogram)
[tgcrypto](https://github.com/pyrogram/tgcrypto)
[python-motor](https://github.com/mongodb/motor/)
[python-redis](https://github.com/andymccurdy/redis-py)
[python-uvloop](https://github.com/MagicStack/uvloop)

### Installion using docker
requires docker-compose

```
$ docker-compose up -d
```

this will install all of required dependices inside a docker container

### Configuration
copy example configuration into config.ini and edit it if needed.

```
$ cp config.ini.sample config.ini
```

## License
[GPL-3.0](https://github.com/MrCapsLock/watchtower/blob/master/LICENSE)