Skip to content

Parse menu of places to have lunch, calculates it costs of selected items.

Notifications You must be signed in to change notification settings

iRay/mogilev-lunch-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mogilev Lunch Menu Telegram Bot

Requirements

python ^3.6
poetry

pyenv can be used to install needed version of python e.g.:

$ pip install pyenv
$ pyenv install 3.7.1

Installation

$ python -m venv ./venv
$ . ./venv/bin/activate
(venv)$ poetry install

ChromeDriver installation:

$ LATEST=$(wget -q -O - http://chromedriver.storage.googleapis.com/LATEST_RELEASE)
$ wget http://chromedriver.storage.googleapis.com/$LATEST/chromedriver_linux64.zip
$ unzip chromedriver_linux64.zip && sudo ln -s $PWD/chromedriver /usr/local/bin/chromedriver
$ export PATH=$PATH:/usr/local/bin/chromedriver

About

Parse menu of places to have lunch, calculates it costs of selected items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages