{"id":16708045,"url":"https://github.com/autogestion/pubgate-steemit","last_synced_at":"2026-05-22T07:01:45.543Z","repository":{"id":150638753,"uuid":"189873758","full_name":"autogestion/pubgate-steemit","owner":"autogestion","description":"Extension for PubGate, Steemit -\u003e ActivityPub bridge","archived":false,"fork":false,"pushed_at":"2020-03-13T13:55:38.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-24T20:45:24.068Z","etag":null,"topics":["activitypub","sanic","steem","steemit"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/autogestion.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}},"created_at":"2019-06-02T17:09:18.000Z","updated_at":"2023-04-20T17:17:18.000Z","dependencies_parsed_at":"2023-05-22T17:15:12.437Z","dependency_job_id":null,"html_url":"https://github.com/autogestion/pubgate-steemit","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"807744e1253b67d61601434c3ff83101cb186a86"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/autogestion/pubgate-steemit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autogestion%2Fpubgate-steemit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autogestion%2Fpubgate-steemit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autogestion%2Fpubgate-steemit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autogestion%2Fpubgate-steemit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autogestion","download_url":"https://codeload.github.com/autogestion/pubgate-steemit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autogestion%2Fpubgate-steemit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33333291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","sanic","steem","steemit"],"created_at":"2024-10-12T19:41:54.679Z","updated_at":"2026-05-22T07:01:45.522Z","avatar_url":"https://github.com/autogestion.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## PubGate Steemit -\u003e ActivityPub bridge\nExtension for [PubGate](https://github.com/autogestion/pubgate), federates posts from Steemit blogs \n\nRequires PubGate \u003e= 0.2.10\n### Run\n - Install PubGate\n - Install pg_steemit\n ```\n pip install git+https://github.com/autogestion/pubgate-steemit.git\n\n```\n - Update conf.cfg with\n```\nEXTENSIONS = [..., \"pg_steemit\"]\n\nSTEEMIT_BOT_TIMEOUT = 3600\nFETCH_ON_START = 10\n```\n - run\n```\npython run_api.py\n\n```\n\n\n### Usage\n\n#### Create bot\n```\n/user  POST\n```\npayload\n```\n{\n    \"username\": \"user\",\n    \"password\": \"pass\",\n    \"email\": \"admin@mail.com\",                                          #optional\n    \"invite\": \"xyz\",                                                    #required if register by invite enabled\n    \"profile\": {\n    \"type\": \"Service\",\n    \"name\": \"LiberLandPress\",\n    \"summary\": \"Broadcast from \u003ca href='https://steemit.com/@liberlandpress' target='_blank'\u003eSteemit blog\u003c/a\u003e\",\n        \"icon\": {\n            \"type\": \"Image\",\n            \"mediaType\": \"image/png\",\n            \"url\": \"https://liberland.org/en/assets/images/logo.png\"\n        }\n    },\n    \"details\": {\n        \"stbot\": {\n            \"blogs\": [\"liberlandpress\"],\n            \"enable\": true,\n            \"tags\": [\"liberland\", \"steemit\", \"selfgoverned\"]            #could be empty []\n        }\n    }\n}\n```\n\n\n#### Disable/Update bot\n```\n/\u003cusername\u003e  PATCH   (auth required)\n```\npayload\n```\n{\n    \"details\": {\n        \"stbot\": {\n            \"blogs\": [\"liberlandpress\"],                                #change to update blogs list\n            \"enable\": false,                                            #\"enable\": true to re-enable\n            \"tags\": [\"liberland\", \"steemit\", \"selfgoverned\"]            #could be empty []\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautogestion%2Fpubgate-steemit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautogestion%2Fpubgate-steemit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautogestion%2Fpubgate-steemit/lists"}