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.
- Host: GitHub
- URL: https://github.com/transfusion/wp-screenshot-python
- Owner: Transfusion
- Created: 2014-04-22T09:52:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T10:16:24.000Z (about 12 years ago)
- Last Synced: 2023-04-04T22:56:26.921Z (about 3 years ago)
- Language: Python
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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