Spaces:
Running
Running
Commit
·
dc1acdb
1
Parent(s):
20b4c83
Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ The script is designed to adhere to a rate limit of 10 scrapes per minute in adh
|
|
71 |
Execute the script to start mapping and scraping the URLs:
|
72 |
|
73 |
```bash
|
74 |
-
python
|
75 |
```
|
76 |
|
77 |
2. **Output**
|
@@ -80,17 +80,15 @@ The script is designed to adhere to a rate limit of 10 scrapes per minute in adh
|
|
80 |
|
81 |
## Alternative Usage: Web UI
|
82 |
|
|
|
83 |
|
|
|
84 |
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
```bash
|
90 |
-
python web_ui.py
|
91 |
-
```
|
92 |
|
93 |
-
|
94 |
|
95 |
## License
|
96 |
|
|
|
71 |
Execute the script to start mapping and scraping the URLs:
|
72 |
|
73 |
```bash
|
74 |
+
python core.py
|
75 |
```
|
76 |
|
77 |
2. **Output**
|
|
|
80 |
|
81 |
## Alternative Usage: Web UI
|
82 |
|
83 |
+
1. **Run the Script**
|
84 |
|
85 |
+
Alternatively, you can execute the script to run the web-based interface using Gradio:
|
86 |
|
87 |
+
```bash
|
88 |
+
python app.py
|
89 |
+
```
|
|
|
|
|
|
|
|
|
90 |
|
91 |
+
This will launch a web interface in your default browser where you can enter the base URL, your Firecrawl API key, and choose whether to enable rate limiting. The output will be displayed directly in the browser.
|
92 |
|
93 |
## License
|
94 |
|