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)
- Host: GitHub
- URL: https://github.com/ehpc/marathonbet-emulator
- Owner: ehpc
- Created: 2019-09-26T14:03:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T14:11:59.000Z (over 6 years ago)
- Last Synced: 2025-04-05T06:26:32.976Z (about 1 year ago)
- Topics: betting, bot, python, selenium, selenium-webdriver
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.