Add bopwiki, rss-bot, Mastodon-Tw poster, bridge, forget, Twitter Hamachpil

This commit is contained in:
lostinlight 2021-11-14 22:36:10 +03:00
parent 29fd29acdb
commit 5c59ac43b2
2 changed files with 109 additions and 1 deletions

View File

@ -1602,6 +1602,24 @@
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Blog-Pub"]
},
{
"title": "bopwiki",
"source": "https://codeberg.org/Valenoern/bopwiki",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "A simple 'microwiki' implementation, fairly similar to a Zettelkasten system.",
"codeLanguage": "Lisp",
"techStack": "",
"license": "GPL-3.0",
"FediAccount": "@Valenoern@floss.social",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Other"]
}
]
}

View File

@ -623,7 +623,7 @@
"description": "W3C ActivityPub and ActivityStreams implementation in Java using Spring Boot.",
"codeLanguage": "Java",
"techStack": "",
"license": "-",
"license": "Apache-2.0",
"FediAccount": "",
"apClass": true,
"zotClass": false,
@ -1152,6 +1152,96 @@
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Bridges"]
},
{
"title": "RSS-bot",
"source": "https://alexschroeder.ch/cgit/rss-bot",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "Post updates from an RSS feed to Mastodon.",
"codeLanguage": "Python",
"techStack": "",
"license": "GPL-3.0",
"FediAccount": "@kensanata@octodon.social",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Bridges"]
},
{
"title": "Mastodon Twitter poster",
"source": "https://crossposter.masto.donte.com.br",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "Crossposter to post statuses between Mastodon and Twitter.",
"codeLanguage": "Ruby",
"techStack": "",
"license": "AGPL-3.0",
"FediAccount": "@crossposter@masto.donte.com.br",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Bridges"]
},
{
"title": "bridge",
"source": "https://source.joinmastodon.org/mastodon/bridge",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "A simple web app that helps you find your Twitter friends on the federated Mastodon network.",
"codeLanguage": "Ruby",
"techStack": "",
"license": "AGPL-3.0",
"FediAccount": "",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Utils"]
},
{
"title": "Twitter Hamachpil",
"source": "https://gitlab.com/hamachpil/twitter_hamachpil",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "Bot to grab tweets from Twitter and post them to respective accounts on a Mastodon instance.",
"codeLanguage": "Python",
"techStack": "",
"license": "Apache-2.0",
"FediAccount": "@emacsen@emacsen.net",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Bridges"]
},
{
"title": "forget",
"source": "https://github.com/codl/forget",
"protocols": "ActivityPub",
"site": "https://forget.codl.fr",
"logo": "",
"servers": "",
"description": "Continuous post deletion for Mastodon and Twitter (if you happen to use that).",
"codeLanguage": "Python",
"techStack": "",
"license": "ISC",
"FediAccount": "@codl@chitter.xyz",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Utils"]
}
]
}