Metadata-Version: 2.1
Name: tweet-capture
Version: 0.0.1
Summary: Take a tweet screenshot
Home-page: https://github.com/Xacnio/tweetcapture
Author: Alperen Çetin
Author-email: xacnio@pm.me
License: MIT
Description: # TweetCapture
        
        ## Command-Line Using
        
        ```
        > pip install tweet-capture
        > tweetcapture https://twitter.com/jack/status/20
        > tweetcapture -h
        ```
        
        ## Code Using
        
        [Click](tweetcapture/tests/test.py)
        
Keywords: tweet screenshot
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
