Datasets:

License:
KaraKaraWitch commited on
Commit
2539c81
1 Parent(s): 77f602e

Added Miracle Spec. Changed year because I think I forgot lol

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -249,6 +249,15 @@ curl -L -X GET 'https://public.api.bsky.app/xrpc/app.bsky.feed.getPosts?uris=at:
249
  -H 'Authorization: Bearer <TOKEN>'
250
  ```
251
 
 
 
 
 
 
 
 
 
 
252
  ### Illegal Spec Followers
253
 
254
  In other words, we also capture content that failed to follow specs. Like this:
@@ -325,7 +334,7 @@ We would much love academia to cite this dataset. Be nice please `:)`
325
  @misc{bskyaozora,
326
  title = {Aozora Diving: diving into the sea of atproto and bluesky network },
327
  author = {KaraKaraWitch},
328
- year = {2023},
329
  howpublished = {\url{https://huggingface.co/datasets/WitchesSocialStream/bluesky-Aozora-Diving}},
330
  }
331
  ```
 
249
  -H 'Authorization: Bearer <TOKEN>'
250
  ```
251
 
252
+ ### "Miracle Spec"
253
+
254
+ Recently, some creative folks have started adding their own data to the atproto stream. Some notable examples I saw are:
255
+
256
+ - `com.whtwnd.blog.entry` (https://whtwnd.com/about)
257
+ - `space.aoisora.bookmark` (https://bsky.app/profile/mimonelu.net/post/3l4ta2mdqwe2s)
258
+
259
+ As of 01/10/24, I've added support for those.. They are labeled as "MiracleRoad!" for `typ` and only contain the raw record data.
260
+
261
  ### Illegal Spec Followers
262
 
263
  In other words, we also capture content that failed to follow specs. Like this:
 
334
  @misc{bskyaozora,
335
  title = {Aozora Diving: diving into the sea of atproto and bluesky network },
336
  author = {KaraKaraWitch},
337
+ year = {2024},
338
  howpublished = {\url{https://huggingface.co/datasets/WitchesSocialStream/bluesky-Aozora-Diving}},
339
  }
340
  ```