billyb2 / bet365-scraper

GNU General Public License v2.0
9 stars 9 forks source link

Running main python script is not working #3

Open markwest51 opened 3 years ago

markwest51 commented 3 years ago

hi

Have installed this on a ubuntu vm and all dependencies setup, triggering python main.py and nothing happens. Does this still scrape correctly ?

billyb2 commented 3 years ago

Can you give a little more information on your error? Also, this program will sadly only run on Windows, since it uses selenium with a chrome driver. It can be pretty easily modified to run on Ubuntu (or any Linux distro for that matter).

jeanlorencini commented 3 years ago

hello, can you give me a configuration example to start the search? I don't know what to do with this code "from bet365 import *"

billyb2 commented 3 years ago

@jeanlorencini what do you mean by configuration example? What are you trying to do exactly?

CharmaladeOnToast commented 3 years ago

Hi, I am kind of confused as how to get this to work working. I used the following: pip install bet365 in the cmd. This appeared to successfully install something. On creating a new Python script, what is the module name that I need to import from? from scrape import does not seem to work for me nor does from bet365 import . "ModuleNotFoundError: No module named 'scrape'"