find my key

This commit is contained in:
Stefan Schwarz 2020-09-07 14:16:19 +02:00
commit 996375c9dd
3 changed files with 82 additions and 0 deletions

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM python:3.8
WORKDIR /app
RUN true \
&& pip install beautifulsoup4 matrix-nio
ADD . /app
CMD python key.py