Skip to content

freifunk/common.api.freifunk.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freifunk API Common Toolbox

Set of utility scripts to process, aggregrate, and extract information from Freifunk communities data

Components

History

Our goal is to collect information about Freifunk Communities. This information will be used to aggregate contact data, locations, news feeds and events.

The Freifunk Api is based on the Hackerspaces API (http://hackerspaces.nl/spaceapi/). 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.

The Freifunk API is designed to collect metadata of communities in a decentral way and make it available to other users.

Freifunk API repo

Contribute

Most of the scripts are written in PHP and Python, and could be executed in a terminal. Feel free to clone the repo, make changes and send us Pull Requests.

Requirements

  • directory.json (collector/collectCommunities.py)
  • ffSummarizedDir.json (ics-collector/ics-collector.php)
  • Software version :
    • PHP : >= 5.4
    • Python : >= 3.4