{"id":40925125,"url":"https://github.com/mitakeck/oreillyfreebook","last_synced_at":"2026-01-22T03:39:41.823Z","repository":{"id":57573819,"uuid":"82463622","full_name":"mitakeck/oreillyfreebook","owner":"mitakeck","description":"📚  O'Reilly Free Ebooks Downloader (unofficial)","archived":false,"fork":false,"pushed_at":"2017-03-31T16:25:33.000Z","size":2130,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T12:51:53.277Z","etag":null,"topics":["ebook","epub","go","mobi","oreilly","pdf"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mitakeck.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}},"created_at":"2017-02-19T14:10:16.000Z","updated_at":"2024-03-17T14:37:00.000Z","dependencies_parsed_at":"2022-09-26T19:01:29.777Z","dependency_job_id":null,"html_url":"https://github.com/mitakeck/oreillyfreebook","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mitakeck/oreillyfreebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitakeck%2Foreillyfreebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitakeck%2Foreillyfreebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitakeck%2Foreillyfreebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitakeck%2Foreillyfreebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitakeck","download_url":"https://codeload.github.com/mitakeck/oreillyfreebook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitakeck%2Foreillyfreebook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28653357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["ebook","epub","go","mobi","oreilly","pdf"],"created_at":"2026-01-22T03:39:41.773Z","updated_at":"2026-01-22T03:39:41.818Z","avatar_url":"https://github.com/mitakeck.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oreillyfreebook\n\n[![Circle CI](https://circleci.com/gh/mitakeck/oreillyfreebook/tree/master.svg?style=shield)](https://circleci.com/gh/mitakeck/oreillyfreebook/tree/master) [![Go Report Card](https://goreportcard.com/badge/github.com/mitakeck/oreillyfreebook)](https://goreportcard.com/report/github.com/mitakeck/oreillyfreebook) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mitakeck/oreillyfreebook/blob/master/LICENSE)\n\nO'Reilly Free Ebook Downloader\n\n\n## Install\n\n### From Homebrew\n\n```\n$ brew tap mitakeck/oreillyfreebook\n$ brew install oreillyfreebook\n```\n\n### From binary\n\n- Download from [here](https://github.com/mitakeck/oreillyfreebook/releases/latest).\n\n```\n$ chmod +x oreillyfreebook_*\n$ mv oreillyfreebook_* /usr/loca/bin/oreillyfreebook\n```\n\n### From source code\n\n```\n$ go get github.com/mitakeck/oreillyfreebook\n$ cd $GOPATH/src/github.com/mitakeck/oreillyfreebook\n$ go install\n```\n\n## Usage\n\n[![asciicast](https://asciinema.org/a/4y4udfbh4lf26jbfxzown0zkz.png)](https://asciinema.org/a/4y4udfbh4lf26jbfxzown0zkz)\n\n\n```\n$ oreillyfreebook -d directory [-f format] [-c category] [-s search-word]\n```\n\n```\noptions\n  -d directory    Specify the directory to save\n  -f format       Specify the ebook format to download; the default is \"pdf\"\n                  \"pdf\", \"mobi\", \"epub\"\n  -c category     Specify the ebook category to download;\n                  if not specified, all categories will be download\n                  \"business\", \"design\", \"iot\", \"data\", \"programming\",   \"security\", \"web-platform\", \"webops\"\n  -s search-word  Specify the search word for ebook\n```\n\n```\n$ # ex) download all free ebook\n$ oreillyfreebook -d files\nDownload : files/2016-data-science-salary-survey.pdf\nDownload : files/business-models-for-the-data-economy.pdf\nDownload : files/embedding-analytics-in-modern-applications.pdf\nDownload : files/mapping-big-data.pdf\nDownload : files/data-science-microsoft-azure-ml-python.pdf\n...\n```\n\n```\n$ # ex) download iot category\n$ oreillyfreebook -d files -c iot\nDownload : files/ambient-computing.pdf\nDownload : files/governing-the-iot.pdf\nDownload : files/creating-functional-teams-for-iot.pdf\nDownload : files/iot-opportunities-challenges.pdf\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitakeck%2Foreillyfreebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitakeck%2Foreillyfreebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitakeck%2Foreillyfreebook/lists"}