{"id":20963892,"url":"https://github.com/aksbuzz/itebooks","last_synced_at":"2026-04-21T22:05:22.215Z","repository":{"id":62571890,"uuid":"83047862","full_name":"aksbuzz/itebooks","owner":"aksbuzz","description":"Python wrapper around the http://it-ebooks-api.info/ API.","archived":false,"fork":false,"pushed_at":"2017-03-14T17:33:46.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-08T08:48:46.503Z","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aksbuzz.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING","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-24T14:12:02.000Z","updated_at":"2017-06-15T14:29:01.000Z","dependencies_parsed_at":"2022-11-03T18:26:43.142Z","dependency_job_id":null,"html_url":"https://github.com/aksbuzz/itebooks","commit_stats":null,"previous_names":["aksbuzz/pyebooks"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aksbuzz%2Fitebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aksbuzz%2Fitebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aksbuzz%2Fitebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aksbuzz%2Fitebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aksbuzz","download_url":"https://codeload.github.com/aksbuzz/itebooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243360353,"owners_count":20278366,"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-19T02:48:48.570Z","updated_at":"2025-12-29T22:08:57.414Z","avatar_url":"https://github.com/aksbuzz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"itebooks : A python wrapper around http://it-ebooks-api.info/ API\n===================================================================\n\n**What is it?**\n****************\n\nitebooks is a Python wrapper for the it-ebooks API.\n\nIt allows quick and easy comsumption of it-ebooks API from your Python application.\n\nitebooks reqires Python 3.\n\n\t\n**Install**\n***********\n\nYou can install itebooks using:\n\n.. code ::\n\n\t$ pip3 install itebooks\n\nBuild from source\n\n.. code ::\n\t\n\t$ git clone https://github.com/aksbuzz/itebooks.git\n\n\t$ cd itebooks\n\n\t$ make\n\n\n**Usage**\n*********\n\n*API Key*\n^^^^^^^^^\nFor access to the eBook API you would need a API Key.\n\nYou can get the API Key from here http://api.eBook.in/\n\n*Using the module*\n^^^^^^^^^^^^^^^^^^\n\n\n\n.. code :: python\n    \n    \u003e\u003e\u003e eBook = itebooks.Ebook()\n\n    \u003e\u003e\u003e '''\n    \tSearch the books\n    \t'''\n\n    \u003e\u003e\u003e search_ = eBook.search(\"php mysql\")\n\n    \u003e\u003e\u003e print(search_.error)\n    \u003e\u003e\u003e print(search_.time)\n    \u003e\u003e\u003e print(search_.total)\n    \u003e\u003e\u003e print(search_.page)\n\n    \u003e\u003e\u003e print(search_.books)\n\n    \u003e\u003e\u003e '''\n  \tThis will return a list of dictionary with following details:\n\n  \t\tID, \n  \t\tTitle, \n  \t\tSubTitle (optional), \n  \t\tDescription, \n  \t\tImage\n   \t'''\n Get book detail\n    \n\n    \u003e\u003e\u003e book_ = eBook.book_detail(869476162)\n\n    \u003e\u003e\u003e print(book_.download)\n\n**Examples**\n************\n\nYou can find example usage in the examples folder.\n\n**Contribution**\n****************\n\nContributions are welcome!.\n\n**Documentation**\n*****************\n\nDocumentation at http://it-ebooks-api.info/\n\n**Todo**\n********\n\n- Add Python 2 support\n- Add detailed documentation","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faksbuzz%2Fitebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faksbuzz%2Fitebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faksbuzz%2Fitebooks/lists"}