Metadata-Version: 2.1
Name: rouigram
Version: 2.1.3
Summary: first instagram Api for user id without any registration
Home-page: https://github.com/MohammadaliMirhamed/rouigram.py/
Author: Mohammadali Mirhamed Roui
Author-email: mamalirooy@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/MohammadaliMirhamed/rouigram.py/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Say Thanks!, https://saythanks.io/to/MohammadaliMirhamed
Project-URL: Source, https://github.com/MohammadaliMirhamed/rouigram.py/
Description: # Rouigram python packaging
        
        Rouigram is a simple and use-full platform for Instagram user id 
        without any registration. instagram user_id is the important factor 
        to use other API of Instagram for making interconnected application.
        [You can help develop this code in the github][src]. 
        
        ```python
        import rouigram as instagram
        
        info = instagram.getInformation("mohammadali_mirhamed")  #define Username
        
        print(instagram.getInformation.user_id(info))  # You will get user id
        print(instagram.getInformation.username(info)) # You will get username
        print(instagram.getInformation.fullname(info)) # You will get fullname
        print(instagram.getInformation.follower_count(info))  # You will get follower count
        print(instagram.getInformation.following_count(info)) # You will get following count
        print(instagram.getInformation.media_count(info))     # You will get media_count
        print(instagram.getInformation.external_url(info))    # You will get Website link
        print(instagram.getInformation.is_private(info))      # You will get is_private
        print(instagram.getInformation.profile_hd_photo(info))  # You will get FullHd profile Image
        print(instagram.getInformation.biography(info))         # You will get biography
        ```
        
        
        [Rouigram offcial website : rouigram.pythony.ir ][web].
        ----
        [developet by Mohammadali Mirhamed Roui][rst].
        
        [src]: https://github.com/MohammadaliMirhamed/rouigram.py
        [web]: https://www.mirhamedrooy.ir/rouigram/
        [rst]: https://www.mirhamedrooy.ir
        
Keywords: instagram api hack rouigram mirhamed roui
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
