Skip to content

Commit

Permalink
Fix documentation links in example README (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfeng98 authored Aug 21, 2024
1 parent 7133b86 commit fbdfa1f
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions application_examples/collect_ecommerce_pricing_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an example of how to collect pricing data from e-commerce website using

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this python file locally as **collect_pricing_data.py**
- Run the following command from the project's folder:

Expand All @@ -14,4 +14,4 @@ python3 collect_pricing_data.py

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions application_examples/perform_sentiment_analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to perform sentiment analysis on YouTube comments

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- [Install OpenAI SDK](https://pypi.org/project/openai/) with the following command:

```bash
Expand All @@ -26,4 +26,4 @@ python3 perform_sentiment_analysis.py

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions application_examples/xpath/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to get XPath of an element that was fetched with A

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- [Install Playwright Dompath](https://pypi.org/project/playwright-dompath/) with the following command:

```bash
Expand All @@ -20,4 +20,4 @@ python3 xpath.py

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions examples/close_cookie_dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to use AgentQL close a site's dialog for rejecting

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this python file locally as **close_cookie_dialog.py**
- Run the following command from the project's folder:

Expand All @@ -14,4 +14,4 @@ python3 close_cookie_dialog.py

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions examples/close_popup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to close popup windows (like promotion form) with

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this python file locally as **close_popup.py**
- Run the following command from the project's folder:

Expand All @@ -14,4 +14,4 @@ python3 close_popup.py

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions examples/compare_product_prices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to compare product prices across websites with que

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this python file locally as **compare_product_prices.py**
- Run the following command from the project's folder:

Expand All @@ -14,4 +14,4 @@ python3 compare_product_prices.py

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions examples/debug_script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to debug AgentQL scripts in both synchronous and a

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this python file locally as **debug_agentql_script.py** for debugging in **synchronous environment** or **async_debug_agentql_script.py** for debugging in **asynchronous environment**
- Run the following command from the project's folder:

Expand All @@ -15,4 +15,4 @@ python3 async_debug_agentql_script.py

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions examples/first_steps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an example of collecting pricing data from e-commerce website using Agen

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this python file locally as **first_steps.py**
- Run the following command from the project's folder:

Expand All @@ -14,4 +14,4 @@ python3 first_steps.py

## Play with the query

Install the [AgentQL Chrome DevTools extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions examples/interact_with_external_or_existing_browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to interact with an external or existing browser w

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this Python file locally as **run_script_with_local_browser.py**
- Close your Google Chrome application if it is open.
- If you're using **Mac**, open the terminal and run the following command:
Expand Down Expand Up @@ -34,4 +34,4 @@ python3 run_script_with_local_browser.py

## Play with the query

Install the [AgentQL Chrome DevTools extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions examples/list_query_usage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to query a list of items on the page.

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this python file locally as **list_query_usage.py**
- Run the following command from the project's folder:

Expand All @@ -14,4 +14,4 @@ python3 list_query_usage.py

## Play with it

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions examples/run_script_in_headless_browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to run the script in headless browser.

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this python file locally as **run_in_headless_browser.py**
- Run the following command from the project's folder:

Expand All @@ -14,4 +14,4 @@ python3 run_in_headless_browser.py

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
2 changes: 1 addition & 1 deletion examples/run_script_online_in_google_colab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ This example demonstrates how to run AgentQL script in online development enviro

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions examples/save_and_load_authenticated_session/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to save and load a authenticated state (i.e. signe

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this python file locally as **save_and_load_authenticated_state.py**
- Run the following command from the project's folder:

Expand All @@ -14,4 +14,4 @@ python3 save_and_load_authenticated_state.py

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
4 changes: 2 additions & 2 deletions examples/wait_for_entire_page_load/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to wait for the page to load completely before que

## Run the script

- [Install AgentQL SDK](https://docs.agentql.com/docs/installation/sdk-installation)
- [Install AgentQL SDK](https://docs.agentql.com/installation/sdk-installation)
- Save this python file locally as **wait_for_entire_page_load.py**
- Run the following command from the project's folder:

Expand All @@ -14,4 +14,4 @@ python3 wait_for_entire_page_load.py

## Play with the query

Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/docs/installation/chrome-extension-installation/) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/docs/agentql-query/query-intro)
Install the [AgentQL Debugger Chrome extension](https://docs.agentql.com/installation/chrome-extension-installation) to play with the AgentQL query. [Learn more about the AgentQL query language](https://docs.agentql.com/agentql-query/query-intro)
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbdfa1f

Please sign in to comment.