{ "info": { "author": "Tim Gro\u00dfmann", "author_email": "contact.timgrossmann@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: MacOS X", "Environment :: Web Environment", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: SQL", "Topic :: Software Development :: Build Tools", "Topic :: Utilities" ], "description": "

\n \n

InstaPy

\n

Tooling that automates your social media interactions to \u201cfarm\u201d Likes, Comments, and Followers on Instagram\nImplemented in Python using the Selenium module.

\n

\n \n \n \n \n \n \n \n \t\n \n \n\t\n \n \n\t\n \n \n\t\n \n \n\t\n \n

\n

\n\n\n[Twitter of InstaPy](https://twitter.com/InstaPy) |\u00a0[Twitter of Tim](https://twitter.com/timigrossmann) | [Discord Channel](https://discord.gg/FDETsht) |\u00a0[How it works (Medium)](https://medium.freecodecamp.com/my-open-source-instagram-bot-got-me-2-500-real-followers-for-5-in-server-costs-e40491358340) | \n[Talk about automating your Instagram](https://youtu.be/4TmKFZy-ioQ) | [Talk about doing Open-Source work](https://www.youtube.com/watch?v=A_UtST302Og&t=0s&list=PLa4P1NPX9hthXV-wko0xyxFpbhYZFkW7o) |\u00a0[Listen to the \"Talk Python to me\"-Episode](https://talkpython.fm/episodes/show/142/automating-the-web-with-selenium-and-instapy)\n\n\n**Newsletter: [Sign Up for the Newsletter here!](http://eepurl.com/cZbV_v)** \n**Official Video Guide: [Get it here!](https://www.udemy.com/instapy-guide/?couponCode=INSTAPY_OFFICIAL)**\n\n\n## Table of contents\n- [How to install and run InstaPy](#installation)\n * [Installing InstaPy](#installation)\n * [Running Instapy](#running-instapy)\n * [Updating InstaPy](#updating-instapy)\n * [Guides and tutorials](#guides)\n * [Video tutorials](#video-tutorials)\n * [Written guides](#written-guides)\n- [Externals and additionals tools](#external-tools)\n * [Dashboard](#dashboard)\n * [Web Interface](#gui)\n- [Running InstaPy on Docker](#docker)\n- [Documentation of all Instapy's features](#documentation)\n- [Support](#support)\n- [Credits](#credits)\n- [Disclaimer](#disclaimer)\n\n## **Installation**\n```elm\npip install instapy\n```\n__Important:__ depending on your system, make sure to use `pip3` and `python3` instead.\n\n\n**That's it! \ud83d\ude80** \nIf you're on Ubuntu, read the specific guide on [Installing on Ubuntu (64-Bit)](https://github.com/InstaPy/instapy-docs/blob/master/How_Tos/How_To_DO_Ubuntu_on_Digital_Ocean.md). If you're on a Raspberry Pi, read the [Installing on RaspberryPi](https://github.com/InstaPy/instapy-docs/blob/master/How_Tos/How_to_Raspberry.md) guide instead.\n\n>If you would like to install a specific version of Instapy you may do so with:\n>```elm\n>pip install instapy==0.1.1\n>```\n\n#### Running Instapy\n\nTo run InstaPy, you'll need to run the **[quickstart](https://github.com/InstaPy/instapy-quickstart)** script you've just downloaded.\n\n- [Here is the easiest **quickstart** script you can use](https://github.com/InstaPy/instapy-quickstart/blob/master/quickstart.py) \n\n- [And here you can find lots of sophisticated **quickstart** templates shared by the community!](https://github.com/InstaPy/instapy-quickstart/tree/master/quickstart_templates) \n\nYou can put in your account details now by passing the username and password parameters to the `InstaPy()` function in your **quickstart** script, like so: \n```python\nInstaPy(username=\"abcd\", \n password=\"1234\")\n```\nOr you can [pass them using the Command Line Interface (CLI)](./DOCUMENTATION.md#pass-arguments-by-cli).\n\n> If you've used _InstaPy_ before installing it by **pip**, you have to move your _old_ data to the new **workspace** folder for once.\n[Read how to do this here](./DOCUMENTATION.md#migrating-your-data-to-the-workspace-folder).\n\nOnce you have your **quickstart** script configured you can execute the script with the following commands.\n\n```elm\npython quickstart.py\n-- or\npython quickstart.py --username abcd --password 1234\n```\n\nInstaPy will now open a browser window and start working.\n\n> If want InstaPy to run in the background pass the `--headless-browser` option when running from the CLI \nOr add the `headless_browser=True` parameter to the `InstaPy(headless_browser=True)` constructor.\n\n#### Updating InstaPy\n```elm\npip install instapy -U\n```\n\n\n## Guides\n\n#### Video tutorials:\n**[Official InstaPy Guide on Udemy](https://www.udemy.com/instapy-guide/?couponCode=INSTAPY_OFFICIAL)**\n\n**[Installation on Windows](https://www.youtube.com/watch?v=9DkEl2MrFQk&list=PLa4P1NPX9hthXV-wko0xyxFpbhYZFkW7o&index=11&t=40s)**\n\n**[Installation on MacOS](https://www.youtube.com/watch?v=TqQWM63Hhh4&t=11s&list=PLa4P1NPX9hthXV-wko0xyxFpbhYZFkW7o&index=12)**\n\n**[Installation on Linux](https://www.youtube.com/watch?v=sZ-SFy9vKHg&list=PLa4P1NPX9hthXV-wko0xyxFpbhYZFkW7o&index=10&t=28s)**\n\n**[Installation on DigitalOcean Server](https://www.youtube.com/watch?v=my0FM5hra_s&t=14s&list=PLa4P1NPX9hthXV-wko0xyxFpbhYZFkW7o&index=9)**\n\n#### Written Guides:\n**[How to Ubuntu (64-Bit)](https://github.com/InstaPy/instapy-docs/blob/master/How_Tos/How_To_DO_Ubuntu_on_Digital_Ocean.md)       **\n\n**[How to RaspberryPi](https://github.com/InstaPy/instapy-docs/blob/master/How_Tos/How_to_Raspberry.md)       **\n\n\n## External Tools:\n\n**[InstaPy Dashboard](https://github.com/converge/instapy-dashboard)**\n> InstaPy Dashboard is an Open Source project developed by [@converge](https://github.com/converge/) to visualize Instagram accounts progress and real-time InstaPy logs on the browser.\n\n**[InstaPy GUI](https://github.com/breuerfelix/instapy-gui)**\n> InstaPy GUI is a Graphical User Interface including some useful Analytics developed by [@breuerfelix](https://github.com/breuerfelix).\n\n\n## Docker\nAll information on how to use InstaPy with Docker can be found in the [instapy-docker](https://github.com/InstaPy/instapy-docker) repository.\n\n\n## Documentation\nA list of **all features** of InstaPy [can be found here](./DOCUMENTATION.md). \n\n\n## Support\n\n### Do you need help?\nIf you should encounter any issue, please first [search for similar issues](https://github.com/timgrossmann/InstaPy/issues) and only if you can't find any, create a new issue or use the [discord channel](https://discord.gg/FDETsht) for help.\n\n\n \"Discord\n\n\n### Do you want to support us?\n\n\n \n\n\n
\n\n**Help build InstaPy!** \nCheck out this short guide on [how to start contributing!](https://github.com/InstaPy/instapy-docs/blob/master/CONTRIBUTORS.md).\n\n## Credits\n\n### Community\nAn active and supportive community is what every open-source project needs to sustain. Together we reached every continent and most of the countries in the world! \nThank you all for being part of the InstaPy community \u270c\ufe0f\n\n![InstaPy reach](https://i.imgur.com/XkxHcM7r.png)\n\n### Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](https://github.com/timgrossmann/InstaPy/wiki/How-to-Contribute)].\n\n\n\n### Backers\n\nThank you to all our backers! \ud83d\ude4f [[Become a backer](https://opencollective.com/instapy#backer)]\n\n\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/instapy#sponsor)]\n\n\n\t\n\n\n---\n\n> **Disclaimer**: Please Note that this is a research project. I am by no means responsible for any usage of this tool. Use on your own behalf. I'm also not responsible if your accounts get banned due to extensive use of this tool.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/timgrossmann/InstaPy/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timgrossmann/InstaPy", "keywords": "instapy python instagram automation marketing promotion bot selenium", "license": "GPLv3", "maintainer": "InstaPy Community at Github", "maintainer_email": "", "name": "instapy", "package_url": "https://pypi.org/project/instapy/", "platform": "win32", "project_url": "https://pypi.org/project/instapy/", "project_urls": { "Bug Reports": "https://github.com/timgrossmann/InstaPy/issues", "Download": "https://github.com/timgrossmann/InstaPy/archive/master.zip", "Examples": "https://github.com/timgrossmann/InstaPy/tree/master/quickstart_templates", "Funding": "https://www.paypal.me/supportInstaPy", "Homepage": "https://github.com/timgrossmann/InstaPy", "How Tos": "https://github.com/timgrossmann/InstaPy/tree/master/docs", "Say Thanks!": "http://saythanks.io/to/uluQulu", "Source": "https://github.com/timgrossmann/InstaPy/tree/master/instapy" }, "release_url": "https://pypi.org/project/instapy/0.6.5/", "requires_dist": [ "certifi (>=2018.10.15)", "chardet (>=3.0.4)", "clarifai (>=2.4.1)", "configparser (>=3.5.0)", "EasyProcess (>=0.2.3)", "emoji (>=0.5.1)", "future (>=0.17.1)", "grpcio (>=1.16.1)", "idna (>=2.7)", "jsonschema (<3,>=2.6.0)", "plyer (>=1.3.1)", "protobuf (>=3.6.1)", "requests (>=2.20.1)", "selenium (>=3.141.0)", "six (>=1.11.0)", "urllib3 (>=1.24.1)", "regex (>=2018.11.22)", "MeaningCloud-python (>=1.1.1)", "PyYAML (>=3.13)", "webdriverdownloader", "python-telegram-bot (>=12.0.0)", "PyVirtualDisplay (>=0.2.1) ; sys_platform != \"win32\"", "tox ; extra == 'test'", "virtualenv ; extra == 'test'", "tox-venv ; extra == 'test'" ], "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Tool for automated Instagram interactions", "version": "0.6.5" }, "last_serial": 6002876, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c943409bbfea9f9aa976852ef970b663", "sha256": "130c8b4d9ff0a1c122a203ca35bc5e127c0e8d441deabc6ec778768cd3836d3e" }, "downloads": -1, "filename": "instapy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c943409bbfea9f9aa976852ef970b663", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 5970566, "upload_time": "2018-12-30T03:45:41", "url": "https://files.pythonhosted.org/packages/e2/0c/561bbb02b7537822dbaf2d82d041c6dfe27956a485f2280123d36914d55b/instapy-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4d1025f46c535989430d43e6dfe03a45", "sha256": "0a71ced9eb45a5853cfbd2b2aed3ddc0b392254a6faf53ead4561f5e4618a0f6" }, "downloads": -1, "filename": "instapy-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4d1025f46c535989430d43e6dfe03a45", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 249733, "upload_time": "2019-02-04T15:09:33", "url": "https://files.pythonhosted.org/packages/b7/f2/5bc92a59ed3cc9450e2a9149aa19b7aee1f616cbeb199d39485b34969c2d/instapy-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eba13942cba5331a29328fedc196133d", "sha256": "fa293dfcefa37e716db925043eb440020fb3934112caa97e96cb1b7be1cb505e" }, "downloads": -1, "filename": "instapy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "eba13942cba5331a29328fedc196133d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1365123, "upload_time": "2019-02-04T15:09:34", "url": "https://files.pythonhosted.org/packages/18/af/936223ce016b931fafd86112a90819837d61ee3ee34e8d5e26135fe14b6b/instapy-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1ebbf417775312d0146585ca7f7597ae", "sha256": "69bffb756fd231f618978b5232c7ddfbe56e5be1886bc03050196543e1184b38" }, "downloads": -1, "filename": "instapy-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1ebbf417775312d0146585ca7f7597ae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 249735, "upload_time": "2019-02-04T23:20:34", "url": "https://files.pythonhosted.org/packages/16/5d/b8bbac3a6466b332e7cdd3aacfb23ad48257a9f5c2aa3c9f79441b4ca929/instapy-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1469842db166cc94a6e1e55ba5a5641a", "sha256": "380afb8acaca188e2242ace80e4b406dad5db2ab4f759db2e73b7c122ecf0425" }, "downloads": -1, "filename": "instapy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1469842db166cc94a6e1e55ba5a5641a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1365123, "upload_time": "2019-02-04T23:20:36", "url": "https://files.pythonhosted.org/packages/ac/6b/4ab75b951b9cb79c24c9c9d3f7d7d723322bf75e862ec7640d47d700e44b/instapy-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "69c9b6210516f11d43e2bdf0e4dbbd3b", "sha256": "bafa58fec1f962b5f9fe6c5a2bdbcab22f4540eea253309692b3eab4e3bb8d5f" }, "downloads": -1, "filename": "instapy-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69c9b6210516f11d43e2bdf0e4dbbd3b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 249873, "upload_time": "2019-02-05T19:30:03", "url": "https://files.pythonhosted.org/packages/8c/17/a31b5638426d816b207936f28ecc191e1119e2c4d44223823c23a512f537/instapy-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3040a510d08e178b2dd8dfe6ded19799", "sha256": "bcd057f09041a16d7a2d43940b0c9b3747b931b9895f5aa1c9e29db8963b35d1" }, "downloads": -1, "filename": "instapy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "3040a510d08e178b2dd8dfe6ded19799", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1365253, "upload_time": "2019-02-05T19:30:05", "url": "https://files.pythonhosted.org/packages/e8/19/ed65a6d14ada072d5f7641ecee18974d7ebfc0b017bf107b1d89675d4a4f/instapy-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "c28b5a102c12b6bc9af89b0e93784930", "sha256": "7332e38cf74ccead178136a360332fa07c97155516368830238738c53718180c" }, "downloads": -1, "filename": "instapy-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c28b5a102c12b6bc9af89b0e93784930", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 251394, "upload_time": "2019-02-18T20:26:15", "url": "https://files.pythonhosted.org/packages/a7/50/122c635f1616706408342b20d871dcfe15c05ef484f1e9e3c4fed1731ffe/instapy-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38859b25f8acb25cf8c0f836a845dd96", "sha256": "2fbe37cdca809cd61ea02f0828339ae9f8f79aa9676a63e1636a67d1b58d52ce" }, "downloads": -1, "filename": "instapy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "38859b25f8acb25cf8c0f836a845dd96", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1367583, "upload_time": "2019-02-18T20:26:17", "url": "https://files.pythonhosted.org/packages/b8/d0/2c41dcefbfa5e8a7e36c4f2e511cac27d6e9304d04901a4279a207b65e9a/instapy-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "9929df0faad8ea9a8e0c1cc578ef2eb3", "sha256": "99798a69161711c50e745a585570e4c821ccb57c2388cbb2da8747d5ce5770e8" }, "downloads": -1, "filename": "instapy-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9929df0faad8ea9a8e0c1cc578ef2eb3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 251528, "upload_time": "2019-02-21T08:43:02", "url": "https://files.pythonhosted.org/packages/ed/6d/eca9d1d6242c32274ce53036a64b4c57b8d50c2f0f9f67091f802c521ca9/instapy-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f24f5f873fd67c6fe27676dc2051ce4", "sha256": "c29fb1a2afc191c8e5a6774c630834c42c408b674afd197155df4a121ecd513b" }, "downloads": -1, "filename": "instapy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "1f24f5f873fd67c6fe27676dc2051ce4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1367990, "upload_time": "2019-02-21T08:43:04", "url": "https://files.pythonhosted.org/packages/63/7b/dbf3b997d054994091a1f25ed819b9b26ae83b2f5b275aeace31d066dce3/instapy-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "3a82fa496a4225072d55553c4e973317", "sha256": "c08ceff9b9c6b9ffb77f118178c2d39357fe7e1726ed8332cd574f69ef43f2c6" }, "downloads": -1, "filename": "instapy-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a82fa496a4225072d55553c4e973317", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 251527, "upload_time": "2019-02-21T20:59:32", "url": "https://files.pythonhosted.org/packages/82/40/e82f146f98a666e64ab5ad1cdf548440dd0e89852c0a0f7991ce8c88e143/instapy-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c55349e77beb8b0d6864dac892dc9f0", "sha256": "9eed18c900794bc427bfb29770e61ea0186fed4aa4b7fb438d8cdeef9419f683" }, "downloads": -1, "filename": "instapy-0.2.2.tar.gz", "has_sig": false, "md5_digest": "4c55349e77beb8b0d6864dac892dc9f0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1367990, "upload_time": "2019-02-21T20:59:34", "url": "https://files.pythonhosted.org/packages/15/b0/689a7c703905a68fcc4ffc790c55e4f6310c712fcd5f9f8b50be943bfd3d/instapy-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "9624da0c42cd9d1aaf3ffe4afec3248b", "sha256": "e1abf029a899bb625a5ad69a0bcab2de5d6a7fa9da108059c3ed49d4efaa850f" }, "downloads": -1, "filename": "instapy-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9624da0c42cd9d1aaf3ffe4afec3248b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 251577, "upload_time": "2019-03-01T15:59:44", "url": "https://files.pythonhosted.org/packages/99/44/c75724e8228ae44afb966e6cd39678f6088a247fe928568252d331466097/instapy-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "310227b57a093a12b71aa6f14dd627b8", "sha256": "6457fdc7d4acb712bcb0410da62dc641face3a1b4bfe39238b0f80be54d2e36a" }, "downloads": -1, "filename": "instapy-0.2.3.tar.gz", "has_sig": false, "md5_digest": "310227b57a093a12b71aa6f14dd627b8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1368036, "upload_time": "2019-03-01T15:59:45", "url": "https://files.pythonhosted.org/packages/94/dd/ac966947be6a28f999f9a70088b287468ec0bc2cab805355db5dccd4be9e/instapy-0.2.3.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "d4e22508055fd0a7a2ef3c4669e4bd5c", "sha256": "bdff28852de70156071d4b06c87eae7daca5420fd759fb838a476ee40fdb2d66" }, "downloads": -1, "filename": "instapy-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d4e22508055fd0a7a2ef3c4669e4bd5c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 258551, "upload_time": "2019-03-11T14:32:51", "url": "https://files.pythonhosted.org/packages/b5/9e/cbb181e1648c073c56d2f546cbcffccadfaabbb8fbacab80d8b91f43dd58/instapy-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fdb7a79a2e283c6f8ca4fe557f7aea44", "sha256": "28da095462ced58cb955506bfb253f1275abca3611adfaea66d359679a658666" }, "downloads": -1, "filename": "instapy-0.3.0.tar.gz", "has_sig": false, "md5_digest": "fdb7a79a2e283c6f8ca4fe557f7aea44", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1376899, "upload_time": "2019-03-11T14:32:53", "url": "https://files.pythonhosted.org/packages/5b/1d/6c15319af92f606c6dcda0b64074c5896c96a8b910ab8bf02497208012d5/instapy-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "abd119c6bf61ebe0088f748e3b334b62", "sha256": "74edaf0880d9a55f0442febd0f5d364e7ce1b49fea95490ea18c32538891df12" }, "downloads": -1, "filename": "instapy-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "abd119c6bf61ebe0088f748e3b334b62", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 258536, "upload_time": "2019-03-11T16:17:00", "url": "https://files.pythonhosted.org/packages/4a/f4/05b0b80dfa6d4bc4ae47d705d3475727e2017ed9449b86fee56e664886f8/instapy-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d21edb2e6ce93938be3cd32696c98fb", "sha256": "94dc3fc07ba25a590717d7e0f8cc9dc2789e7b0ae305f10bb967a2dfbeb31ec1" }, "downloads": -1, "filename": "instapy-0.3.1.tar.gz", "has_sig": false, "md5_digest": "3d21edb2e6ce93938be3cd32696c98fb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1376874, "upload_time": "2019-03-11T16:17:02", "url": "https://files.pythonhosted.org/packages/d3/f7/ccf338951471158c70a29e847767be37b8893e129902e4939168037edf31/instapy-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "ceb1173981511c7ea3f6255bfa941252", "sha256": "c50a6971e60b9be53d9b09669b90d83b106aed3fe4c340ac667f2b1a15043b6f" }, "downloads": -1, "filename": "instapy-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ceb1173981511c7ea3f6255bfa941252", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 258556, "upload_time": "2019-03-12T05:20:08", "url": "https://files.pythonhosted.org/packages/f1/2a/b3d49a5c31f1bd14276316cee0d7476ae45d55a3f3e1f2b34f91d62ff387/instapy-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab30b941432db53aacef8c1b6eeb46ab", "sha256": "b3e08e99f2d0a49ef271ce2ec573005f87346b622860a121e7bccf1b4336df74" }, "downloads": -1, "filename": "instapy-0.3.2.tar.gz", "has_sig": false, "md5_digest": "ab30b941432db53aacef8c1b6eeb46ab", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1376890, "upload_time": "2019-03-12T05:20:10", "url": "https://files.pythonhosted.org/packages/3c/a4/88da7d670fac0f00705fc250273d7ad387bdb7e70a5ebaa2fe0a7323c0e2/instapy-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "958ede6108506ba2be1ef18c3402d344", "sha256": "610d9bb3c128b76abeb38fd6eb2f946216eadb412d3b6e34d2dcd011d4f70e66" }, "downloads": -1, "filename": "instapy-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "958ede6108506ba2be1ef18c3402d344", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 258341, "upload_time": "2019-03-14T16:19:40", "url": "https://files.pythonhosted.org/packages/ab/10/a4518def5cffbad6b40902df78b9a87b5a00f127a7497d9a27e75d7a5c86/instapy-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "419430acccbc1f479b420f38c89f1038", "sha256": "bb019d584e11b765d282aac8b4585ff6788f13df5b8d5b293b5526e948a4a982" }, "downloads": -1, "filename": "instapy-0.3.3.tar.gz", "has_sig": false, "md5_digest": "419430acccbc1f479b420f38c89f1038", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1376709, "upload_time": "2019-03-14T16:19:42", "url": "https://files.pythonhosted.org/packages/38/f3/31d9f297e7eca113921850847c2202589f0cb42484e4a6e20f1516cc951e/instapy-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "cc25f35208fee11970b1840ae4f6dc78", "sha256": "6ec7fba3fcd009e6a2767a3c61f7400d75c57f569d04519c04504e5cb94f31f3" }, "downloads": -1, "filename": "instapy-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cc25f35208fee11970b1840ae4f6dc78", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 258397, "upload_time": "2019-03-17T16:04:00", "url": "https://files.pythonhosted.org/packages/81/67/578dfc0dd0212983d8aca39035c775487cd93c3638dce6cdb0d94f099cd9/instapy-0.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b7ff9795b03cb8ff38a30da2b326b1b", "sha256": "c857a489cc00ad30a7a833f2695cad3430fbaa2d02e491549f522ac576fe86f1" }, "downloads": -1, "filename": "instapy-0.3.4.tar.gz", "has_sig": false, "md5_digest": "0b7ff9795b03cb8ff38a30da2b326b1b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1376751, "upload_time": "2019-03-17T16:04:02", "url": "https://files.pythonhosted.org/packages/fc/7c/94c336cccd69f0ed13bbf8104f3671bdb394919d21b75e5cde711278f2b4/instapy-0.3.4.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "b8008d8786fa0519c39a224fddeb7ecc", "sha256": "04da823f6eb7731c311d02652c88dbf572449f70b00174d0dee7fbbbc4f00853" }, "downloads": -1, "filename": "instapy-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8008d8786fa0519c39a224fddeb7ecc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 223311, "upload_time": "2019-04-02T18:06:19", "url": "https://files.pythonhosted.org/packages/ad/a1/834416353e72b99caa7f4103be16f4538504a1bf0124502c0dc083a89d38/instapy-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec59ddcb30038cf6a54b7544713733d4", "sha256": "7d2878a38c28fa5900ac596a18545934934cb7e82f24c8299f84ec6b49577861" }, "downloads": -1, "filename": "instapy-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ec59ddcb30038cf6a54b7544713733d4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1267355, "upload_time": "2019-04-02T18:06:20", "url": "https://files.pythonhosted.org/packages/34/96/df6d55478b9f1644c736333985377b114511357b4f456b383620df624583/instapy-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "274ab4a22be149a13479a925a6738a57", "sha256": "bf76b5e1fe05827469a71b49873de09b7bf10b91aa93c30ec5799c94bc3aa446" }, "downloads": -1, "filename": "instapy-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "274ab4a22be149a13479a925a6738a57", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 223414, "upload_time": "2019-04-06T03:08:12", "url": "https://files.pythonhosted.org/packages/07/70/4f28c793fc4e29bbcd3426c3ec392103ba6d887c2067ded90b5dbf78d752/instapy-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "014e8bca03a2d065c147ff4ec256c28e", "sha256": "18557eb1ffb620ed4aa479e3f020268d9f8cba4d831c222ddf94f1288d2bc9b0" }, "downloads": -1, "filename": "instapy-0.4.1.tar.gz", "has_sig": false, "md5_digest": "014e8bca03a2d065c147ff4ec256c28e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1267440, "upload_time": "2019-04-06T03:08:14", "url": "https://files.pythonhosted.org/packages/9f/8d/c2c5470b94e54b1c1cc9a3c75132dbd7fe985b8c60cf4cf5e42adfd8ce3b/instapy-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "8dc9e663cfde483b88c054ad562d430d", "sha256": "4d0356984b7844b405b30d1f1d3968932cbbc9c68de0f776fc062b6e283d0ee4" }, "downloads": -1, "filename": "instapy-0.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8dc9e663cfde483b88c054ad562d430d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 223470, "upload_time": "2019-04-15T15:40:58", "url": "https://files.pythonhosted.org/packages/35/c2/6cc48d95708e799eaf6c1a905b21c95c79062ea3e69a6f1b7d6fd1d09471/instapy-0.4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2d126291931c0d31caca9dd2d8df29a", "sha256": "821bdfecb04490b838f04dcc51063fb0fae766cc3a7803ec1330840c3681a14b" }, "downloads": -1, "filename": "instapy-0.4.2.tar.gz", "has_sig": false, "md5_digest": "e2d126291931c0d31caca9dd2d8df29a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1267472, "upload_time": "2019-04-15T15:41:00", "url": "https://files.pythonhosted.org/packages/23/98/31dc700af2213c911703e78f5884a1c9b9236d6fe2d0ff09beb3bcc39bad/instapy-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "7fb9bb7004306ecf25ff7870258afc3e", "sha256": "d5ad0e98c29d625b0558f7350837fa0c5c59b28cf9f8bc634ec8240c91e347f3" }, "downloads": -1, "filename": "instapy-0.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7fb9bb7004306ecf25ff7870258afc3e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 223522, "upload_time": "2019-05-15T15:01:20", "url": "https://files.pythonhosted.org/packages/04/d5/ef4e7196d9593e24bc6c44d3f22e2d60139b87819c0b6976820a0baa1ffa/instapy-0.4.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a329cf589d8c953efaa3cd28d377992", "sha256": "4d01892b983275099a4be30275813d36b5e64c549f0dd9d98de53135dfc34029" }, "downloads": -1, "filename": "instapy-0.4.3.tar.gz", "has_sig": false, "md5_digest": "9a329cf589d8c953efaa3cd28d377992", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1267528, "upload_time": "2019-05-15T15:01:22", "url": "https://files.pythonhosted.org/packages/72/17/b6ebc1d42e7acbf6f473fc0085d2aaacf7ebe3784bb8803527d978ce015b/instapy-0.4.3.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "f008285a1f77b8dc6b58902ef5b1ec08", "sha256": "f04470841173066410e5d1a23651121da44f37cedf3f93f2542acfba89bf152c" }, "downloads": -1, "filename": "instapy-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f008285a1f77b8dc6b58902ef5b1ec08", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 226911, "upload_time": "2019-06-03T11:11:52", "url": "https://files.pythonhosted.org/packages/e0/ed/4e3014a9c6e944629959cb009cb2efb13ba0f668351ffc5742813d1adb12/instapy-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "51460616de11712e592e4b790b2a01d8", "sha256": "f05548ed078897ffcb9b275eaef58b6230d6d03383ff9f371c1cf00baaa514b4" }, "downloads": -1, "filename": "instapy-0.5.0.tar.gz", "has_sig": false, "md5_digest": "51460616de11712e592e4b790b2a01d8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1270770, "upload_time": "2019-06-03T11:11:54", "url": "https://files.pythonhosted.org/packages/47/a5/8a9bd6fbe708d2c372d55a84ebcdb4878bb5a7869abd8be7e184a140e08d/instapy-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "c4492d1e21a3af48b27959e601b69d66", "sha256": "9c6f4c87f2a672bb31aede482e33517c12abee8893410dc83226a08651e602ae" }, "downloads": -1, "filename": "instapy-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c4492d1e21a3af48b27959e601b69d66", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 226929, "upload_time": "2019-06-18T02:26:27", "url": "https://files.pythonhosted.org/packages/e8/ef/279720ced613f2602d20087a1a182e95c68326c0746d694b0a71e4a1b513/instapy-0.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd4730970d7663ba6656f088096095b0", "sha256": "64bc10d3979921308e26d7be2f92c7d55f7022eb432356b72708ef2769b8e58a" }, "downloads": -1, "filename": "instapy-0.5.1.tar.gz", "has_sig": false, "md5_digest": "cd4730970d7663ba6656f088096095b0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1270795, "upload_time": "2019-06-18T02:26:29", "url": "https://files.pythonhosted.org/packages/db/fe/13bc32c8c383c43578f0cb8c6486068b63eb2e1631308fb8e0bf1008c66f/instapy-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "3c42c26bbbaf78bb2c8bdb50db983382", "sha256": "9979b431abd632f6796cd83f1b595c5c0bd494895f73ccfa46483fd33427465c" }, "downloads": -1, "filename": "instapy-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c42c26bbbaf78bb2c8bdb50db983382", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 226931, "upload_time": "2019-06-28T01:51:46", "url": "https://files.pythonhosted.org/packages/13/38/4d893b103723416a204a2ac57d663a1e5eb34f1d194e059eaf693c796f01/instapy-0.5.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70527761989c2ba0dadb44676f6a0882", "sha256": "ba551503d718f1eb72b1715773adf7a8c3c0850ac6086325baf0d8171c5394a5" }, "downloads": -1, "filename": "instapy-0.5.2.tar.gz", "has_sig": false, "md5_digest": "70527761989c2ba0dadb44676f6a0882", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1270787, "upload_time": "2019-06-28T01:51:48", "url": "https://files.pythonhosted.org/packages/3e/ac/e44baff48b011f571d006026c9da7730641346fcf2e5a9b2fbb1757a7d4c/instapy-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "0b6513155ecfe416771b3bab03df3880", "sha256": "98cce8211100538d90ffca6de92c700a24afc1f8055f973a7db30743134f2832" }, "downloads": -1, "filename": "instapy-0.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b6513155ecfe416771b3bab03df3880", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 226932, "upload_time": "2019-07-02T03:34:35", "url": "https://files.pythonhosted.org/packages/c9/80/e24d91b126a2141b9533db4c5e01e0d45fa7eaafb3a8405acf60eadc0b80/instapy-0.5.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c98957966c16c0369a1123b6d3ac0d8a", "sha256": "32df6b0c97fdc686e8ee9adf2c5730159b552851a48df86fe574d21079d7ae06" }, "downloads": -1, "filename": "instapy-0.5.3.tar.gz", "has_sig": false, "md5_digest": "c98957966c16c0369a1123b6d3ac0d8a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1270792, "upload_time": "2019-07-02T03:34:37", "url": "https://files.pythonhosted.org/packages/f7/61/3a32428128bb260952a20878d7f6f987cd06bb1326e3ee4ad74822074251/instapy-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "d5961a7457fbc63bb239c543a13097c9", "sha256": "101631320c06070f84ea32b268059e723e5f5e4058e3eccf45a401d56537b725" }, "downloads": -1, "filename": "instapy-0.5.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d5961a7457fbc63bb239c543a13097c9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 226934, "upload_time": "2019-07-03T05:55:21", "url": "https://files.pythonhosted.org/packages/f8/01/cd708af3cfb15f67db17c36a0dd18239dbd47192fa8bc9c7fe3e702ca0c3/instapy-0.5.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30ff7146df056313c8f435e8c051cac4", "sha256": "e69ad46d46d197b3b264fc5798d60d3bcefed14d72c7e875ab15225212fd5943" }, "downloads": -1, "filename": "instapy-0.5.4.tar.gz", "has_sig": false, "md5_digest": "30ff7146df056313c8f435e8c051cac4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1270797, "upload_time": "2019-07-03T05:55:23", "url": "https://files.pythonhosted.org/packages/4f/8d/fc7d066247f74959c8a72e103ebadf9d11eaaa9b9520204daae034499a3b/instapy-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "508e4458943df7d7ef5ab488f865017d", "sha256": "e83ba207d5ac2fc7263cec7b559029ea3bb70df805f489136cb3dc70f2f50eb4" }, "downloads": -1, "filename": "instapy-0.5.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "508e4458943df7d7ef5ab488f865017d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 226940, "upload_time": "2019-07-10T13:19:29", "url": "https://files.pythonhosted.org/packages/ab/e9/bd46636f7bee99f2ee7ff805c1c0b4301f9c7db6633c799ce0940d677dcc/instapy-0.5.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "561f109c6dab4286e439ec2df12868ce", "sha256": "85309c0c83780329b2da443c02c045fb245a74fd77748470afae2020bd25bebe" }, "downloads": -1, "filename": "instapy-0.5.5.tar.gz", "has_sig": false, "md5_digest": "561f109c6dab4286e439ec2df12868ce", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1270789, "upload_time": "2019-07-10T13:19:31", "url": "https://files.pythonhosted.org/packages/bb/74/da377ba84ef88f8db3ceac928d029e0f62f2eab428e9320da22302a87fbc/instapy-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "45727dd00c3d3a7a2767dea393e8ec9f", "sha256": "9e3da9d75dc7ebf9cc1240304312c1b7175f468d73b09cc4f8ec6b18a9de20b9" }, "downloads": -1, "filename": "instapy-0.5.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "45727dd00c3d3a7a2767dea393e8ec9f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 230310, "upload_time": "2019-07-22T21:21:47", "url": "https://files.pythonhosted.org/packages/c3/b2/269136657afdd126a26e4b199fc942d24d02c83c024c6b7883be22f66a7d/instapy-0.5.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "afc0852ebed4aead0cfa2f98b8a6069c", "sha256": "fad8056ff3e0774e9848f0e37fa1e1947418957f527799e71d851658d97dffa1" }, "downloads": -1, "filename": "instapy-0.5.6.tar.gz", "has_sig": false, "md5_digest": "afc0852ebed4aead0cfa2f98b8a6069c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1272940, "upload_time": "2019-07-22T21:21:49", "url": "https://files.pythonhosted.org/packages/de/6a/a70611c8db4baee93d2b0d40efb85326a72f4d78e1cbab7a28a49eecb700/instapy-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "8abcbdf61f395538eff81a5a297650f2", "sha256": "bf89bcb7a93c233f5328c41cecfc976d25e674a8d7a0770555890781f731a4a9" }, "downloads": -1, "filename": "instapy-0.5.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8abcbdf61f395538eff81a5a297650f2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 231556, "upload_time": "2019-07-29T15:26:07", "url": "https://files.pythonhosted.org/packages/c2/b4/e8d902ceb04b8149919d05e3530ca17eab1a2b8914c1e10ec1bb2a0b8672/instapy-0.5.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "391c9ce2b863d2101540d524c3024b2b", "sha256": "a5600394c4e81e50f3b2e40c60280d52591f7d1acf3724504e0041efe4f64cf5" }, "downloads": -1, "filename": "instapy-0.5.7.tar.gz", "has_sig": false, "md5_digest": "391c9ce2b863d2101540d524c3024b2b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1274019, "upload_time": "2019-07-29T15:26:09", "url": "https://files.pythonhosted.org/packages/66/32/06d9ce191b3598501265bec4093c299f62c4f26a3ef9145ffcce355351f0/instapy-0.5.7.tar.gz" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "8d990ef3243523817e2b95891bce3df1", "sha256": "654d135a8c3a5813041506fc2da2c159a5c0745bce71495982ba1eb663dc5ff4" }, "downloads": -1, "filename": "instapy-0.5.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8d990ef3243523817e2b95891bce3df1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 231773, "upload_time": "2019-08-01T20:04:20", "url": "https://files.pythonhosted.org/packages/1e/ca/8adeb1a3ac23073646484be56d23a2c7d37084faf07110559715f08141cb/instapy-0.5.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6428cf250ef02ced5f749f5e96d18583", "sha256": "07bb1d625bfd8429e6a61f2944d6cdce50a0dbcabda799526d29e334565a6cb8" }, "downloads": -1, "filename": "instapy-0.5.8.tar.gz", "has_sig": false, "md5_digest": "6428cf250ef02ced5f749f5e96d18583", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1274168, "upload_time": "2019-08-01T20:04:22", "url": "https://files.pythonhosted.org/packages/38/b2/2a32811694a8280d8b89def257c074cecc54a48e9e1e2aa4570afedb1df3/instapy-0.5.8.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "541b1721f310e7bc5259261a3cfd7595", "sha256": "f97c37efa0ce39d09c14618f96977e16e7f9254af9e1c319eac031991d6327a5" }, "downloads": -1, "filename": "instapy-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "541b1721f310e7bc5259261a3cfd7595", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 234663, "upload_time": "2019-08-12T10:43:09", "url": "https://files.pythonhosted.org/packages/0f/3d/241008353c042f2940cb070f8ab58bd220596c666a1d86062d204521834f/instapy-0.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8c9f3c62ce1f5ee2f3bbe994396e23f", "sha256": "84616a9ef5ecca9dcca519acd944dcf9dc874e16fa5ad85c80a0511efde5b309" }, "downloads": -1, "filename": "instapy-0.6.0.tar.gz", "has_sig": false, "md5_digest": "c8c9f3c62ce1f5ee2f3bbe994396e23f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1277174, "upload_time": "2019-08-12T10:43:11", "url": "https://files.pythonhosted.org/packages/a8/6b/65d56db739657dcbd0716aa4b8ad1901a9df576eb72db7a4b4f15460f6ec/instapy-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "57467ee80fa1d5a6b39012a726d2c489", "sha256": "af8dca3c6a25e28010e898bd04f6a14f5b7793180a0fed397ba09c0080c66de1" }, "downloads": -1, "filename": "instapy-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "57467ee80fa1d5a6b39012a726d2c489", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 234808, "upload_time": "2019-08-12T15:44:02", "url": "https://files.pythonhosted.org/packages/a3/f4/5c60bc091687e2d1ebe4836e93a59c04c5f718217a3a3a1d478486e1a81c/instapy-0.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0085e0e2af47116b5dc62f756da4799", "sha256": "9e13398fc6c579ae9492d5812002ca3c252093d3a50a2354c878d1242021126b" }, "downloads": -1, "filename": "instapy-0.6.1.tar.gz", "has_sig": false, "md5_digest": "f0085e0e2af47116b5dc62f756da4799", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1277320, "upload_time": "2019-08-12T15:44:04", "url": "https://files.pythonhosted.org/packages/13/5f/50150641fbd6faa9a8ecbf84ee515d89d0bc864fd37dadad4c733786f42c/instapy-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "135186c1fd159b16b9d6a242118abb9d", "sha256": "6e5428312e5f4098deb85edb34b07faee78ebca44f5eed390a7183251b77f8b2" }, "downloads": -1, "filename": "instapy-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "135186c1fd159b16b9d6a242118abb9d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 234844, "upload_time": "2019-08-30T11:36:37", "url": "https://files.pythonhosted.org/packages/fb/f5/bb4c2732754c9632b0f9d75788121f0f720b29ce52ca9ec6fbb14b119444/instapy-0.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "33304d73b9d18926d836c6965f10ba10", "sha256": "1d6e00af231a02f48e030dd3cf686c482398e4e579c7096b9c8308bafdb7102e" }, "downloads": -1, "filename": "instapy-0.6.2.tar.gz", "has_sig": false, "md5_digest": "33304d73b9d18926d836c6965f10ba10", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1277332, "upload_time": "2019-08-30T11:36:39", "url": "https://files.pythonhosted.org/packages/61/99/8ecfa0824a504966f9bc5d409a8eca07a4611dd26fbdd109243a72cd1b5a/instapy-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "779befa9bd7bf21d37cbc73031b29482", "sha256": "a4e24bd9bc1ff5d1a7a0fcb9ec962a4f18d45fadcd65e512edbd2fea52703205" }, "downloads": -1, "filename": "instapy-0.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "779befa9bd7bf21d37cbc73031b29482", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 239114, "upload_time": "2019-09-08T11:02:44", "url": "https://files.pythonhosted.org/packages/a9/cd/4427b4f7f919f018b553e52a709b97a87d25e5bc206563d5a5888bb6ecd7/instapy-0.6.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d07b6b64299874305bbbdda8feef1ab0", "sha256": "b39b4e370bfc89014e04f7361e83cebf764cf72bca29352b60306926af8d8686" }, "downloads": -1, "filename": "instapy-0.6.3.tar.gz", "has_sig": false, "md5_digest": "d07b6b64299874305bbbdda8feef1ab0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1281155, "upload_time": "2019-09-08T11:02:46", "url": "https://files.pythonhosted.org/packages/1b/f5/c2c5a63efbfcb78e830154a3a02ccc77fb0e969e1ec532041a6c1f12b5e8/instapy-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "17d7a57540cce74e6d9dd67bc834af34", "sha256": "14950a7bb104424a98a3f4cfefb159af0ab5bad94651c3c8b885a4bfe441a8f6" }, "downloads": -1, "filename": "instapy-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "17d7a57540cce74e6d9dd67bc834af34", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 239222, "upload_time": "2019-09-17T09:41:29", "url": "https://files.pythonhosted.org/packages/c6/ca/9d0572dfa6ceafd76134eebca25d0e1e4ca81d8b7226d1351e620c4cd51b/instapy-0.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "24c69179bfae48a3a7f257656b25cf52", "sha256": "3d51e1a827e0081d4530ec4330c3ff91b57ba9be0a95f737d94c64e3ddec0ade" }, "downloads": -1, "filename": "instapy-0.6.4.tar.gz", "has_sig": false, "md5_digest": "24c69179bfae48a3a7f257656b25cf52", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1281240, "upload_time": "2019-09-17T09:41:31", "url": "https://files.pythonhosted.org/packages/0d/01/676e780f6e98c6fdea5f6900123c16409f983c61fade561fba7f7e4b1c8e/instapy-0.6.4.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "569a7d5bdb1f9056a10a653463c8d712", "sha256": "cfe45e27c2715a85cb1ac7c479442eb19bf10b79bd56f4c7d60ea37258a78e2d" }, "downloads": -1, "filename": "instapy-0.6.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "569a7d5bdb1f9056a10a653463c8d712", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 238857, "upload_time": "2019-10-20T13:31:07", "url": "https://files.pythonhosted.org/packages/25/44/04e63835a4e0f874c54be510e4768eac737d1ed20cf3ecc8c5409d8e0cfe/instapy-0.6.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "79ad281c3727130c93a59dd6be615a04", "sha256": "2fe8dcd0edde95f405c0228dc433104452eaed9414bdb0ef5b9f65192129da67" }, "downloads": -1, "filename": "instapy-0.6.5.tar.gz", "has_sig": false, "md5_digest": "79ad281c3727130c93a59dd6be615a04", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1280852, "upload_time": "2019-10-20T13:31:10", "url": "https://files.pythonhosted.org/packages/01/df/ecb3c168da24bac68cd9dfbab9d1f8fcdd4d40e371b8ed7b05598ead3fc9/instapy-0.6.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "569a7d5bdb1f9056a10a653463c8d712", "sha256": "cfe45e27c2715a85cb1ac7c479442eb19bf10b79bd56f4c7d60ea37258a78e2d" }, "downloads": -1, "filename": "instapy-0.6.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "569a7d5bdb1f9056a10a653463c8d712", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 238857, "upload_time": "2019-10-20T13:31:07", "url": "https://files.pythonhosted.org/packages/25/44/04e63835a4e0f874c54be510e4768eac737d1ed20cf3ecc8c5409d8e0cfe/instapy-0.6.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "79ad281c3727130c93a59dd6be615a04", "sha256": "2fe8dcd0edde95f405c0228dc433104452eaed9414bdb0ef5b9f65192129da67" }, "downloads": -1, "filename": "instapy-0.6.5.tar.gz", "has_sig": false, "md5_digest": "79ad281c3727130c93a59dd6be615a04", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1280852, "upload_time": "2019-10-20T13:31:10", "url": "https://files.pythonhosted.org/packages/01/df/ecb3c168da24bac68cd9dfbab9d1f8fcdd4d40e371b8ed7b05598ead3fc9/instapy-0.6.5.tar.gz" } ] }