├── Dockerfile ├── Python code └── main.py ├── README.en.md ├── README.md ├── docker-compose.yaml ├── images ├── 4logo.png ├── Config1.png ├── Config2.png ├── Docker1.png ├── Docker2.png ├── Docker3.png ├── Docker3_1.png ├── Docker3_2.png ├── Docker3_3.png ├── Docker4.1.png ├── Docker4.2.png ├── Docker4.png ├── Docker5.png ├── Python1.png ├── Python2.png ├── Python3.png ├── Python4.png ├── Python5.png ├── SS1.png ├── SS2.png ├── SS3.png ├── SS4.png ├── SS5.png ├── Start1.png ├── Start2.png └── Start3.png └── requirements.txt /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/Dockerfile -------------------------------------------------------------------------------- /Python code/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/Python code/main.py -------------------------------------------------------------------------------- /README.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/README.en.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/docker-compose.yaml -------------------------------------------------------------------------------- /images/4logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/4logo.png -------------------------------------------------------------------------------- /images/Config1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Config1.png -------------------------------------------------------------------------------- /images/Config2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Config2.png -------------------------------------------------------------------------------- /images/Docker1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Docker1.png -------------------------------------------------------------------------------- /images/Docker2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Docker2.png -------------------------------------------------------------------------------- /images/Docker3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Docker3.png -------------------------------------------------------------------------------- /images/Docker3_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Docker3_1.png -------------------------------------------------------------------------------- /images/Docker3_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Docker3_2.png -------------------------------------------------------------------------------- /images/Docker3_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Docker3_3.png -------------------------------------------------------------------------------- /images/Docker4.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Docker4.1.png -------------------------------------------------------------------------------- /images/Docker4.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Docker4.2.png -------------------------------------------------------------------------------- /images/Docker4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Docker4.png -------------------------------------------------------------------------------- /images/Docker5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Docker5.png -------------------------------------------------------------------------------- /images/Python1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Python1.png -------------------------------------------------------------------------------- /images/Python2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Python2.png -------------------------------------------------------------------------------- /images/Python3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Python3.png -------------------------------------------------------------------------------- /images/Python4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Python4.png -------------------------------------------------------------------------------- /images/Python5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Python5.png -------------------------------------------------------------------------------- /images/SS1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/SS1.png -------------------------------------------------------------------------------- /images/SS2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/SS2.png -------------------------------------------------------------------------------- /images/SS3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/SS3.png -------------------------------------------------------------------------------- /images/SS4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/SS4.png -------------------------------------------------------------------------------- /images/SS5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/SS5.png -------------------------------------------------------------------------------- /images/Start1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Start1.png -------------------------------------------------------------------------------- /images/Start2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Start2.png -------------------------------------------------------------------------------- /images/Start3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samoswall/Synology-Surveillance-Station-video-to-Telegram-with-prerecording/HEAD/images/Start3.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | gunicorn 2 | pyTelegramBotAPI 3 | flask 4 | requests 5 | --------------------------------------------------------------------------------