Metadata-Version: 2.1
Name: igcoccebot
Version: 0.2
Summary: The definitive package to interact on Instagram
Home-page: https://github.com/lollococce/igcoccebot
Author: Lorenzo Coacci
Author-email: lorenzo@coacci.com
License: MIT
Description: #Welcome!
        
        This is a package to navigate and grab data from Instagram easily.
        It is built on Selenium and it uses Chrome driver.
        
        
        # Step 1
        Install the last stable release of Chromedriver here : https://chromedriver.chromium.org/
        
        # Step 2 (optional)
        If you want to use YOLOv3 embedded for object detection you must download coco.data, coco.names, libdarknet.so, yolov3.cfg and yolov3.weights and place them in the working dir
        
        # Step 3
        pip (or pip3) install igcoccebot on the terminal
        
        # Step 4
        Use it in your scripts -> 'import igcoccebot as ig'
        
        Lorenzo Coacci
Keywords: igcoccebot bot instagram selenium AI
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
