Skip to content

szymon6927/surebets-finder

Repository files navigation

surebets-finder

Try to find as much as possible sure bets on the bookmaker websites

Setup

  1. Install dependencies:
$ poetry install
  1. Setup pre-commit hooks before committing:
$ poetry run pre-commit install
  1. Export mongodb host name to env variable:
$ export MONGO_HOST=localhost

Run

  1. Run importer for websites raw content
$ poetry run surebets_finder import-raw-content
  1. Run importer for finding bets
$ poetry run surebets_finder import-bets

Testing

  1. Run mongodb:
$ docker-compose up
  1. Run tests:
$ poetry run pytest

To run tests fast without integration tests which are slow you can run:

$ poetry run pytest -m "not slow"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published