Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 24 days 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.