Metadata-Version: 2.1
Name: socmed-reporter
Version: 0.0.2
Summary: Social media tool
Home-page: https://github.com/neko1101/socmed-reporter
Author: Neko1101
Author-email: fizdotcom@gmail.com
License: MIT
Description: # socmed-reporter
         Social media tool.
        
         ## Usage
         ```
         pip install socmed-reporter
         ```
         ```
         from socmed_reporter.app import reporter
         socmeds = reporter("John Doe")
         print(socmeds)
         ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
