Easily take screenshots of tweets/mentions and save them as image.
> pip install tweet-capture
> tweetcapture https://twitter.com/jack/status/20
> tweetcapture -h
> pip3 install opencv-python numpy
> cd tweetcapture/tests/
> python -m unittest
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)
| # | ||
|---|---|---|
| 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. | ![]() |
| # | ||
|---|---|---|
| 0 | Light mode | ![]() |
| 1 | Dark mode | ![]() |
| 2 | Black mode | ![]() |
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
tweetcapture -sp https://twitter.com/elonmusk/status/1587911540770222081






