{"id":15058738,"url":"https://github.com/awakari/int-activitypub","last_synced_at":"2026-01-20T22:01:38.012Z","repository":{"id":223096978,"uuid":"755819445","full_name":"awakari/int-activitypub","owner":"awakari","description":"ActivityPub Integration","archived":false,"fork":false,"pushed_at":"2025-08-04T13:36:10.000Z","size":1028,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-04T17:36:18.693Z","etag":null,"topics":["activitypub","activitypub-server","alert-notifications","alerts","bot","fediverse","mastodon-bot","real-time-search","realtime","realtime-search-engine","search","search-alerts","search-engine"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awakari.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-11T06:45:36.000Z","updated_at":"2025-07-13T19:49:17.000Z","dependencies_parsed_at":"2024-03-16T22:20:02.437Z","dependency_job_id":"5d3082d6-a69a-4e46-b275-c454069c6b08","html_url":"https://github.com/awakari/int-activitypub","commit_stats":null,"previous_names":["awakari/int-activitypub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/awakari/int-activitypub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awakari%2Fint-activitypub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awakari%2Fint-activitypub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awakari%2Fint-activitypub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awakari%2Fint-activitypub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awakari","download_url":"https://codeload.github.com/awakari/int-activitypub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awakari%2Fint-activitypub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28615542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T21:52:42.722Z","status":"ssl_error","status_checked_at":"2026-01-20T21:52:20.513Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activitypub","activitypub-server","alert-notifications","alerts","bot","fediverse","mastodon-bot","real-time-search","realtime","realtime-search-engine","search","search-alerts","search-engine"],"created_at":"2024-09-24T22:29:12.172Z","updated_at":"2026-01-20T22:01:37.996Z","avatar_url":"https://github.com/awakari.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nActivityPub source implementation for Awakari. \nActually, just another Fedivers server that follows specified publishers on behalf of a user.\n\nAwakari is a service consuming public only updates from various sources and filters these for a user.\nThe purpose is only to notify user in real time and provide a link to the source (e.g. post). \nIf you don't want Awakari to follow you, just find it in a list of your followers and remove.\n\n# Conversion Schema\n\nSpecific (non \"as is\") attribute conversions:\n\n| Source Activity Attribute   | Destination CloudEvent Attribute | Notes                                                          |\n|-----------------------------|----------------------------------|----------------------------------------------------------------|\n| actor.id                    | source                           |                                                                |\n| actor.name                  | subject                          | e.g. \"John Doe\"                                                |\n| published                   | time                             |                                                                |\n| content                     | `\u003ctext data\u003e`                    |                                                                |\n| summary                     | `\u003ctext data\u003e`                    | Prepends the existing text data (if any) with a line separator |\n| type                        | action                           | e.g. \"Create\"                                                  |\n| object.id                   | objecturl                        | only if object is link                                         |\n| object.type                 | object                           | e.g. \"Note\"                                                    |\n| object.attachment.id        | attachmenturl                    | only if attachment is link                                     |\n| object.attachment.url       | attachmenturl                    | only if attachment is object                                   |\n| object.attachment.mediaType | attachmenttype                   | only if attachment is object                                   |\n| object.content              | `\u003ctext data\u003e`                    | Prepends the existing text data (if any) with a line separator |\n| object.inReplyTo            | inreplyto                        |\n| object.location             | latitude                         |\n| object.location             | longitude                        |\n| object.startTime            | starts                           |\n| object.summary              | `\u003ctext data\u003e`                    | Prepends the existing text data (if any) with a line separator |\n| object.image                | imageurl                         |                                                                |\n\nNotes:\n\n* All other attributes (not mentioned in the table above) are been converted as is, e.g. \"duration\" -\u003e \"duration\"\n\n* Activity attribute may be an \"object\" without an activity type (verb, e.g. \"Create\"). \n  Then it's also been converted as \"object\" in addition to the activity fields.\n\n# Compatibility\n\n| Software                                                      | Following                             | Delivery |\n|---------------------------------------------------------------|---------------------------------------|----------|\n| [Mastodon](https://en.wikipedia.org/wiki/Mastodon_(software)) | ✅ OK                                  | ✅ OK     |\n| [Lemmy](https://en.wikipedia.org/wiki/Lemmy_(software))       | ❌ status: 400                         | ❌ N/A    |\n| [Kbin](https://kbin.socail)                                   | ✅ OK                                  | ?        |\n| [Pixelfed](https://pixelfed.ru)                               | ✅ OK                                  | ?        |\n| PeerTube                                                      | ❌ status: 400, \"incorrect activity\"   | ❌ N/A    |\n| [Pleroma](https://stereophonic.space)                         | ❌ status 500, \"Internal server error\" | ❌ N/A    |         |\n| [Misskey](https://den.raccoon.quest/)                         | ✅ OK                                  | ?        |\n| [BookWyrm](https://bookwyrm.social)                           | ✅ OK                                  | ?        |\n| [Friendica](https://venera.social)                            | ✅ OK                                  | ✅ OK     |\n| [Hubzilla](https://libera.site)                               | ✅ OK                                  | ✅ OK     |\n| [Funkwhale](https://funkwhale.our-space.xyz)                  | ❌ status 500                          | ❌ N/A    |          \n\n# Other\n\n## Public Key\n\n```shell\nopenssl genrsa 2048 | openssl pkcs8 -topk8 -nocrypt -out private.pem\nopenssl rsa -in private.pem -outform PEM -pubout -out public.pem\n```\n\n```shell\nkubectl create secret generic int-activitypub-keys \\\n  --from-file=public=public.pem \\\n  --from-file=private=private.pem\n```\n\n## Manual Testing\n\nExample request:\n```shell\ngrpcurl \\\n  -plaintext \\\n  -proto api/grpc/service.proto \\\n  -d '{ \"addr\": \"Mastodon@mastodon.social\" }' \\\n  localhost:50051 \\\n  awakari.int.activitypub.Service/Create\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawakari%2Fint-activitypub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawakari%2Fint-activitypub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawakari%2Fint-activitypub/lists"}