Ecosyste.ms: Awesome
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: 24 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T14:11:59.000Z (over 5 years ago)
- Last Synced: 2024-10-30T21:13:10.718Z (2 months ago)
- Topics: betting, bot, python, selenium, selenium-webdriver
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- 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.