-
Setup your python virtual environment
-
Install Webql in the virtual env
- Reference: Webql Package
-
Setup the
WEBQL_API_KEY
environment variable with your API Key -
Navigate to the script (example) of your interest and use that code to test or build on top of it.
-
Run the script and experience AgentQL's amazing capabilities.
Topic | Example Name | URL |
---|---|---|
Customizing Web Driver | customizing_web_driver.py | customizing_web_driver.py |
Login to a website | login.py | login.py |
Leveraging Async capabilities | async_example.py | async_example.py |
Headless browser usage | headless_browser.py | headless_browser.py |
to_data() method for working with data | levaraging_to_data_method.py | levaraging_to_data_method.py |
generalized query across sites | same_query_across_sites.py | same_query_across_sites.py |
Save and reuse logged in state | save_and_load_context.py | save_and_load_context.py |
Waiting for page to load | wait_for_entire_page_load.py | wait_for_entire_page_load.py |