Selenium Parser Capcha

Python scraper

Prerequisites

What things you need to install the software and how to install them

Ubuntu 16.04

sudo apt-get update

sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D

sudo apt-add-repository 'deb https://apt.dockerproject.org/repo ubuntu-xenial main'

sudo apt-get update

sudo apt-get install -y docker-engine

sudo systemctl status docker

MacOS

brew install docker

Installing

A step by step series of examples that tell you have to get a development env running

Say what the step will be

git clone https://github.com/narnikgamarnikus/bet_parser

cd bet_parser 

docker -t build bet_parser .

Deployment

docker run build bet_parser

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details