MachariaK / BetikaScraperApi

Betika Scraper With API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BETIKA SCRAPER AND ODDS API

Requirements

Create a python virtual enviroments
for more instructions on how to create a virtual env:
    -> https://docs.python.org/3/tutorial/venv.html
Create a .env file with the required database variables

Terminal commands

Initial installation: make install

To run scrape: make scrape

To run application: make run

To run all commands at once : make all

Viewing the app

Open the following url on your browser to view swagger documentation
http://127.0.0.1:5000/

About

Betika Scraper With API


Languages

Language:Python 97.5%Language:Makefile 2.5%