averdones / tweetshot

Take screenshots of tweets using Python and Selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Take screenshots of tweets using Python and Selenium

License:MIT License


Languages

Language:Python 100.0%