{"id":34725712,"url":"https://github.com/suqingdong/europe_pmc","last_synced_at":"2026-05-22T20:05:43.629Z","repository":{"id":63598541,"uuid":"568756399","full_name":"suqingdong/europe_pmc","owner":"suqingdong","description":"Open Access PDF Downloader with EuropePMC","archived":false,"fork":false,"pushed_at":"2026-03-25T09:30:27.000Z","size":11,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-26T12:57:03.246Z","etag":null,"topics":["europepmc","pmc"],"latest_commit_sha":null,"homepage":"https://suqingdong.github.io/europe_pmc/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suqingdong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-21T10:47:40.000Z","updated_at":"2026-03-25T09:30:31.000Z","dependencies_parsed_at":"2022-11-22T04:16:33.400Z","dependency_job_id":null,"html_url":"https://github.com/suqingdong/europe_pmc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/suqingdong/europe_pmc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suqingdong%2Feurope_pmc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suqingdong%2Feurope_pmc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suqingdong%2Feurope_pmc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suqingdong%2Feurope_pmc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suqingdong","download_url":"https://codeload.github.com/suqingdong/europe_pmc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suqingdong%2Feurope_pmc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33364337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"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":["europepmc","pmc"],"created_at":"2025-12-25T02:27:02.388Z","updated_at":"2026-05-22T20:05:43.624Z","avatar_url":"https://github.com/suqingdong.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Access PDF Downloader with EuropePMC\n\n## Installation\n```bash\npython3 -m pip install europe_pmc\n```\n\n## Usage\n### CMD\n```bash\nepmc --help\n\n# single download\nepmc 30003000  # PMID\nepmc PMC6039336 # PMCID\nepmc 10.1007/s13205-018-1330-z # DOI\nepmc \"Identification of miRNAs and their targets in regulating tuberous root development\" # Title\n\n# batch download\nepmc 30003000 30003001 30003002\n\n# batch download from a file\nepmc pmid.list\n\n# specific output\nepmc pmid.list --outdir paper --outfile {pubYear}.{pmid}.{title}.pdf\n\n# multithreads download\nepmc pmid.list --threads 4\n\n# list only\nepmc pmid.list --list\n\n# show information only\nepmc pmid.list --info\n```\n\n### Python\n```python\nfrom europe_pmc import EuropePMC\n\npmc = EuropePMC()\n\nr = pmc.fetch('30003000')\nr = pmc.fetch('PMC6039336')\nr = pmc.fetch('10.1007/s13205-018-1330-z')\nprint(r.pmid, r.pmcid, r.title)\nprint(r.data)\nr.save()\nr.save(outfile='output.pdf')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuqingdong%2Feurope_pmc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuqingdong%2Feurope_pmc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuqingdong%2Feurope_pmc/lists"}