Metadata-Version: 2.1
Name: tweet-capture
Version: 0.0.13
Summary: Take a tweet screenshot
Home-page: https://github.com/Xacnio/tweetcapture
Author: Alperen Çetin
Author-email: xacnio@pm.me
License: MIT
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
License-File: LICENSE

# TweetCapture

Easily take screenshots of tweets/mentions and save them as image.

## Command-Line Usage

```
> pip install tweet-capture
> tweetcapture https://twitter.com/jack/status/20
> tweetcapture -h
```

## Code Usage Examples

- [Cli](tweetcapture/cli.py)
- [Code Examples](tweetcapture/examples/)

## Testing
```
> cd tweetcapture/tests/
> python -m unittest
```

## Modes

| #   |                                                   |                                                      |
| --- | ------------------------------------------------- | ---------------------------------------------------- |
| 0   | Hide everything outside tweet content and author. | <img src="tweetcapture/assets/test4.png" width="300"> |
| 1   | Show retweet/like counts.                         | <img src="tweetcapture/assets/test3.png" width="300"> |
| 2   | Show retweet/like counts and timestamp.           | <img src="tweetcapture/assets/test2.png" width="300"> |
| 3   | Show everything.                                  | <img src="tweetcapture/assets/test1.png" width="300"> |

## Night Modes

| #   |            |                                                      |
| --- | ---------- | ---------------------------------------------------- |
| 0   | Light mode | <img src="tweetcapture/assets/test4.png" width="300"> |
| 1   | Dark mode  | <img src="tweetcapture/assets/test3.png" width="300"> |
| 2   | Black mode | <img src="tweetcapture/assets/test1.png" width="300"> |

