mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-09 17:39:33 +00:00
Add FediFetcher, GetMoarFediverse, FakeRelay, masto-backfill
This commit is contained in:
parent
b4a1ad59cc
commit
873845fb4f
|
@ -2646,6 +2646,96 @@
|
||||||
"diasporaClass": false,
|
"diasporaClass": false,
|
||||||
"OStatusClass": false,
|
"OStatusClass": false,
|
||||||
"categories": ["Utils"]
|
"categories": ["Utils"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "FediFetcher",
|
||||||
|
"source": "https://github.com/nanos/FediFetcher",
|
||||||
|
"protocols": "ActivityPub",
|
||||||
|
"site": "",
|
||||||
|
"logo": "",
|
||||||
|
"servers": "",
|
||||||
|
"description": "Tool for Mastodon that automatically fetches missing replies and posts from other Fediverse instances and adds them to your own Mastodon instance.",
|
||||||
|
"codeLanguage": "Python",
|
||||||
|
"techStack": "",
|
||||||
|
"license": "MIT",
|
||||||
|
"FediAccount": "",
|
||||||
|
"apClass": true,
|
||||||
|
"zotClass": false,
|
||||||
|
"diasporaClass": false,
|
||||||
|
"OStatusClass": false,
|
||||||
|
"categories": ["Utils"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GetMoarFediverse",
|
||||||
|
"source": "https://github.com/g3rv4/GetMoarFediverse",
|
||||||
|
"protocols": "ActivityPub",
|
||||||
|
"site": "",
|
||||||
|
"logo": "",
|
||||||
|
"servers": "",
|
||||||
|
"description": "Import content into your instance that's tagged with hashtags you're interested in.",
|
||||||
|
"codeLanguage": "C#",
|
||||||
|
"techStack": "",
|
||||||
|
"license": "MIT",
|
||||||
|
"FediAccount": "",
|
||||||
|
"apClass": true,
|
||||||
|
"zotClass": false,
|
||||||
|
"diasporaClass": false,
|
||||||
|
"OStatusClass": false,
|
||||||
|
"categories": ["Utils"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "FakeRelay",
|
||||||
|
"source": "https://github.com/g3rv4/FakeRelay",
|
||||||
|
"protocols": "ActivityPub",
|
||||||
|
"site": "",
|
||||||
|
"logo": "",
|
||||||
|
"servers": "",
|
||||||
|
"description": "An API to index statuses on Mastodon acting as a relay.",
|
||||||
|
"codeLanguage": "C#",
|
||||||
|
"techStack": "",
|
||||||
|
"license": "MIT",
|
||||||
|
"FediAccount": "",
|
||||||
|
"apClass": true,
|
||||||
|
"zotClass": false,
|
||||||
|
"diasporaClass": false,
|
||||||
|
"OStatusClass": false,
|
||||||
|
"categories": ["Utils"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "FakeFirehose",
|
||||||
|
"source": "https://github.com/raynormast/fake-firehose",
|
||||||
|
"protocols": "ActivityPub",
|
||||||
|
"site": "",
|
||||||
|
"logo": "",
|
||||||
|
"servers": "",
|
||||||
|
"description": "An API to index statuses on Mastodon acting as a relay.",
|
||||||
|
"codeLanguage": "C#",
|
||||||
|
"techStack": "",
|
||||||
|
"license": "MIT",
|
||||||
|
"FediAccount": "",
|
||||||
|
"apClass": true,
|
||||||
|
"zotClass": false,
|
||||||
|
"diasporaClass": false,
|
||||||
|
"OStatusClass": false,
|
||||||
|
"categories": ["Utils"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "masto-backfill",
|
||||||
|
"source": "https://github.com/AdamK2003/masto-backfill",
|
||||||
|
"protocols": "ActivityPub",
|
||||||
|
"site": "",
|
||||||
|
"logo": "",
|
||||||
|
"servers": "",
|
||||||
|
"description": "Fetches old posts on your Mastodon, Pleroma or compatible instance(s).",
|
||||||
|
"codeLanguage": "JavaScript",
|
||||||
|
"techStack": "",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"FediAccount": "",
|
||||||
|
"apClass": true,
|
||||||
|
"zotClass": false,
|
||||||
|
"diasporaClass": false,
|
||||||
|
"OStatusClass": false,
|
||||||
|
"categories": ["Utils"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue