{"id":18463892,"url":"https://github.com/vimpunk/poem-hunter-cli","last_synced_at":"2025-04-28T13:36:19.318Z","repository":{"id":117061987,"uuid":"131418595","full_name":"vimpunk/poem-hunter-cli","owner":"vimpunk","description":"Small CLI program that scrapes poems from https://www.poemhunter.com/","archived":false,"fork":false,"pushed_at":"2018-04-29T09:33:26.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T16:58:05.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/vimpunk.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,"governance":null}},"created_at":"2018-04-28T14:54:19.000Z","updated_at":"2019-03-08T23:14:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a559377-8578-4fc5-aa89-897fbce4a5d0","html_url":"https://github.com/vimpunk/poem-hunter-cli","commit_stats":null,"previous_names":["vimpunk/poem-hunter-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimpunk%2Fpoem-hunter-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimpunk%2Fpoem-hunter-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimpunk%2Fpoem-hunter-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimpunk%2Fpoem-hunter-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimpunk","download_url":"https://codeload.github.com/vimpunk/poem-hunter-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251320552,"owners_count":21570596,"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-11-06T09:08:18.921Z","updated_at":"2025-04-28T13:36:19.263Z","avatar_url":"https://github.com/vimpunk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Poem Hunter Command Line Interface\n\nA little script to scrape poems from https://poemhunter.com.\n\n\nI found that when I discovered a poem by an author I like I usually want to view the rest of their work, but navigating\nthe webpage was a slightly cumbersome experience. Thus, I wanted to be able to download their collection so I could\nexplore it via my preferred methods (cli + vim).\n\n\nIt tries to be fast by sending requests on multiple threads, but this is a small script, so it could probably be done\na lot better if more effort were to be put into it.\n\n\nAs far as I could tell, there is no official API, so if you use this, please don't abuse it. It was made for the\noccasional personal use.\n\n## Dependencies\nrequests, lxml\n\n## Usage\nTo get help:\n```bash\n./poemhunter.py -h\n./poemhunter.py top -h\n./poemhunter.py poet -h\n\n```\nTo download all works of a single artist:\n```bash\n./poemhunter.py poet 'John Keats' /path/to/poems/folder\n```\nTo download all works of the top 100 artists on poemhunter.com:\n```bash\n./poemhunter.py top 100 /path/to/poems/folder\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimpunk%2Fpoem-hunter-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimpunk%2Fpoem-hunter-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimpunk%2Fpoem-hunter-cli/lists"}