{"id":13724158,"url":"https://github.com/wbernest/mattermost-plugin-rssfeed","last_synced_at":"2025-05-07T17:33:25.886Z","repository":{"id":34767547,"uuid":"174591919","full_name":"wbernest/mattermost-plugin-rssfeed","owner":"wbernest","description":"Mattermost RSSFeed plugin.  Allows users to subscribe to an rss feed and allow for updates to the feed to be posted in a channel.","archived":false,"fork":false,"pushed_at":"2023-10-29T11:03:22.000Z","size":4954,"stargazers_count":69,"open_issues_count":26,"forks_count":40,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-04T01:24:09.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wbernest.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2019-03-08T18:52:54.000Z","updated_at":"2024-07-14T08:19:38.000Z","dependencies_parsed_at":"2024-06-20T06:08:03.362Z","dependency_job_id":null,"html_url":"https://github.com/wbernest/mattermost-plugin-rssfeed","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbernest%2Fmattermost-plugin-rssfeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbernest%2Fmattermost-plugin-rssfeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbernest%2Fmattermost-plugin-rssfeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbernest%2Fmattermost-plugin-rssfeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wbernest","download_url":"https://codeload.github.com/wbernest/mattermost-plugin-rssfeed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224628425,"owners_count":17343337,"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":[],"created_at":"2024-08-03T01:01:51.264Z","updated_at":"2025-05-07T17:33:25.878Z","avatar_url":"https://github.com/wbernest.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# RSSFeed Plugin [![CircleCI branch](https://img.shields.io/circleci/project/github/wbernest/mattermost-plugin-rssfeed/master.svg)](https://circleci.com/gh/wbernest/mattermost-plugin-rssfeed/tree/master)\n\nThis plugin allows a user to subscribe a channel to an RSS (Version 2 only) or an Atom Feed.\n\n- Version 0.1.0+ requires Mattermost 5.10\n- Version \u003c 0.1.0 requires Mattermost 5.6\n\n## Getting Started\nUpload `tar.gz` to Mattermost using the plugin screen.\nAssign a user under the settings for posting.\n\nTo allow for the plugin to override user user name and icon on posts you must enable the feature in your Mattermost system settings:\n\n* \u003ca class=\"reference external\" href=\"https://docs.mattermost.com/administration/config-settings.html#enable-integrations-to-override-usernames\"\u003eEnable integrations to override usernames\u003c/a\u003e must be set to `true` in `config.json` to override usernames. Enable them from \u003cstrong\u003eSystem Console \u0026gt; Integrations \u0026gt; Custom Integrations\u003c/strong\u003e or ask your System Administrator to do so. If not enabled, the username is set to `webhook`.\n* \u003ca class=\"reference external\" href=\"https://docs.mattermost.com/administration/config-settings.html#enable-integrations-to-override-profile-picture-icons\"\u003eEnable integrations to override profile picture icons\u003c/a\u003e must be set to `true` in `config.json` to override profile picture icons. Enable them from \u003cstrong\u003eSystem Console \u0026gt; Integrations \u0026gt; Custom Integrations\u003c/strong\u003e or ask your System Administrator to do so. If not enabled, the icon of the creator of the webhook URL is used to post messages.\n\nTo use the plugin, navigate to the channel you want subscribed and use the following commands:\n```\n/feed help                  // to see the help menu\n/feed subscribe \u003curl\u003e       // to subscribe the channel to an RSS feed\n/feed sub \u003curl\u003e             // to subscribe the channel to an RSS feed\n/feed unsubscribe \u003curl\u003e     // to unsubscribe the channel from an RSS feed\n/feed unsub \u003curl\u003e           // to unsubscribe the channel from an RSS feed\n/feed list                  // to list the feeds the channel is subscribed to\n```\n\n## Developers\nClone the repository:\n```\ngit clone https://github.com/wbernest/mattermost-plugin-rssfeed\n```\n\nBuild your plugin:\n```\nmake dist\n```\n\nThis will produce a single plugin file (with support for multiple architectures) for upload to your Mattermost server:\n\n```\nrssfeed.0.0.1.tar.gz\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbernest%2Fmattermost-plugin-rssfeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwbernest%2Fmattermost-plugin-rssfeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbernest%2Fmattermost-plugin-rssfeed/lists"}