{"id":31713502,"url":"https://github.com/freifunk/feed.api.freifunk.net","last_synced_at":"2025-10-09T01:08:02.706Z","repository":{"id":138677041,"uuid":"13741756","full_name":"freifunk/feed.api.freifunk.net","owner":"freifunk","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-21T16:31:11.000Z","size":1585,"stargazers_count":3,"open_issues_count":3,"forks_count":6,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-09-21T18:28:33.059Z","etag":null,"topics":["feed","php","rss"],"latest_commit_sha":null,"homepage":"http://weimarnetz.de/fffeed/feed.php?category=podcast","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freifunk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-10-21T12:31:12.000Z","updated_at":"2025-08-04T09:59:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f617cf45-2bfd-4ad0-a03f-4d9d3a56e549","html_url":"https://github.com/freifunk/feed.api.freifunk.net","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/freifunk/feed.api.freifunk.net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk%2Ffeed.api.freifunk.net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk%2Ffeed.api.freifunk.net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk%2Ffeed.api.freifunk.net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk%2Ffeed.api.freifunk.net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freifunk","download_url":"https://codeload.github.com/freifunk/feed.api.freifunk.net/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk%2Ffeed.api.freifunk.net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000727,"owners_count":26082894,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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"}},"keywords":["feed","php","rss"],"created_at":"2025-10-09T01:01:29.833Z","updated_at":"2025-10-09T01:08:02.698Z","avatar_url":"https://github.com/freifunk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Freifunk Feed Merger\n===========\nRSS blog feed merger for Freifunk API communities\n\n## Setup\n\n* Clone the repo :\n\n\t```sh\n\tgit clone https://github.com/freifunk/feed.api.freifunk.net.git\n\tcd feed.api.freifunk.net\n\t```\n\n* Create `config.json` from `config.json.sample`, and modify it as you need.\n\nCommunity Feed Merger\n------------------------------\n\nBlogfeeds: http://weimarnetz.de/fffeed/feed.php\n=======\n\t```sh\n\tcp config.json.sample config.json\n\t```\n\n* Create a `cache` folder to store cached feeds\n\n* Run `feed.php` (or access it from a php web server)\n\n\t```sh\n\tphp feed.php\n\t```\n\n## How to use\n\nFrom a web browser or a terminal, call `feed.php`, with these parameters : \n\n* `source` : shortname of the community to get feeds from. Set `source` to `all` to get feeds from all communities.\n\n You can find a community shortname here (keys) : https://github.com/fossasia/directory.api.fossasia.net/blob/master/directory.json\n* `limit` : maximum number of results. Default to `1`.\n\n* `category` : type of feed (blog, podcast, ics, ..). Default to `blog`.\n\n## How it works\n\nInformation about communities feeds is read from `ffGeoJson.json`. This service retrieves blog feeds from provided links, sort by publication, send back to users as rss feed and cache them in folder `cache` at project's directory root.\n\n## History\n\nOur goal is to collect information about Open Source Communities and Hackspaces all over Asia. This information will be used to aggregate contact data, locations, news feeds and events.\nWe adopted this API from the Hackerspaces and Freifunk API, invented years before to collect decentralized data.\n\nAt the Wireless Community Weekend 2013 in Berlin there was a first meeting to relaunch freifunk.net. To represent local communities without collecting and storing data centrally, a way had to be found. Another requirement was to enable local communities to keep their data up to date easily.\n\nBased on the Hackerspaces API (http://hackerspaces.nl/spaceapi/) the idea of the freifunk API was born: Each community provides its data in a well defined format, hosted on their places (web space, wiki, web servers) and contributes a link to the directory. This directory only consists of the name and an url per community. First services supported by our freifunk API are the global community map and a community feed aggregator.\n\nThe freifunk API is designed to collect metadata of communities in a decentral way and make it available to other users. It's not designated to be a freifunk node database or a directory of individual community firmware settings.\n\n[Freifunk API repo](https://github.com/freifunk/api.fossasia.net)\n\n## Contribute\n\nIssues \u0026 Pull Requests are highly appreciated. Check out our issues for contribution opportunities.\n\n## Requirements\n\n* `ffGeoJson.json`\n* PHP \u003e= 5.4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreifunk%2Ffeed.api.freifunk.net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreifunk%2Ffeed.api.freifunk.net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreifunk%2Ffeed.api.freifunk.net/lists"}