personal-coding / Live-Sports-Arbitrage-Bet-Finder

Automated bot that identifies live sports arbitrage opportunities across FanDuel, DraftKings, and William Hill (Caesars).
201 stars 45 forks source link

Installation/Usage instructions? #1

Closed BaseInfinity closed 1 year ago

BaseInfinity commented 1 year ago

Would it be possible to add installation and usage instructions?

I understand one needs to install the Chromedriver and selenium, but it's still not clear on how to run these scripts

BaseInfinity commented 1 year ago

Thanks for your hard work, this tool looks awesome

personal-coding commented 1 year ago

The programs are written in Python, so you can run them via command line or other Python IDEs. You'll need these libraries:

  1. selenium
  2. numpy
  3. nashpy
  4. tkinter
  5. undetected-chromedriver-modified
  6. gevent

The undetected-chromedriver-modified library will automatically detect the proper ChromeDriver version that you need, and will install it for you. Once you've downloaded the libraries, the scripts should run by opening a Chrome browser and a tkinter window. The tkinter window will have a start and stop button.

BaseInfinity commented 1 year ago

Thanks for the instructions! Ill try it out and get back to you when I have more free time, thanks again