Steve Sewell 1 anno fa
parent
commit
f15d5dd112
2 ha cambiato i file con 3991 aggiunte e 4 eliminazioni
  1. 4 4
      config.ts
  2. 3987 0
      github.json

+ 4 - 4
config.ts

@@ -7,9 +7,9 @@ type Config = {
 };
 
 export const config = {
-  url: "https://forum.builder.io",
-  match: "https://forum.builder.io/t/**",
-  selector: ".posts-wrapper",
+  url: "https://github.com/builderio/builder",
+  match: "https://github.com/BuilderIO/builder/tree/main/**",
+  selector: `#readme,[data-selector="repos-split-pane-content"]`,
   maxPagesToCrawl: 1000,
-  outputFileName: "forum.json",
+  outputFileName: "github.json",
 } satisfies Config;

File diff suppressed because it is too large
+ 3987 - 0
github.json