Steve Sewell преди 2 години
родител
ревизия
f15d5dd112
променени са 2 файла, в които са добавени 3991 реда и са изтрити 4 реда
  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;

Файловите разлики са ограничени, защото са твърде много
+ 3987 - 0
github.json