Update README.md
Browse files
README.md
CHANGED
@@ -13,14 +13,14 @@ chabiko is a XChan scraper.
|
|
13 |
Broadly, the Archiver archives in 2 modes:
|
14 |
|
15 |
- "Archive" [The board supports archives of closed threads.]
|
|
|
16 |
- "PostStream" [The Board does not support archives. As such, fall back to Streaming as posts. (This is similar to MissingKeys.)]
|
17 |
-
|
18 |
|
19 |
## Supported Sites
|
20 |
|
21 |
- 4chan
|
22 |
- [TBD] Futaba Channel
|
23 |
-
- ???
|
24 |
|
25 |
## Formats
|
26 |
|
@@ -29,11 +29,11 @@ Both Archive modes are written to jsonl:
|
|
29 |
- For Archive mode, each json line represents an entire thread dump.
|
30 |
- For PostStream, each json represents a single post.
|
31 |
|
32 |
-
## Credits
|
33 |
|
34 |
-
|
35 |
|
36 |
-
|
|
|
37 |
|
38 |
## License
|
39 |
|
|
|
13 |
Broadly, the Archiver archives in 2 modes:
|
14 |
|
15 |
- "Archive" [The board supports archives of closed threads.]
|
16 |
+
- Archives are refreshed every 10 minutes
|
17 |
- "PostStream" [The Board does not support archives. As such, fall back to Streaming as posts. (This is similar to MissingKeys.)]
|
18 |
+
- Streams are uploaded around 1 second.
|
19 |
|
20 |
## Supported Sites
|
21 |
|
22 |
- 4chan
|
23 |
- [TBD] Futaba Channel
|
|
|
24 |
|
25 |
## Formats
|
26 |
|
|
|
29 |
- For Archive mode, each json line represents an entire thread dump.
|
30 |
- For PostStream, each json represents a single post.
|
31 |
|
|
|
32 |
|
33 |
+
## Notices
|
34 |
|
35 |
+
- Archiving only text for now since I need to see how much data images would take up.
|
36 |
+
- **Due to potential abuse, we are closing community posts.** Contact KaraKaraWitch in other known channels.
|
37 |
|
38 |
## License
|
39 |
|