Pocoo (the creators of Flask) have a Python API for a pastebin they
developed called LodgeIt. You can use the hosted version, or the
download the source code and host your own
(http://www.pocoo.org/projects/lodgeit/).
http://paste.pocoo.org/
http://paste.pocoo.org/about/
http://paste.pocoo.org/hel
On Wed, May 11, 2011 at 9:57 AM, Lan Rogers wrote:
> I want to post files stored on a machine to Pastebin (or any similar
> service for that matter) using a python script, and then store a link
> to that post. Also, I would strongly prefer to avoid doing something
> that requires an API key.
A si
I realize this may not be entirely within the domain of a python
mailing list, but I'm having trouble finding anything helpful
elsewhere.
I want to post files stored on a machine to Pastebin (or any similar
service for that matter) using a python script, and then store a link
to that post. Also, I