From 82d0e59fa97ea0bc53631c7d32015575ad648025 Mon Sep 17 00:00:00 2001 From: R L Nabors Date: Tue, 5 Nov 2024 11:38:50 +0000 Subject: [PATCH 1/3] Fixing wrong link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f475cd6..08378e9 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ with sync_playwright() as playwright, playwright.chromium.launch(headless=False) - [Save and reuse logged in state](https://github.com/tinyfish-io/agentql/tree/main/examples/save_and_load_authenticated_session) - [Run AgentQL in Stealth Mode](https://github.com/tinyfish-io/fish-tank/tree/main/examples/stealth_mode) - [Wait for page to load](https://github.com/tinyfish-io/agentql/tree/main/examples/wait_for_entire_page_load) -- [Collect pricing data from an e-commerce website using AgentQL](https://github.com/tinyfish-io/fish-tank/tree/main/examples/close_cookie_dialog) +- [Collect pricing data from an e-commerce website using AgentQL](https://github.com/tinyfish-io/agentql/tree/main/application_examples/collect_ecommerce_pricing_data) - [Perform sentiment analysis](https://github.com/tinyfish-io/fish-tank/tree/main/application_examples/perform_sentiment_analysis) - [Get an element's XPath](https://github.com/tinyfish-io/fish-tank/tree/main/application_examples/xpath) - [Run script online in Google Colaboratory](./examples/run_script_online_in_google_colab) From 60fede98eb5294294db8e0c85660753bc224b537 Mon Sep 17 00:00:00 2001 From: R L Nabors Date: Tue, 5 Nov 2024 23:42:00 +0000 Subject: [PATCH 2/3] Update README.md Co-authored-by: Sergey Ryabov <944361+colriot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08378e9..3d964a0 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ with sync_playwright() as playwright, playwright.chromium.launch(headless=False) - [Log into sites with AgentQL](https://github.com/tinyfish-io/agentql/tree/main/examples/log_into_sites) - [Run script in headless browser](https://github.com/tinyfish-io/agentql/tree/main/examples/run_script_in_headless_browser) - [Save and reuse logged in state](https://github.com/tinyfish-io/agentql/tree/main/examples/save_and_load_authenticated_session) -- [Run AgentQL in Stealth Mode](https://github.com/tinyfish-io/fish-tank/tree/main/examples/stealth_mode) +- [Run AgentQL in Stealth Mode](https://github.com/tinyfish-io/agentql/tree/main/examples/stealth_mode) - [Wait for page to load](https://github.com/tinyfish-io/agentql/tree/main/examples/wait_for_entire_page_load) - [Collect pricing data from an e-commerce website using AgentQL](https://github.com/tinyfish-io/agentql/tree/main/application_examples/collect_ecommerce_pricing_data) - [Perform sentiment analysis](https://github.com/tinyfish-io/fish-tank/tree/main/application_examples/perform_sentiment_analysis) From 5406e812a38bd88f2d37197c617f276e3d749ff0 Mon Sep 17 00:00:00 2001 From: R L Nabors Date: Tue, 5 Nov 2024 23:42:24 +0000 Subject: [PATCH 3/3] Update README.md Co-authored-by: Sergey Ryabov <944361+colriot@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d964a0..7668216 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,8 @@ with sync_playwright() as playwright, playwright.chromium.launch(headless=False) - [Run AgentQL in Stealth Mode](https://github.com/tinyfish-io/agentql/tree/main/examples/stealth_mode) - [Wait for page to load](https://github.com/tinyfish-io/agentql/tree/main/examples/wait_for_entire_page_load) - [Collect pricing data from an e-commerce website using AgentQL](https://github.com/tinyfish-io/agentql/tree/main/application_examples/collect_ecommerce_pricing_data) -- [Perform sentiment analysis](https://github.com/tinyfish-io/fish-tank/tree/main/application_examples/perform_sentiment_analysis) -- [Get an element's XPath](https://github.com/tinyfish-io/fish-tank/tree/main/application_examples/xpath) +- [Perform sentiment analysis](https://github.com/tinyfish-io/agentql/tree/main/application_examples/perform_sentiment_analysis) +- [Get an element's XPath](https://github.com/tinyfish-io/agentql/tree/main/application_examples/xpath) - [Run script online in Google Colaboratory](./examples/run_script_online_in_google_colab) For comprehensive guides and API references, check out our [official documentation](https://docs.agentql.com).