This is a crawler script for MOMO website, to get vendor information, image there.
$ brew install python3
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python3 get-pip.py
$ pip install virtualenv
$ git clone git@gitlab.com:surpasstw/paritytw/MomoProductCrawler.git
$ cd MomoProductCrawler
Create an independent environment
$ virtualenv venv
Entering the environment
$ source venv/bin/activate
Install requirement packages
$ pip3 install -r requirements.txt
Install mongodb
$ brew install mongodb
$ mkdir -p result/db
$ python app.py -r result -d mongo -dbpath result/db