Metadata-Version: 2.1
Name: insta-scrape
Version: 0.6.0
Summary: Super lightweight Instagram web scraper for data analysis
Home-page: https://github.com/chris-greening/instascrape
Author: Chris Greening
Author-email: chris@christophergreening.com
License: UNKNOWN
Description: ![instascrape logo](/media/logo.png?raw=true)
        
        # instascrape: super lightweight Instagram scraping toolkit
        
        ## What is it?
        > **instascrape** is an incredibly lightweight set of tools geared towards scraping Instagram data. It makes *no* assumptions about your project and is instead designed for flexibility and developer productivity. It is excellent for the seasoned data scientist trying to quickly get an idea of a page's engagement as well as beginners looking to explore web scraping and the beauty of Python for the very first time.
        
        [![Version](https://img.shields.io/pypi/pyversions/insta-scrape)](https://www.python.org/downloads/release/python-360/)
        [![Language](https://img.shields.io/github/languages/top/chris-greening/instascrape)](https://www.python.org/)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![Release](https://img.shields.io/pypi/v/insta-scrape)](https://pypi.org/project/insta-scrape/)
        [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
        
        [![Downloads](https://pepy.tech/badge/insta-scrape)](https://pepy.tech/project/insta-scrape)
        [![Activity](https://img.shields.io/github/last-commit/chris-greening/instascrape)](https://github.com/chris-greening/instascrape)
        [![Dependencies](https://img.shields.io/librariesio/github/chris-greening/instascrape)](https://github.com/chris-greening/instascrape/blob/master/requirements.txt)
        [![Issues](https://img.shields.io/github/issues/chris-greening/instascrape?style=flat)](https://github.com/chris-greening/instascrape/issues)
        [![Size](https://img.shields.io/github/repo-size/chris-greening/instascrape)](https://github.com/chris-greening/instascrape)
        
        ![Example gif of instascrape](/media/instascrape.gif?raw=true)
        
        ---
        
        ## Table of Contents
        * [:computer: Installation](#installation)
          * [pip](#pip)
          * [clone](#clone)
          * [dependencies](#dependencies)
        * [:newspaper: Documentation](#documentation)
        * [:pray: Contributing](#contributing)
        * [:jack_o_lantern: Hacktoberfest 2020](#hacktoberfest-2020)
        * [:credit_card: License](#license)
        * [:grey_question: Support](#support)
        
        ![Graph of instagram data](/media/realpython.png?raw=true)
        Example of Instagram likes per post data scraped using instascrape (this repository and its author(s) are not affiliated with Real Python)
        
        ---
        
        ## Installation
        
        ### Minimum Python version
        
        This library currently requires [Python 3.7](https://www.python.org/downloads/release/python-370/) or higher.
        
        
        ### pip
        > Install from PyPI using
        ```shell
        $ pip3 install insta-scrape
        ```
        
        ### Clone
        > Clone right from Github to your local machine using
        ```shell
        $ git clone https://github.com/chris-greening/instascrape.git
        ```
        ### Dependencies
        
        > Install required dependencies using
        ```shell
        $ pip3 install -r requirements.txt
        ```
        ---
        
        ## Documentation
        The official documentation can be found on [Read The Docs](https://instascrape.readthedocs.io/en/latest/index.html) :newspaper:
        
        ---
        
        ## Contributing
        All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome!
        
        Feel free to [open an Issue](https://github.com/chris-greening/instascrape/issues/new/choose) or look at existing [Issues](https://github.com/chris-greening/instascrape/issues) to get a dialogue going on what you want to see added/changed/fixed!
        
        ---
        
        ## Hacktoberfest 2020
        <img src="https://hacktoberfest.digitalocean.com/assets/HF-full-logo-b05d5eb32b3f3ecc9b2240526104cf4da3187b8b61963dd9042fdc2536e4a76c.svg" width="350"/>
        
        This repo is participating in [Hacktoberfest 2020](https://hacktoberfest.digitalocean.com/)! I would love for this repo to be a resource to absolute beginners looking to make some of their first contributions. Check out [Issues](https://github.com/chris-greening/instascrape/issues) for some easy ideas or [open your own](https://github.com/chris-greening/instascrape/issues/new/choose) with something you want to work on! Please see the [official Hacktober FAQ](https://hacktoberfest.digitalocean.com/faq) for rules/questions.
        
        Happy hacking!
        
        ---
        
        ## License
        [MIT](LICENSE)
        
        ---
        
        ## Support
        Reach out to me if you have questions or ideas!
        - chris@christophergreening.com
        :trollface:
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
