Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dickreuter/betfair-bot-frontend
Betfair bot react frontend
https://github.com/dickreuter/betfair-bot-frontend
Last synced: about 1 month ago
JSON representation
Betfair bot react frontend
- Host: GitHub
- URL: https://github.com/dickreuter/betfair-bot-frontend
- Owner: dickreuter
- Created: 2023-10-26T14:31:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T00:37:25.000Z (11 months ago)
- Last Synced: 2024-02-09T02:11:57.492Z (11 months ago)
- Language: TypeScript
- Homepage: http://www.betfair-bot.com
- Size: 37.1 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
Betfair Bot React Frontend
==========================
The code is the frontend for the Betfair bot. It is written in React and uses Vite as the bundler.Production site
---------------Please visit https://www.deepermind-bettingbot.com
Race view
---------You can select between multiple views to see current and upcoming races.
.. figure:: docs/view.gif
Strategy Editor
---------------The strategy editor allows you to create strategies for automated betting, using the metadata about the different runners.
.. figure:: docs/strategy.gif
Analysis
--------You can analyze the outcome of the bets. The orders page offers filtering mechanisms and the Analysis page allows you to pivot the reults.
.. figure:: docs/analysis.gif
.. figure:: docs/orders.gif
Installation
------------
* Clone the repo
* Run `npm install`
* Run `npm run dev` to start the vite serverProject structure
-----------------* `src` - contains the source code
* `src/components` - contains the React components
* `src/components/StrategyEditor` - contains the strategy editor
* `src/components/auth` - contains the authentication components
* `src/views` - contains the pages
* `src/routes` - contains the routes
* `src/assets` - contains the images, fonts, etc.