{ "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 :: 2", "Programming Language :: Python :: 2.7", "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**Offical Video Guide: [Get it here!](https://www.udemy.com/instapy-guide/?couponCode=INSTAPY_OFFICIAL)**\n\n\n## **Installation**\n```elm\npip install instapy\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\nDownload a **[quickstart](https://github.com/InstaPy/instapy-quickstart)** script of your choice to your machine. It tells InstaPy how it should run, and this is the file you'll be working on when changing how InstaPy works.\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=\"abc\", \n password=\"123\")\n```\nOr you can [pass them using the Command Line Interface (CLI)](#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\nTo run InstaPy, you'll need to run the **[quickstart](https://github.com/InstaPy/instapy-quickstart)** script you've just downloaded.\n\n```elm\npython quickstart.py\n-- or\npython quickstart.py --username abc --password 123\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## 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\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 \"paypalme\"\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### 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\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": "instapyshoms", "package_url": "https://pypi.org/project/instapyshoms/", "platform": "win32", "project_url": "https://pypi.org/project/instapyshoms/", "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/instapyshoms/0.4.1/", "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 (>=2.6.0)", "plyer (>=1.3.1)", "protobuf (>=3.6.1)", "PyVirtualDisplay (>=0.2.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)", "instapy-chromedriver", "pytest (>=3.0.0) ; extra == 'test'", "tox ; extra == 'test'", "flake8 ; extra == 'test'", "virtualenv ; extra == 'test'", "tox-venv ; extra == 'test'" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Tool for automated Instagram interactions", "version": "0.4.1" }, "last_serial": 5108275, "releases": { "0.4.1": [ { "comment_text": "", "digests": { "md5": "fefe900d921fcc900a5f5549fc6c193b", "sha256": "2956413632045675604c1d596c80d4be1d2fbd64d134e769ace8f57bb13677a0" }, "downloads": -1, "filename": "instapyshoms-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fefe900d921fcc900a5f5549fc6c193b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 223815, "upload_time": "2019-04-06T20:53:58", "url": "https://files.pythonhosted.org/packages/01/e5/bde44787dc65102e77a720cdf6f8ccc28083de29df0027a445a51374c070/instapyshoms-0.4.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fefe900d921fcc900a5f5549fc6c193b", "sha256": "2956413632045675604c1d596c80d4be1d2fbd64d134e769ace8f57bb13677a0" }, "downloads": -1, "filename": "instapyshoms-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fefe900d921fcc900a5f5549fc6c193b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 223815, "upload_time": "2019-04-06T20:53:58", "url": "https://files.pythonhosted.org/packages/01/e5/bde44787dc65102e77a720cdf6f8ccc28083de29df0027a445a51374c070/instapyshoms-0.4.1-py2.py3-none-any.whl" } ] }