{"id":5791731,"name":"tabhub/rssify","ecosystem":"actions","description":"To generate an RSS feed for any blog/website","homepage":"","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/tabhub/rssify","keywords_array":["github-actions","rss-feed","rss-generator","rssify"],"namespace":"tabhub","versions_count":2,"first_release_published_at":"2022-10-01T10:27:02.000Z","latest_release_published_at":"2022-10-31T13:43:17.000Z","latest_release_number":"v2","last_synced_at":"2026-09-05T08:52:25.155Z","created_at":"2023-01-03T21:45:40.021Z","updated_at":"2026-09-07T14:56:12.886Z","registry_url":"https://github.com/tabhub/rssify","install_command":null,"documentation_url":null,"metadata":{"name":"RSSify Any","description":"To generate an RSS feed for any blog/website","inputs":{"title":{"description":"RSS title","required":true},"subtitle":{"description":"RSS subtitle/description","required":false},"url":{"description":"Website url","required":true},"language":{"description":"RSS language","required":true,"default":"en"},"author-name":{"description":"RSS author name","required":true,"default":"TabHub"},"author-email":{"description":"RSS author email","required":true,"default":"idegorepl@gmail"},"item-title-css":{"description":"CSS selector to get item title","required":true},"item-url-css":{"description":"CSS selector to get item url","required":true},"item-author-css":{"description":"CSS selector to get item author","required":false},"item-description-css":{"description":"CSS selector to get item description","required":false},"item-date-css":{"description":"CSS selector to get Item post date","required":false},"item-date-format":{"description":"Date format of item post date, help to parse date","required":false},"item-timezone":{"description":"Timezone applied to item post date","required":false,"default":"Asia/Shanghai"}},"runs":{"using":"composite","steps":[{"name":"Install Python","uses":"actions/setup-python@v4","with":{"python-version":"3.10"}},{"name":"Install Dependencies","run":"pip install requests feedgen bs4 pytz","shell":"bash"},{"name":"Pass Inputs to Shell","run":"echo \"TITLE=${{ inputs.title }}\" \u003e\u003e $GITHUB_ENV\necho \"SUBTITLE=${{ inputs.subtitle }}\" \u003e\u003e $GITHUB_ENV\necho \"URL=${{ inputs.url }}\" \u003e\u003e $GITHUB_ENV\necho \"AUTHOR_NAME=${{ inputs.author-name }}\" \u003e\u003e $GITHUB_ENV\necho \"AUTHOR_EMAIL=${{ inputs.author-email }}\" \u003e\u003e $GITHUB_ENV\necho \"LANGUAGE=${{ inputs.language }}\" \u003e\u003e $GITHUB_ENV\necho \"ITEM_TITLE_CSS=${{ inputs.item-title-css }}\" \u003e\u003e $GITHUB_ENV\necho \"ITEM_URL_CSS=${{ inputs.item-url-css }}\" \u003e\u003e $GITHUB_ENV\necho \"ITEM_AUTHOR_CSS=${{ inputs.item-author-css }}\" \u003e\u003e $GITHUB_ENV\necho \"ITEM_DESCRIPTION_CSS=${{ inputs.item-description-css }}\" \u003e\u003e $GITHUB_ENV\necho \"ITEM_DATE_CSS=${{ inputs.item-date-css }}\" \u003e\u003e $GITHUB_ENV\necho \"ITEM_DATE_FORMAT=${{ inputs.item-date-format }}\" \u003e\u003e $GITHUB_ENV\necho \"ITEM_TIMEZONE=${{ inputs.item-timezone }}\" \u003e\u003e $GITHUB_ENV\n","shell":"bash"},{"name":"Generate RSS files","run":"python ${{ github.action_path }}/rssify.py","shell":"bash"},{"name":"Store RSS files in the repo","run":"# git commit if there's any change\nif test -n \"$(git status --porcelain 2\u003e/dev/null)\"; then\n    git config --local user.email \"41898282+github-actions[bot]@users.noreply.github.com\"\n    git config --local user.name \"github-actions[bot]\"\n    git add .\n    git commit -m \"Update RSS files\"\n    git push origin ${GITHUB_REF##*/}\nfi\n","shell":"bash"}]},"branding":{"icon":"rss","color":"green"},"default_branch":"master","path":null},"repo_metadata":{"id":60473009,"uuid":"542946573","full_name":"tabhub/rssify","owner":"tabhub","description":"A GitHub Action that generates an RSS feed out of websites that don't have one","archived":false,"fork":true,"pushed_at":"2023-01-31T11:01:11.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-08-04T16:05:18.519Z","etag":null,"topics":["github-actions","rss-feed","rss-generator","rssify"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"h43z/rssify","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tabhub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-29T06:01:58.000Z","updated_at":"2025-08-27T16:58:54.000Z","dependencies_parsed_at":"2023-02-16T18:32:27.995Z","dependency_job_id":null,"html_url":"https://github.com/tabhub/rssify","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":0.5294117647058824,"last_synced_commit":"24e5f89bcfd1fe3541c0b321e6ed37c5b44ce248"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tabhub/rssify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabhub%2Frssify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabhub%2Frssify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabhub%2Frssify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabhub%2Frssify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tabhub","download_url":"https://codeload.github.com/tabhub/rssify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabhub%2Frssify/sbom","scorecard":{"id":865051,"data":{"date":"2025-08-18","repo":{"name":"github.com/tabhub/rssify","commit":"24e5f89bcfd1fe3541c0b321e6ed37c5b44ce248"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":3.1,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-gene-rss.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/tabhub/rssify/test-gene-rss.yml/master?enable=pin","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#pinned-dependencies"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":0,"reason":"Found 0/17 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test-gene-rss.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"License","score":0,"reason":"license file not detected","details":["Warn: project does not have a license file"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}}]},"last_synced_at":"2025-08-24T02:28:27.171Z","repository_id":60473009,"created_at":"2025-08-24T02:28:27.171Z","updated_at":"2025-08-24T02:28:27.171Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37023060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-05T02:00:06.064Z","response_time":108,"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"},"owner_record":{"login":"tabhub","name":"TabHub","uuid":"49182113","kind":"organization","description":"Utilize your Chrome/Edge new tab.","email":null,"website":"https://tabhub.github.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/49182113?v=4","repositories_count":4,"last_synced_at":"2023-03-04T14:29:45.203Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/tabhub","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T19:46:50.276Z","updated_at":"2023-03-04T14:29:45.237Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tabhub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tabhub/repositories"},"tags":[{"name":"v2","sha":"b7446a7e95395e41b3539e215e4986ce6267d10f","kind":"commit","published_at":"2022-10-31T13:43:17.000Z","download_url":"https://codeload.github.com/tabhub/rssify/tar.gz/v2","html_url":"https://github.com/tabhub/rssify/releases/tag/v2","dependencies_parsed_at":"2023-06-01T11:23:50.223Z","dependency_job_id":null,"purl":"pkg:github/tabhub/rssify@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabhub%2Frssify/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabhub%2Frssify/tags/v2/manifests"},{"name":"v1","sha":"b06aacabcabdf53f94e4f0eb80d38ed892e59375","kind":"commit","published_at":"2022-10-01T10:27:02.000Z","download_url":"https://codeload.github.com/tabhub/rssify/tar.gz/v1","html_url":"https://github.com/tabhub/rssify/releases/tag/v1","dependencies_parsed_at":"2023-05-31T18:53:47.121Z","dependency_job_id":null,"purl":"pkg:github/tabhub/rssify@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabhub%2Frssify/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabhub%2Frssify/tags/v1/manifests"}]},"repo_metadata_updated_at":"2026-09-07T14:56:12.886Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":20.595785137062272,"dependent_packages_count":0.0,"stargazers_count":17.578830613215022,"forks_count":13.009031849152276,"docker_downloads_count":null,"average":12.795911899857392},"purl":"pkg:githubactions/tabhub/rssify","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/tabhub/rssify","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/tabhub/rssify","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/tabhub/rssify/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T08:09:16.339Z","issues_count":0,"pull_requests_count":1,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":1,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabhub%2Frssify/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tabhub%2Frssify/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tabhub%2Frssify/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tabhub%2Frssify/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tabhub%2Frssify/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tabhub%2Frssify/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tabhub%2Frssify/codemeta","maintainers":[]}