matrix chatbot to find your key
This commit is contained in:
commit
b24159d964
4 changed files with 91 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM python:3.8
|
||||
|
||||
WORKDIR /app
|
||||
RUN true \
|
||||
&& pip install beautifulsoup4 matrix-nio
|
||||
|
||||
ADD . /app
|
||||
|
||||
CMD python key.py
|
Loading…
Add table
Add a link
Reference in a new issue