Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 330 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 330 Bytes

octabot

Telegram Bot -- GNU Octave (MATLAB) interpreter prototype

build & run

cd octabot
echo "token = <YOUR TOKEN HERE>" > config.py
docker build . -t octabot
docker run  --restart=always  -d octabot