An open API service indexing awesome lists of open source software.

https://github.com/ehpc/marathonbet-emulator

Betting bot for marathonbet.ru (educational purposes only)
https://github.com/ehpc/marathonbet-emulator

betting bot python selenium selenium-webdriver

Last synced: about 2 months ago
JSON representation

Betting bot for marathonbet.ru (educational purposes only)

Awesome Lists containing this project

README

          

# Betting Emulator for Marathonbet.ru

## Requirements

```
pip install -U selenium
```

Install geckodriver from `https://github.com/mozilla/geckodriver/releases`.

For GUI-mode you will need a fully functional Firefox installation.

## Headless

Use `headless` flag in constructor.

## Flow

If betting wasn't successful an Exception will be thrown. You should catch it.