{ "info": { "author": "Paras Sharmaa", "author_email": "mail2paras.s@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Instafetch\nA python package to fetch public data from Instagram.\n\n## Installation\n``` bash\n$ pip install instfetch\n``` \n\n## Usage\n+ **Search Users:**\n ``` python\n from instafetch import Instafetch\n \n I = Instafetch()\n users = I.users()\n ```\n\n+ **Get user details:**\n ``` python\n I = Instafetch()\n user_detail = I.user()\n ```\n+ **Fetch Hashtags data:**\n ``` python\n I = Instafetch()\n I.explore(, page=) #number of pages to fetch\n \n top_posts = I.top_posts\n all_posts = I.all_posts\n ```\n## Contributing\n1. Fork it!\n2. Create your feature branch: `git checkout -b `\n3. Commit your changes: `git commit -am 'New Feature added'`\n4. Push to the branch: `git push origin `\n5. Submit a pull request :D\n\n## Credits\n****\n## License\n[MIT]()", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "Instagram API Python", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "instafetch", "package_url": "https://pypi.org/project/instafetch/", "platform": "", "project_url": "https://pypi.org/project/instafetch/", "project_urls": null, "release_url": "https://pypi.org/project/instafetch/0.1/", "requires_dist": null, "requires_python": "", "summary": "Python package to get instagram data", "version": "0.1" }, "last_serial": 2982078, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a952b6edcc91257abb0c4d3ec89014d0", "sha256": "a7dfba8586dabda0a161f2475dea5bf753716cb269d86e84cff7b6ba1e44fb01" }, "downloads": -1, "filename": "instafetch-0.1.tar.gz", "has_sig": false, "md5_digest": "a952b6edcc91257abb0c4d3ec89014d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2325, "upload_time": "2017-06-27T13:42:43", "url": "https://files.pythonhosted.org/packages/6e/9f/490fbc648c309ca1631d2d62359d683c62973a04823c80ce8696dd95058a/instafetch-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a952b6edcc91257abb0c4d3ec89014d0", "sha256": "a7dfba8586dabda0a161f2475dea5bf753716cb269d86e84cff7b6ba1e44fb01" }, "downloads": -1, "filename": "instafetch-0.1.tar.gz", "has_sig": false, "md5_digest": "a952b6edcc91257abb0c4d3ec89014d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2325, "upload_time": "2017-06-27T13:42:43", "url": "https://files.pythonhosted.org/packages/6e/9f/490fbc648c309ca1631d2d62359d683c62973a04823c80ce8696dd95058a/instafetch-0.1.tar.gz" } ] }