2 Commits
1.0 ... 1.2

Author SHA1 Message Date
77c59a91bd Dummy commit 2018-09-26 18:48:22 +03:00
287b5b346b Fix CI procedure 2018-09-26 18:34:46 +03:00
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ RUN apt-get update && \
apt-get install -y python3 python3-pip && \ apt-get install -y python3 python3-pip && \
pip3 install python-telegram-bot && \ pip3 install python-telegram-bot && \
pip3 install requests && \ pip3 install requests && \
pip3 install beautifulsoup4 && \ pip3 install beautifulsoup4
WORKDIR /usr/share/fesmoo_perdoliq WORKDIR /usr/share/fesmoo_perdoliq
COPY ./*py /usr/share/fesmoo_perdoliq/ COPY ./*py /usr/share/fesmoo_perdoliq/

View File

@ -3,6 +3,7 @@ dirty hack for kids
It is a Telegram bot which is using OpenPerdoliqlib for resolving tests on fesmu university website. It is a Telegram bot which is using OpenPerdoliqlib for resolving tests on fesmu university website.
here is docker image https://hub.docker.com/r/ultradesu/fesmoo_perdoliq/
# python3 only # python3 only
reqs: reqs: