https://github.com/asone/datagouvapitests
Having fun on the data.gouv.fr API bun
https://github.com/asone/datagouvapitests
Last synced: 3 months ago
JSON representation
Having fun on the data.gouv.fr API bun
- Host: GitHub
- URL: https://github.com/asone/datagouvapitests
- Owner: Asone
- Created: 2014-09-09T13:36:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-27T09:38:04.000Z (almost 12 years ago)
- Last Synced: 2025-03-03T21:42:19.658Z (over 1 year ago)
- Language: Ruby
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DataGouvAPITests
===
This repo contains scripts for scrapping [data.gouv.fr](http://www.data.gouv.fr) [API](http://wiki.data.gouv.fr/wiki/API_et_donn%C3%A9es_Data.gouv.fr)
For now there's not much to say about.
about APIs
---
data.gouv.fr provides 2 APIs. Scripts in both folders do the exact same thing, the only difference being into that organization_index.rb calls the different APIs.
scripts
---
- organization_index.rb : Builds a local hierarchy of the datasets accessible through API. organization folder is created in data/ if it does not exists and a json file is generated for each dataset containing the URL to the resource and its format
- process_xls.rb ( to be renamed ) : a useless script for now that will categorize datasets with availability of formats.
- scrap_files.rb ( to be renamed ) : a script that for now just compares availability of different formats. Will evolve to a selective file scrapper.
That's all for now, folks ! :)