An open API service indexing awesome lists of open source software.

https://github.com/averdones/tweetshot

Take screenshots of tweets using Python and Selenium
https://github.com/averdones/tweetshot

Last synced: about 1 year ago
JSON representation

Take screenshots of tweets using Python and Selenium

Awesome Lists containing this project

README

          

# Tweetshot
Tweetshot is a python library to take screenshots of tweets.

# Quick guide
## Installation
pip install tweetshot
## Usage
Open a command line, or a terminal, and run:

tweetshot [TWEET-URL]

For example, try the following command:

tweetshot https://twitter.com/hideo_kojima_en/status/1002107372091817984

You should see a new image file called `screenshot.png` in the directory from where you run the command.
The image should the following one:

![](examples/screenshot.png?raw=true)