From 696a381894135314dff356146f17c394bcf24337 Mon Sep 17 00:00:00 2001 From: make-file <76424010+make-file@users.noreply.github.com> Date: Sat, 6 Feb 2021 23:20:09 +0330 Subject: [PATCH 1/2] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index cd5b516..7985367 100644 --- a/README.md +++ b/README.md @@ -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 and later](https://github.com/MrCapsLock/watchtower/blob/master/LICENSE) From 10644879676a505ee2a665a14be237941e159fb4 Mon Sep 17 00:00:00 2001 From: make-file <76424010+make-file@users.noreply.github.com> Date: Sun, 7 Feb 2021 09:18:38 +0330 Subject: [PATCH 2/2] fixed license name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7985367..2affcb4 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ $ cp config.ini.sample config.ini ``` ## License -[GPL-3.0 and later](https://github.com/MrCapsLock/watchtower/blob/master/LICENSE) +[GPL-3.0](https://github.com/MrCapsLock/watchtower/blob/master/LICENSE)