{"id":31760503,"url":"https://github.com/managedkaos/oreilly-book-searcher","last_synced_at":"2025-10-09T21:30:10.604Z","repository":{"id":288672578,"uuid":"968849960","full_name":"managedkaos/oreilly-book-searcher","owner":"managedkaos","description":"A Python application that uses the O'Reilly API to search for book metadata.","archived":false,"fork":false,"pushed_at":"2025-04-19T00:44:43.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-11T08:45:54.055Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/managedkaos.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,"zenodo":null}},"created_at":"2025-04-18T21:13:17.000Z","updated_at":"2025-04-19T00:44:47.000Z","dependencies_parsed_at":"2025-04-19T09:18:14.591Z","dependency_job_id":null,"html_url":"https://github.com/managedkaos/oreilly-book-searcher","commit_stats":null,"previous_names":["managedkaos/oreilly-book-searcher"],"tags_count":0,"template":false,"template_full_name":"managedkaos/python-container-template","purl":"pkg:github/managedkaos/oreilly-book-searcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/managedkaos%2Foreilly-book-searcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/managedkaos%2Foreilly-book-searcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/managedkaos%2Foreilly-book-searcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/managedkaos%2Foreilly-book-searcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/managedkaos","download_url":"https://codeload.github.com/managedkaos/oreilly-book-searcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/managedkaos%2Foreilly-book-searcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002050,"owners_count":26083285,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":"2025-10-09T21:30:09.241Z","updated_at":"2025-10-09T21:30:10.594Z","avatar_url":"https://github.com/managedkaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# O'Reilly Book Searcher\n\nA Python application that uses the O'Reilly API to search for book metadata.\n\n## Usage\n\n1. Create a file named `titles.txt` in the same directory as the script. This file should contain a list of book titles separated by newlines. For example:\n\n    ```text\n    Building Multi-Tenant SaaS Architectures\n  \n    Software Architecture Patterns, 2nd Edition\n    ```\n\n1. Create a directory named `data` in the same directory as the `titles.txt` file. This directory will be used to store the downloaded book metadata.\n\n    ```bash\n    mkdir ./data\n    ```\n\n1. Run the application using Docker.\n\n\n    ```bash\n    docker run -it --rm -e DEBUG=True -e USE_CACHE=True \\\n      --volume ${PWD}/titles.txt:/work/titles.txt:ro \\\n      --volume ${PWD}/data:/work/data \\\n      ghcr.io/managedkaos/oreilly-book-searcher:main \\\n    ```\n\n    _NOTE: The `DEBUG` and `USE_CACHE` environment variables are optional. If `DEBUG` is set to `True`, the application will print debug information to the console. If `USE_CACHE` is set to `True`, the application will use cached data if available._\n\n1. Output is written to STDOUT and saved in `./data/publication_dates.json`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanagedkaos%2Foreilly-book-searcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanagedkaos%2Foreilly-book-searcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanagedkaos%2Foreilly-book-searcher/lists"}