{"id":21238647,"url":"https://github.com/zaczero/osm-route-distance-feed","last_synced_at":"2026-05-12T07:32:27.672Z","repository":{"id":97362398,"uuid":"576412990","full_name":"Zaczero/osm-route-distance-feed","owner":"Zaczero","description":"🗺️ Script that checks for distance changes on a given OpenStreetMap route and provides updates via RSS feed","archived":false,"fork":false,"pushed_at":"2024-02-05T18:49:41.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T19:14:44.268Z","etag":null,"topics":["distance-checking","docker","openstreetmap","python","rss","rss-feed"],"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/Zaczero.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}},"created_at":"2022-12-09T19:46:55.000Z","updated_at":"2023-02-19T11:05:09.000Z","dependencies_parsed_at":"2024-01-13T09:38:40.973Z","dependency_job_id":"2581a5d4-b9e0-401f-9f42-ac429b8830b7","html_url":"https://github.com/Zaczero/osm-route-distance-feed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaczero%2Fosm-route-distance-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaczero%2Fosm-route-distance-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaczero%2Fosm-route-distance-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaczero%2Fosm-route-distance-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zaczero","download_url":"https://codeload.github.com/Zaczero/osm-route-distance-feed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243678922,"owners_count":20329843,"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":["distance-checking","docker","openstreetmap","python","rss","rss-feed"],"created_at":"2024-11-21T00:37:01.008Z","updated_at":"2026-05-12T07:32:27.643Z","avatar_url":"https://github.com/Zaczero.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osm-route-distance-feed\n\n![Python version](https://shields.monicz.dev/badge/python-v3.12-blue)\n[![Project license](https://shields.monicz.dev/github/license/Zaczero/osm-route-distance-feed)](https://github.com/Zaczero/osm-route-distance-feed/blob/main/LICENSE)\n[![Support my work](https://shields.monicz.dev/badge/%E2%99%A5%EF%B8%8F%20Support%20my%20work-purple)](https://monicz.dev/#support-my-work)\n[![GitHub repo stars](https://shields.monicz.dev/github/stars/Zaczero/osm-route-distance-feed?style=social)](https://github.com/Zaczero/osm-route-distance-feed)\n\n🗺️ Script that checks for distance changes on a given OpenStreetMap route and provides updates via RSS feed.\n\n## Example\n\nhttp://localhost:8000/rss/routed-car/route/v1/driving/15.00878,51.18073;23.11149,49.95571?threshold=10\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003crss version=\"2.0\"\u003e\n  \u003cchannel\u003e\n    \u003ctitle\u003eosm-route-distance-feed\u003c/title\u003e\n    \u003cdescription\u003eThis RSS feed checks for distance changes on a given route on OpenStreetMap and provides updates when changes are detected.\u003c/description\u003e\n    \u003clink\u003ehttps://routing.openstreetmap.de/routed-car/route/v1/driving/15.00878,51.18073;23.11149,49.95571\u003c/link\u003e\n    \u003citem\u003e\n      \u003ctitle\u003eDistance changed by +66824700.000%\u003c/title\u003e\n      \u003cdescription\u003ePreviously: 0.00 km., Currently: 668.25 km.\u003c/description\u003e\n      \u003clink\u003ehttps://routing.openstreetmap.de/routed-car/route/v1/driving/15.00878,51.18073;23.11149,49.95571\u003c/link\u003e\n      \u003cpubDate\u003eFri, 09 Dec 2022 20:35:03 GMT\u003c/pubDate\u003e\n      \u003cdistance\u003e668248\u003c/distance\u003e\n    \u003c/item\u003e\n    \u003cthreshold\u003e10\u003c/threshold\u003e\n    \u003cpubDate\u003eFri, 09 Dec 2022 20:35:03 GMT\u003c/pubDate\u003e\n    \u003cttl\u003e7200\u003c/ttl\u003e\n  \u003c/channel\u003e\n\u003c/rss\u003e\n```\n\n## Footer\n\n### Contact me\n\nhttps://monicz.dev/#get-in-touch\n\n### Support my work\n\nhttps://monicz.dev/#support-my-work\n\n### License\n\nThis project is licensed under the GNU Affero General Public License v3.0.\n\nThe complete license text can be accessed in the repository at [LICENSE](https://github.com/Zaczero/osm-route-distance-feed/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaczero%2Fosm-route-distance-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaczero%2Fosm-route-distance-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaczero%2Fosm-route-distance-feed/lists"}