{"id":16708046,"url":"https://github.com/autogestion/pubgate-rssbot","last_synced_at":"2025-06-17T03:35:04.851Z","repository":{"id":150638743,"uuid":"146196797","full_name":"autogestion/pubgate-rssbot","owner":"autogestion","description":"Extension for PubGate, federates rss-feeds","archived":false,"fork":false,"pushed_at":"2020-06-11T17:35:24.000Z","size":21,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T12:09:26.234Z","etag":null,"topics":["activitypub","pubgate","rss","rssbot","sanic"],"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":"2018-08-26T16:22:57.000Z","updated_at":"2025-02-22T04:50:29.000Z","dependencies_parsed_at":"2023-05-20T23:45:41.014Z","dependency_job_id":null,"html_url":"https://github.com/autogestion/pubgate-rssbot","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":0.09999999999999998,"last_synced_commit":"3d87bc0554fadb3e0a3d09d1331478de4188b242"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/autogestion/pubgate-rssbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autogestion%2Fpubgate-rssbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autogestion%2Fpubgate-rssbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autogestion%2Fpubgate-rssbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autogestion%2Fpubgate-rssbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autogestion","download_url":"https://codeload.github.com/autogestion/pubgate-rssbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autogestion%2Fpubgate-rssbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260286290,"owners_count":22986548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","pubgate","rss","rssbot","sanic"],"created_at":"2024-10-12T19:41:54.710Z","updated_at":"2025-06-17T03:35:04.830Z","avatar_url":"https://github.com/autogestion.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## PubGate RSS Bot\nExtension for [PubGate](https://github.com/autogestion/pubgate), federates rss-feeds\n\nRequires PubGate \u003e= 0.2.9\n### Run\n\n - Install PubGate\n - Install rssbot\n ```\n pip install git+https://github.com/autogestion/pubgate-rssbot.git\n\n```\n - Update conf.cfg with\n```\nEXTENSIONS = [..., \"rssbot\"]\nRSSBOT_TIMEOUT = 3600\nPOSTING_TIMEOUT = False\nMOVE_IMG_TO_ATTACHMENT = True\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        \"preferredUsername\": \"Anarchy101\",\n        \"summary\": \"For questions about the theory of anarchism, anarchist movements, opinions on certain situations or current events, or even socialist or communist theory in general.\",\n        \"icon\": {\n            \"type\": \"Image\",\n            \"mediaType\": \"image/png\",\n            \"url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Anarchy-symbol.svg/1200px-Anarchy-symbol.svg.png\"\n        }    \n    },\n    \"details\": {\n        \"rssbot\": {\n            \"feed\": \"https://www.reddit.com/r/Anarchy101/.rss\",\n            \"enable\": true,\n            \"tags\": [\"anarchy\", \"anarchy101\", \"reddit\"]                 #could be empty []\n            \"html\": true                                                #if false, title will be used\n        }   \n    }\n}\n```\n\n#### Disable/Update bot\n```\n/\u003cusername\u003e  PATCH   (auth required)\n```\npayload\n```\n{\n    \"details\": {\n        \"rssbot\": {\n            \"feed\": \"https://www.reddit.com/r/Anarchy101/.rss\",         #change to update feed url\n            \"enable\": false,                                            #\"enable\": true to re-enable\n            \"tags\": [\"anarchy\", \"anarchy101\", \"reddit\"],                 #could be empty []\n            \"html\": true                                                  \n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautogestion%2Fpubgate-rssbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautogestion%2Fpubgate-rssbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautogestion%2Fpubgate-rssbot/lists"}