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

https://github.com/transfusion/wp-screenshot-python

A script that grabs the clipboard image or searches for a file and uploads it to your WordPress media folder.
https://github.com/transfusion/wp-screenshot-python

Last synced: 12 months ago
JSON representation

A script that grabs the clipboard image or searches for a file and uploads it to your WordPress media folder.

Awesome Lists containing this project

README

          

wp-screenshot-python
====================

A script that grabs the clipboard image or searches for a file and uploads it to your WordPress media folder.
![](http://i.snag.gy/J9uls.jpg)
## Dependencies:
* [Python 3 for Windows](https://www.python.org/download/)
* [python-wordpress-xmlrpc](http://python-wordpress-xmlrpc.readthedocs.org/)
* [Pillow, the 'friendly' PIL fork](https://python-imaging.github.io/)

The ImageGrab module from Pillow is Windows-only for the time being.