From 2f437b5f28f46d31cabc231924b8ff047b8579db Mon Sep 17 00:00:00 2001 From: SevicheCC Date: Thu, 8 Jun 2023 08:08:30 +0000 Subject: [PATCH 1/3] Add M-OAuth Signed-off-by: SevicheCC --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f5bc60a..d539b5a 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li * :heavy_check_mark: [**Moderator Alerts**](https://gitlab.com/stemid/mastodon-moderator-alerts) ([Fedi account](https://mastodon.se/@stemid)): Mastodon moderation alerts using Pushover.net. `-, Python` +* [**M-OAuth**](https://github.com/Sevichecc/M-OAuth) ([Fedi account](https://kongwoo.icu/seviche)): Access token generator for Akkoma, Pleroma, Mastodon APIs. `GPL-3.0, TypeScript` + * :heavy_check_mark: [**OCR Bot**](https://github.com/Lynnesbian/OCRbot/) ([Fedi account](https://fedi.lynnesbian.space/@lynnesbian)): An OCR (Optical Character Recognition) bot for Mastodon (and compatible) instances `AGPL-3.0, Python` * :heavy_check_mark: [**Pherephone**](https://github.com/writeas/pherephone): An ActivityPub server that reblogs all the statuses of certain actors. You set it up to follow a few accounts and it announces everything they post. `AGPL-3.0, Go` From b15bd0222246c6d9ff254271422be6c536bd264d Mon Sep 17 00:00:00 2001 From: SevicheCC Date: Thu, 8 Jun 2023 08:11:28 +0000 Subject: [PATCH 2/3] Add SevicheCC to comtributors --- delightful-contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/delightful-contributors.md b/delightful-contributors.md index 7ee7252..c627dba 100644 --- a/delightful-contributors.md +++ b/delightful-contributors.md @@ -11,3 +11,5 @@ These fine people brought us delight by adding their gems of freedom to the deli - [André Menrath](https://codeberg.org/linos) - [Joseph Quigley](https://quigs.link) (codeberg: [@quigs](https://codeberg.org/quigs), fediverse: [@quigs@hachyderm.io](https://hachyderm.io/@quigs)) + +- [Seviche CC](https://seviche.cc) (codeberg: [@Sevichecc](https://codeberg.org/Sevichecc), fediverse: [@seviche@kongwoo.icu](https://kongwoo.icu/seviche) From f97f4ff74dad771a55bb2ff658ad6c7843cbb02d Mon Sep 17 00:00:00 2001 From: SevicheCC Date: Thu, 8 Jun 2023 08:14:47 +0000 Subject: [PATCH 3/3] Add M-OAuth site url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d539b5a..45e37c8 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,7 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li * :heavy_check_mark: [**Moderator Alerts**](https://gitlab.com/stemid/mastodon-moderator-alerts) ([Fedi account](https://mastodon.se/@stemid)): Mastodon moderation alerts using Pushover.net. `-, Python` -* [**M-OAuth**](https://github.com/Sevichecc/M-OAuth) ([Fedi account](https://kongwoo.icu/seviche)): Access token generator for Akkoma, Pleroma, Mastodon APIs. `GPL-3.0, TypeScript` +* [**M-OAuth**](https://github.com/Sevichecc/M-OAuth)([site](https://m-oauth.seviche.cc/)) ([Fedi account](https://kongwoo.icu/seviche)): Access token generator for Akkoma, Pleroma, Mastodon APIs. `GPL-3.0, TypeScript` * :heavy_check_mark: [**OCR Bot**](https://github.com/Lynnesbian/OCRbot/) ([Fedi account](https://fedi.lynnesbian.space/@lynnesbian)): An OCR (Optical Character Recognition) bot for Mastodon (and compatible) instances `AGPL-3.0, Python`