Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 744 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 744 Bytes

CraigShot

Small python script to take a screenshot of a webpage and post it to tumblr.

Usage

./post.py <<url>>

No validation of url at the moment! The script creates a file called screenie.png that is being deleted once uploaded.

Configuration

You need to create the file config.ini (a copy of config_sample.ini)

Where:

Don't use quotes for the values.

Requeriments

Several...

sudo apt-get install python-pip xvfb xserver-xephyr
sudo pip install selenium

Any other dependency can be installed using sudo pip install <<package>>