-
Auto Scrape Dataset
+
Auto Fetch Dataset
- Select sources and scrape settings, then queue processing
+ Select sources and fetch settings, then queue processing
automatically.
{
color: "#9a6700",
}}
>
- Warning: Scraping more than 250 posts from any single site can
+ Warning: Fetching more than 250 posts from any single site can
take hours due to rate limits.
@@ -305,10 +305,10 @@ const AutoScrapePage = () => {
...styles.buttonPrimary,
opacity: isSubmitting || isLoadingSources ? 0.75 : 1,
}}
- onClick={autoScrape}
+ onClick={autoFetch}
disabled={isSubmitting || isLoadingSources}
>
- {isSubmitting ? "Queueing..." : "Auto Scrape and Analyze"}
+ {isSubmitting ? "Queueing..." : "Auto Fetch and Analyze"}
@@ -527,4 +527,4 @@ const AutoScrapePage = () => {
);
};
-export default AutoScrapePage;
+export default AutoFetchPage;
diff --git a/frontend/src/pages/Datasets.tsx b/frontend/src/pages/Datasets.tsx
index 90ad7d4..d878d7f 100644
--- a/frontend/src/pages/Datasets.tsx
+++ b/frontend/src/pages/Datasets.tsx
@@ -108,9 +108,9 @@ const DatasetsPage = () => {