- Notifications
You must be signed in to change notification settings - Fork0
Backend & crawler for the OSS catalog of Developers Italia
License
bfabio/publiccode-crawler
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Developers Italia providesa catalog of Free and Open Sourcesoftware aimed to Public Administrations.
Thiscrawler retrieves thepubliccode.yml files from therepositories of publishers found in theDevelopers Italia API.
The crawler can either run manually on the target machine or it can be deployedfrom a Docker container.
Rename
config.toml.exampletoconfig.tomland set the variablesNOTE: The application also supports environment variables in substitutionto config.toml file. Remember: "environment variables get higher priority thanthe ones in configuration file"
Build the binary with
go build
You can build the Docker image using
docker build .or use the image published to DockerHub:
docker run -it italia/publiccode-crawlerGets the list of publishers fromhttps://api.developers.italia.it/v1/publishersand starts to crawl their repositories.
Gets the list of publishers inpublishers*.yml and starts to crawltheir repositories.
crawler download-publishersdownloads organizations and repositories fromtheonboarding portal repositoryand saves them to a publishers YAML file.
- developers-italia-api: the APIused to store the results of the crawling
- publiccode-parser-go: the Gopackage for parsing publiccode.yml files
Developers Italia is a project byAgID and theItalian Digital Team, which developed thecrawler and maintains this repository.
About
Backend & crawler for the OSS catalog of Developers Italia
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Go99.3%
- Dockerfile0.7%