at://redsolver.dev/app.bsky.feed.generator/aaaa7scvidr7q

Back to Collection

Record JSON

{
  "$type": "app.bsky.feed.generator",
  "createdAt": "2024-09-20T14:22:54.823Z",
  "description": "Feed with all posts mentioning \"Advent of Code\" (incl. without spaces) ever. This is a demo of the upcoming SkyFeed Query Engine v1 which will make it possible to run RegEx (and most other) filters on all posts ever made and get unlimited history (even for new feeds).",
  "did": "did:web:skyfeed.me",
  "displayName": "Advent of Code",
  "skyfeedBuilder": {
    "blocks": [
      {
        "firehoseSeconds": 10800,
        "id": "b1",
        "inputType": "firehose",
        "type": "input"
      },
      {
        "caseSensitive": false,
        "id": "b2",
        "type": "regex",
        "value": "advent of code|adventofcode"
      },
      {
        "children": [
          {
            "caseSensitive": false,
            "type": "regex",
            "value": "advent of code|adventofcode"
          }
        ],
        "id": "b3",
        "inputType": "archived",
        "type": "input"
      },
      {
        "id": "b4",
        "sortDirection": "desc",
        "sortType": "created_at",
        "type": "sort"
      }
    ],
    "displayName": "Advent of Code",
    "engine": "v1-preview",
    "license": "EUPL-1.2"
  }
}