{"id":16391504,"url":"https://github.com/rclement/feedit","last_synced_at":"2025-03-21T02:32:10.304Z","repository":{"id":65359580,"uuid":"568001644","full_name":"rclement/feedit","owner":"rclement","description":"Generate static RSS/Atom feeds for websites without it","archived":false,"fork":false,"pushed_at":"2025-02-17T06:45:11.000Z","size":1457,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T19:52:27.140Z","etag":null,"topics":["atom","beautifulsoup4","feeds","git-scraping","python","rss"],"latest_commit_sha":null,"homepage":"","language":"Python","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/rclement.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}},"created_at":"2022-11-19T06:03:16.000Z","updated_at":"2024-01-12T02:39:04.000Z","dependencies_parsed_at":"2023-12-26T05:23:08.424Z","dependency_job_id":"bc8d12f4-8d4a-436a-a756-c1d1c33fcd2d","html_url":"https://github.com/rclement/feedit","commit_stats":{"total_commits":373,"total_committers":3,"mean_commits":"124.33333333333333","dds":0.2975871313672922,"last_synced_commit":"6f966db7e34a4784525cdf95b76580391e9fa321"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Ffeedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Ffeedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Ffeedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Ffeedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rclement","download_url":"https://codeload.github.com/rclement/feedit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244725582,"owners_count":20499631,"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":["atom","beautifulsoup4","feeds","git-scraping","python","rss"],"created_at":"2024-10-11T04:46:29.217Z","updated_at":"2025-03-21T02:32:09.981Z","avatar_url":"https://github.com/rclement.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feedit\n\n\u003e Generate static RSS/Atom feeds for websites without it.\n\u003e \"Just feed-it!\"\n\n[![CI/CD](https://github.com/rclement/feedit/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/rclement/feedit/actions/workflows/ci-cd.yml)\n[![Schedule](https://github.com/rclement/feedit/actions/workflows/schedule.yml/badge.svg)](https://github.com/rclement/feedit/actions/workflows/schedule.yml)\n\nFeeds are updated daily and hosted statically on GitHub Pages.\n\n| Website | RSS | Atom |\n| --- | --- | --- |\n| [URSSAF](https://www.urssaf.fr) | [Link](https://rclement.github.io/feedit/urssaf/feed.rss) | [Link](https://rclement.github.io/feedit/urssaf/feed.atom) |\n| [URSSAF Autoentrepreneur](https://www.autoentrepreneur.urssaf.fr) | [Link](https://rclement.github.io/feedit/urssaf_autoentrepreneur/feed.rss) | [Link](https://rclement.github.io/feedit/urssaf_autoentrepreneur/feed.atom) |\n\n## Usage\n\n```bash\npython -m feedit.main fetch --output feeds\n```\n\n## Development\n\n### Python environment\n\n```\npipenv install -d\npipenv run inv qa\n```\n\n### VSCode\n\nIf using VSCode, use the following configuration in `.vscode/launch.json`:\n\n```json\n{\n  \"version\": \"0.2.0\",\n  \"configurations\": [\n    {\n      \"name\": \"Python: Module\",\n      \"type\": \"python\",\n      \"request\": \"launch\",\n      \"module\": \"feedit.main\",\n      \"args\": [\"fetch\", \"--output\", \"feeds\"],\n      \"justMyCode\": false\n    },\n    {\n      \"name\": \"tests\",\n      \"type\": \"python\",\n      \"request\": \"test\",\n      \"justMyCode\": false,\n      \"env\": {\n        \"CI\": \"false\"\n      }\n    }\n  ]\n}\n```\n\n## Inspiration\n\n- https://github.com/RSS-Bridge/rss-bridge\n- https://github.com/damoeb/rss-proxy\n- https://github.com/qsniyg/rssit\n- https://github.com/DIYgod/RSSHub\n\n## License\n\nLicensed under GNU Affero General Public License v3.0 (AGPLv3)\n\nCopyright (c) 2022 - present Romain Clement\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frclement%2Ffeedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frclement%2Ffeedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frclement%2Ffeedit/lists"}