{"id":19832038,"url":"https://github.com/ail-project/ail-feeder-image","last_synced_at":"2026-07-29T18:31:23.903Z","repository":{"id":114094166,"uuid":"523730683","full_name":"ail-project/ail-feeder-image","owner":"ail-project","description":"Image feeder for AIL","archived":false,"fork":false,"pushed_at":"2023-11-10T05:07:27.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-08T05:49:19.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ail-project.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,"publiccode":null,"codemeta":null}},"created_at":"2022-08-11T13:19:29.000Z","updated_at":"2022-08-11T13:31:35.000Z","dependencies_parsed_at":"2026-05-22T15:01:42.573Z","dependency_job_id":null,"html_url":"https://github.com/ail-project/ail-feeder-image","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ail-project/ail-feeder-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ail-project%2Fail-feeder-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ail-project%2Fail-feeder-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ail-project%2Fail-feeder-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ail-project%2Fail-feeder-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ail-project","download_url":"https://codeload.github.com/ail-project/ail-feeder-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ail-project%2Fail-feeder-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36045787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-29T02:00:04.910Z","response_time":95,"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":[],"created_at":"2024-11-12T11:36:05.464Z","updated_at":"2026-07-29T18:31:23.799Z","avatar_url":"https://github.com/ail-project.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ail-feeder-image\nThis AIL feeder is a generic piece of software to extract information from image files and feed AIL via its REST API.\n\n## Requirements\n- [PyExifTool==0.4.13](https://github.com/smarnach/pyexiftool)\n- [pyail](https://github.com/ail-project/PyAIL)\n\n## Usage\n~~~bash\ndacru@dacru:~/git/ail-feeder-image/bin$ python3 feeder-image.py --help  \nusage: feeder-image.py [-h] [-i IMAGE [IMAGE ...]] [-fi FOLDER_IMAGE] [-d] [-v]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -i IMAGE [IMAGE ...], --image IMAGE [IMAGE ...]\n                        list of images to analyse\n  -fi FOLDER_IMAGE, --folder_image FOLDER_IMAGE\n                        folder containing images\n  -d, --debug           debug mode\n  -v, --verbose         display more info\n~~~\n\n## JSON output format to AIL\n- `source` is the name of the AIL feeder module\n- `source-uuid` is the UUID of the feeder (unique per feeder)\n- `data` is text found in pdf\n- `meta` is the generic field where feeder can add the metadata collected\n\nUsing the AIL API, `data` will be compress in gzip format and encode with base64 procedure. Then a new field will created, `data-sha256` who will be the result of sha256 on data after treatment.\n\n## Output\n~~~json\n{'data': bytes,\n 'meta': {'image_feeder:ExifTool:ExifToolVersion': 12.43,\n          'image_feeder:File:MIMEType': 'image/jpeg',\n          ..., // Exif metadata\n\t\t}\n}\n~~~\n\n## License\nThis software is licensed under [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html)\nCopyright (C) 2022-2023 CIRCL - Computer Incident Response Center Luxembourg\nCopyright (C) 2022-2023 David Cruciani\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fail-project%2Fail-feeder-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fail-project%2Fail-feeder-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fail-project%2Fail-feeder-image/lists"}