Metadata-Version: 2.1
Name: pyprofiles
Version: 0.0.2
Summary: Get social media profiles of anyone
Home-page: https://github.com/TheShubhendra/profiles
Author: Shubhendra Kushwaha
Author-email: shubhendrakushwaha94@gmail.com
License: MIT
Description: # profiles
        
        [![Upload Python Package](https://github.com/TheShubhendra/profiles/actions/workflows/python-publish.yml/badge.svg)](https://github.com/TheShubhendra/profiles/actions/workflows/python-publish.yml)
        
        
        # Installation
        
        `pip install pyprofiles`
        
        # Usage
        
        ```python
        from profiles.quora import User
        user = User(<Quora username>)
        print(user.followerCount)
        print(user)
        ```
        
Keywords: social media,quora
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Free For Educational Use
Classifier: License :: Free For Home Use
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
