Skip to content

mazzi/craigshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>>

About

A small python script to post a screenshot of a url in tumblr.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages