tgxn / lemmy-explorer

Instance and Community Explorer for Lemmy
https://lemmyverse.net/
105 stars 9 forks source link

V1 KBin Support #101

Closed tgxn closed 1 year ago

tgxn commented 1 year ago

Working progress on #100

tgxn commented 1 year ago

Single Crawler, using Lemmy-federated data source of Fediverse instances,

tgxn commented 1 year ago

They all use one version.... Why are there differences in their API 😡😡😡😡 image

tgxn commented 1 year ago

image

I'd say there's no easy way to get lists of magazines out of KBin 🤷‍♂️🤷‍♂️🤷‍♂️

tgxn commented 1 year ago

getting some usable data now image

tgxn commented 1 year ago

possibly failing for:

(so far)

tgxn commented 1 year ago

KBin Magazines 1031 so far.. I'll start doing frontend stuff, they have vasty different amounts of data, so I'll add aa whole seperate page i guess :/

tgxn commented 1 year ago
{
    "title": "SquaredCircle",
    "type": "Group",
    "@context": [
        "https://www.w3.org/ns/activitystreams",
        "https://w3id.org/security/v1"
    ],
    "id": "https://kbin.social/m/SquaredCircle",
    "name": "SquaredCircle",
    "preferredUsername": "SquaredCircle",
    "inbox": "https://kbin.social/m/SquaredCircle/inbox",
    "outbox": "https://kbin.social/m/SquaredCircle/outbox",
    "followers": "https://kbin.social/m/SquaredCircle/followers",
    "url": "https://kbin.social/m/SquaredCircle",
    "publicKey": {
        "owner": "https://kbin.social/m/SquaredCircle",
        "id": "https://kbin.social/m/SquaredCircle#main-key",
        "publicKeyPem": "-----BEGIN PUBLIC KEY-----\r\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3tHisA5xWkAcHkDLj9aK\r\nFpNXUJq9oMXez0A1AuoAXTigC56frrmwIUfKj7LNHAcJ0DgoZEcfJ5nPuGHhHaov\r\nBZ+124HRhWtEMse3aomWaexl9baYiqvploZaJzEi4ksVhjWu75A0OiH5KRKXxMk9\r\n9HsOS0cT6S4gCO8GKnYRfn7XyImA4Imedx3Ck6QN0dMVVxW4XPoSTIJhLzWZqSmM\r\nc0YqnQt4IVK5XEpvq7CprBY1ZgE3lYHM/tCgE0Wkb3/Epy3aRrs12sL25z80RKAe\r\nC2VOoWvlY/O3MUYfaw2rrzdYGVNOzg3IjCGD5zvhRbnoZHwFOf86xhrsSgHPoeA+\r\nY6bWU8lGGMN070lxE8sJ4hyj2uLWjkiqGrBeby3Wtg4oXH55KhbGn1YAtJ3i15AK\r\n7tZBrBhl2A861sxjlZDGzqXDLiqdrr950yVsld3UbxrZ88QstLYqmVH8yKlVHM8/\r\na0r8pd+vB1rN7120tTLHtR6g38xTdbqZvY+30RqksOKZid6XpKfUNuaoMyegY/0b\r\nBrfVNQsPRZbugVuSvv09RKOgk8zod7gPMcd8QN4ZtGYy5R2W5c61neD1EgFY2+Dt\r\nTO0wmc1h4LB8jy2nom7hJO8x1zRF1MzjrAOKYomX7SSpvIgCPslUHoShde5Cr0mp\r\n8rZrAXGJvUtmef6jVVQAkJkCAwEAAQ==\r\n-----END PUBLIC KEY-----"
    },
    "summary": "This is the \"official\" Kbin community for /r/SquaredCircle.",
    "sensitive": false,
    "moderators": "https://kbin.social/m/SquaredCircle/moderators",
    "postingRestrictedToMods": false,
    "endpoints": {
        "sharedInbox": "https://kbin.social/f/inbox"
    },
    "published": "2023-06-09T17:42:47+00:00",
    "updated": "2023-07-02T23:21:50+00:00",
    "icon": {
        "type": "Image",
        "url": "https://media.kbin.social/90/59/90590f5129471cc2a7473ec58d2c210ae186c7b8c5df06decde11884171174bf.png"
    },
    "lastCrawled": 1688378260482
}
tgxn commented 1 year ago

image it's here, for now...