You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README-USECASES.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,30 @@ Here is a GPTScript that produces a detailed travel itenirary based on inputs fr
42
42
43
43
### Web UI Automation
44
44
45
-
Here is a GPTScript that automates data gathering and analysis of web sites by interacting with a chrome web browser. [Link to example here]
45
+
GPTScript enables the automation of data collection and analysis from websites through seamless interaction with a Chrome web browser. Here's an example to illustrate how it works:
46
+
47
+
1. Please install the browsing tool and configure it to operate continuously in the background as a service.
48
+
49
+
```sh
50
+
git clone https://github.com/gptscript-ai/browser
51
+
52
+
cd browser
53
+
54
+
npm install
55
+
56
+
npm run server
57
+
```
58
+
59
+
2. Let's explore a brief example on how to navigate through the Coachella Festival offerings and retrieve ticketing details
60
+
61
+
```sh
62
+
# Go to the browser repo you just cloned
63
+
cd browser
64
+
65
+
gpscript ./example/coachella-browse.gpt
66
+
```
67
+
68
+
For additional examples, please explore [here](https://github.com/gptscript-ai/browser?tab=readme-ov-file#examples).
0 commit comments