{ "info": { "author": "BCrazyDreamer", "author_email": "bcrazydreamer@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "\n# WebGet (Python)\n\n[![image](https://img.shields.io/pypi/v/webget.svg?style=plastic&label=WebGet&color=success)](https://pypi.org/project/webget/)\n[![image](https://img.shields.io/pypi/l/webget.svg?style=plastic&color=orange)](https://github.com/nepsho/pyWebget/blob/master/License.txt)\n[![image](https://img.shields.io/pypi/pyversions/webget.svg?style=plastic)](https://pypi.org/project/webget/)\n[![image](https://img.shields.io/github/contributors/nepsho/pyWebget.svg?style=plastic&color=blueviolet)](https://github.com/nepsho/webget/graphs/contributors)\n[![image](https://img.shields.io/pypi/status/webget.svg?style=plastic)](https://pypi.org/project/webget/)\n\n\nPython website info getter.\n\n## install\n```bash\npip install webget\n```\n**import**\n```python\n>>> import webget\n```\n**Get html of website:**\n```python\n>>> result = webget.getHtml(\"https://nepsho.github.io/example/meta_tags.html\")\n```\n```js\n{\n\t'success': True,\n\t'html': 'Html of website'\n}\n```\n**Get images from website:**\n```python\n>>> result = webget.getImages(\"https://nepsho.github.io/example/meta_tags.html\")\n```\n```js\n{\n\t'success': True,\n\t'images': [ArrayOfImagesOnWebsite]\n}\n```\n**Get meta data of website:**\n```python\n>>> result = webget.getMeta(\"https://nepsho.github.io/example/meta_tags.html\")\n```\n```js\n{\n\t'success': True, \n\t'logo': 'http://nepsho.github.io/lib/img/logo.png', \n\t'description': 'Promise and callback based website-info getter using metadata of websites...', \n\t'title': 'webget', \n\t'keywords': 'NepSho ,Open source, webget, api, nodejs, python, meta, javascript, programming', \n\t'subject': 'Open source', \n\t'copyright': 'NepSho', \n\t'language': 'en', \n\t'robots': 'index,follow', \n\t'revised': 'Sunday, May 9th, 2019, 0:00 am', \n\t'abstract': 'NepSho abstract', \n\t'topic': 'Tech', \n\t'summary': 'tech is super', \n\t'author': 'BCrazyDreamer, bcrazydreamer@gmail.com', \n\t'designer': 'bcrazydreamer', \n\t'reply-to': 'bcrazydreamer@gmail.com', \n\t'url': 'https://nepsho.github.io', \n\t'category': 'Web', \n\t'site_name': 'webget', \n\t'email': 'bcrazydreamer@gmail.com', \n\t'country-name': 'INDIA', \n\t'phone_numbe': '123-456-7890'\n}\n```\n## licence\nMIT [licence](https://github.com/nepsho/pyWebget/blob/master/License.txt)\n\n## Author\n@BCrazyDreamer\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nepsho/webget", "keywords": "api,web,webget,scraping,website,website-info,python", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "webget", "package_url": "https://pypi.org/project/webget/", "platform": "", "project_url": "https://pypi.org/project/webget/", "project_urls": { "Homepage": "https://github.com/nepsho/webget" }, "release_url": "https://pypi.org/project/webget/1.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Python website info api using meta data", "version": "1.0" }, "last_serial": 5294729, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "8f4339c2aa8e0da142b2860aba07df13", "sha256": "20607073ba572028e28bc22642f95271eb483f2fa92a50bfddcd4a7456c9261c" }, "downloads": -1, "filename": "webget-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f4339c2aa8e0da142b2860aba07df13", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6135, "upload_time": "2019-05-15T13:39:24", "url": "https://files.pythonhosted.org/packages/a9/ad/37562814bfcc897dc7f85f49efc9bb78e56afa86e45b26b00a7d5f6dfd19/webget-1.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f4339c2aa8e0da142b2860aba07df13", "sha256": "20607073ba572028e28bc22642f95271eb483f2fa92a50bfddcd4a7456c9261c" }, "downloads": -1, "filename": "webget-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f4339c2aa8e0da142b2860aba07df13", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6135, "upload_time": "2019-05-15T13:39:24", "url": "https://files.pythonhosted.org/packages/a9/ad/37562814bfcc897dc7f85f49efc9bb78e56afa86e45b26b00a7d5f6dfd19/webget-1.0-py2.py3-none-any.whl" } ] }