We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, is it possible to post an updated example using with Python scripts? current examples are giving some error messages. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Same issue. I try using the example of GoogleScraper from within python script,
I am using the config part as:
def basic_usage(): # See in the config.cfg file for possible values config = { 'SCRAPING': { '192.168.8.101': 'True', 'keyword': 'python courses', 'search_engines': 'google', 'num_pages_for_keyword': 1 }, 'SELENIUM': { 'sel_browser': 'chrome', }, 'GLOBAL': { 'do_caching': 'False' } }
192.168.8.101 is the DHCP address I get on my Windows machine from "ipconfig" output. But It yeids nothing. So I get an error saying:
I tried finding the config.cfg file to check if I'm putting the correct values, but I couldn't find it.
Sorry, something went wrong.
No branches or pull requests
Hi there, is it possible to post an updated example using with Python scripts? current examples are giving some error messages. Thanks in advance!
The text was updated successfully, but these errors were encountered: