Metadata-Version: 2.1
Name: instapy
Version: 0.6.16
Summary: Tool for automated Instagram interactions
Home-page: https://github.com/timgrossmann/InstaPy
Author: Tim Großmann
Author-email: contact.timgrossmann@gmail.com
Maintainer: InstaPy Community at Github
License: GPLv3
Download-URL: https://github.com/timgrossmann/InstaPy/archive/master.zip
Project-URL: How Tos, https://github.com/timgrossmann/InstaPy/tree/master/docs
Project-URL: Examples, https://github.com/timgrossmann/InstaPy/tree/master/quickstart_templates
Project-URL: Bug Reports, https://github.com/timgrossmann/InstaPy/issues
Project-URL: Funding, https://www.paypal.me/supportInstaPy
Project-URL: Say Thanks!, http://saythanks.io/to/uluQulu
Project-URL: Source, https://github.com/timgrossmann/InstaPy/tree/master/instapy
Keywords: instapy python instagram automation          marketing promotion bot selenium
Platform: win32
Platform: linux
Platform: linux2
Platform: darwin
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: SQL
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Natural Language :: English
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi (>=2018.10.15)
Requires-Dist: chardet (<4,>=3.0.4)
Requires-Dist: clarifai (>=2.4.1)
Requires-Dist: configparser (<4,>=3.5.0)
Requires-Dist: EasyProcess (>=0.2.3)
Requires-Dist: emoji (>=0.5.1)
Requires-Dist: future (>=0.17.1)
Requires-Dist: grpcio (>=1.16.1)
Requires-Dist: idna (<3,>=2.7)
Requires-Dist: jsonschema (<3,>=2.6.0)
Requires-Dist: MeaningCloud-python (>=1.1.1)
Requires-Dist: plyer (>=1.3.1)
Requires-Dist: protobuf (<4,>=3.6.1)
Requires-Dist: PyYAML (>=3.13)
Requires-Dist: regex (>=2018.11.22)
Requires-Dist: requests (>=2.20.1)
Requires-Dist: selenium (>=3.141.0)
Requires-Dist: setuptools-rust (>=0.11.6)
Requires-Dist: six (>=1.11.0)
Requires-Dist: urllib3 (>=1.24.1)
Requires-Dist: webdriverdownloader (>=1.1.0.3)
Requires-Dist: api-display-purposes (>=0.0.3) ; python_version > "3.5"
Requires-Dist: python-telegram-bot (>=12.0.0) ; python_version > "3.6"
Requires-Dist: PyVirtualDisplay (>=0.2.1) ; sys_platform != "win32"
Provides-Extra: test
Requires-Dist: tox ; extra == 'test'
Requires-Dist: virtualenv ; extra == 'test'
Requires-Dist: tox-venv ; extra == 'test'

<p align="center">
  <img src="https://i.imgur.com/sJzfZsL.jpg" width="154">
  <h1 align="center">InstaPy</h1>
  <p align="center">Tooling that <b>automates</b> your social media interactions to “farm” Likes, Comments, and Followers on Instagram
Implemented in Python using the Selenium module.<p>
  <p align="center">
    <a href="https://github.com/timgrossmann/InstaPy/blob/master/LICENSE">
      <img src="https://img.shields.io/badge/license-GPLv3-blue.svg" />
    </a>
    <a href="https://github.com/SeleniumHQ/selenium">
      <img src="https://img.shields.io/badge/built%20with-Selenium-yellow.svg" />
    </a>
    <a href="https://www.python.org/">
    	<img src="https://img.shields.io/badge/built%20with-Python3-red.svg" />
    </a>
    <a href="https://www.github.com/timgrossmann/InstaPy#backer">
	<img src="https://opencollective.com/instapy/backers/badge.svg">
    </a>
    <a href="https://www.github.com/timgrossmann/InstaPy#sponsors">
	<img src="https://opencollective.com/instapy/sponsors/badge.svg">
    </a>  
    <a href="https://discord.gg/FDETsht">
	<img src="https://img.shields.io/discord/510385886869979136.svg">
    </a>
  </p>
</p>

[Twitter of InstaPy](https://twitter.com/InstaPy) | [Discord Channel](https://discord.gg/FDETsht) | [How it works (FreeCodingCamp)](https://www.freecodecamp.org/news/my-open-source-instagram-bot-got-me-2-500-real-followers-for-5-in-server-costs-e40491358340/) |   
[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) | [Listen to the "Talk Python to me"-Episode](https://talkpython.fm/episodes/show/142/automating-the-web-with-selenium-and-instapy)


**Newsletter: [Sign Up for the Newsletter here!](http://eepurl.com/cZbV_v)**   
**Guide to Bot Creation: [Learn to Build your own Bots](https://www.udemy.com/course/the-complete-guide-to-bot-creation/?referralCode=7418EBB47E11E34D86C9)**    

<br />

# Find the full documentation in [Docs](/docs)
**Table of contents**
- [How to install and run InstaPy](/docs/home.md#installation)
  * [Installing InstaPy](/docs/home.md#installation)
  * [Running Instapy](/docs/home.md#installation)
  * [Updating InstaPy](/docs/home.md#updating-instapy)
  * [Guides and tutorials](/docs/home.md#guides)
    * [Video tutorials](/docs/home.md#video-tutorials)
    * [Written guides](/docs/home.md#written-guides)
- [Externals and additionals tools](/docs/home.md#external-tools)
- [Running InstaPy on Docker](/docs/home.md#docker)
- [Documentation of all Instapy's features](/docs/settings.md)
- [Support](/docs/home.md#support)
- [Credits](/docs/home.md#credits)

<br />

## Credits
### Community
An 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!   
Thank you all for being part of the InstaPy community ✌️

<p align="center">
	<img src="https://i.imgur.com/XkxHcM7r.png" alt="InstaPy reach" width="500px"/>
</p>

### Contributors

This project exists thanks to all the people who contribute. [[Contribute](https://github.com/timgrossmann/InstaPy/wiki/How-to-Contribute)].

<a href="https://github.com/timgrossmann/InstaPy/graphs/contributors"><img src="https://opencollective.com/instapy/contributors.svg?width=890&button=false" /></a>

### Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/instapy#backer)]

<a href="https://opencollective.com/instapy#backers" target="_blank"><img src="https://opencollective.com/instapy/backers.svg?width=890"></a>

---

> **Disclaimer**<a name="disclaimer" />: Please note that this is a research project. I am by no means responsible for any usage of this tool. Use it on your behalf. I'm also not responsible if your accounts get banned due to the extensive use of this tool.


