Take a tweet screenshot
Project description
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
Testing
> pip3 install opencv-python numpy
> cd tweetcapture/tests/
> python -m unittest
Docker Usage
docker run --rm -v $(pwd):/app xacnio/tweetcapture -h
docker run --rm -v $(pwd):/app xacnio/tweetcapture https://twitter.com/jack/status/20
- On Windows: Replace
$(pwd)with${PWD}(Powershell) - On Windows: Replace
$(pwd)with%cd%(Command Line)
Modes
| # | ||
|---|---|---|
| 0 | Hide everything outside tweet content and author. | |
| 1 | Show retweet/like counts. | |
| 2 | Show retweet/like counts and timestamp. | |
| 3 | Show everything. | |
| 4 | Show timestamp. |
Night Modes
| # | ||
|---|---|---|
| 0 | Light mode | |
| 1 | Dark mode | |
| 2 | Black mode |
Show Mentions Example
If the tweet have a very many mentions, there may be problems because "show more" option not supported. The tool can show only first loaded mentions. You can limit mention count on screenshot by using -sc argument
tweetcapture -sm 3 https://twitter.com/Twitter/status/1445078208190291973
Image
Show Parent Tweets Example
tweetcapture -sp https://twitter.com/elonmusk/status/1587911540770222081
Image
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tweet-capture-0.2.5.tar.gz
(10.1 kB
view details)
File details
Details for the file tweet-capture-0.2.5.tar.gz.
File metadata
- Download URL: tweet-capture-0.2.5.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c7abcefa4e13489838eecd588cd4d6c4ccb467e85b2fcbaad66ff6a6819d05e
|
|
| MD5 |
10b4a421e853f020a93c007d0d2ce2fc
|
|
| BLAKE2b-256 |
2c6802a9f9d0d66e9352f7137ab31da000a97560092d5e1e77b29733a6405039
|