{"id":13505423,"url":"https://github.com/azubieta/appimages.scraper","last_synced_at":"2025-04-14T16:21:41.615Z","repository":{"id":70877633,"uuid":"131886816","full_name":"azubieta/appimages.scraper","owner":"azubieta","description":"Search for AppImage releases over the web.","archived":false,"fork":false,"pushed_at":"2018-10-25T10:42:12.000Z","size":24324,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T05:05:39.095Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azubieta.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}},"created_at":"2018-05-02T17:51:38.000Z","updated_at":"2025-01-19T05:59:02.000Z","dependencies_parsed_at":"2023-02-23T15:15:57.509Z","dependency_job_id":null,"html_url":"https://github.com/azubieta/appimages.scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azubieta%2Fappimages.scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azubieta%2Fappimages.scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azubieta%2Fappimages.scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azubieta%2Fappimages.scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azubieta","download_url":"https://codeload.github.com/azubieta/appimages.scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248914126,"owners_count":21182361,"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","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-08-01T00:01:07.711Z","updated_at":"2025-04-14T16:21:41.586Z","avatar_url":"https://github.com/azubieta.png","language":"Python","funding_links":[],"categories":["AppImage discovery"],"sub_categories":["App scrapers"],"readme":"# appimages.scraper\nSearch for AppImage releases over the web.\n\n### Dependencies\n* Python 3.6\n* Scrapy\n\n\n### Run\n* Normal run:`scrapy crawl generic.crawler -a project_file=./projects/org.appimage.appimaged.json`\n* Output results to json:\n`scrapy crawl appimage.github.io -o result.json -t json`\n\n\n### Input \nThe scraper should be feed with a `project_file` which will be a json formatted file like the following:\n\n```\n{\n  \"urls\" : [\"https://github.com/AppImage/AppImageKit/releases\"]\n}\n```\n\n**Missing fields?**\n\nSometimes authors doesnt provide good metadata about their project so we could help them by means of preset values. \nTake a look in the following example at the `presets` field and to the `decription` field inside. It will be use\nas a fallback value in case that the author forgets to fill that field.\n\n```\n{\n  \"urls\" : [\"https://github.com/AppImage/AppImageKit/releases\"]\n  \"presets\": {\n        \"id\" : \"org.appimage.appimaged\",\n        \"description\" : {\"null\": \"Daemon to monitor AppImage files in the user home dir.\"}\n  }\n}\n```\n\n**Multiple applications release in a single page ?** \n\nNo problem use the match field. It expects to be a python regex \nthat will be used to match the right AppImage download links for the app you are scraping.\n\n```\n{\n  \"urls\" : [\"https://github.com/AppImage/AppImageKit/releases\"],\n  \"match\" : \".*\\/appimagetool.*\",\n  \"presets\": {\n    \"id\" : \"org.appimagekit.appimaged\",\n    \"description\" : {\"null\": \"Daemon to monitor AppImage files in the user home dir.\"}\n  }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazubieta%2Fappimages.scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazubieta%2Fappimages.scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazubieta%2Fappimages.scraper/lists"}