On Wed, May 11, 2011 at 9:57 AM, Lan Rogers <lan.rogers.b...@gmail.com> 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 similar tool I wrote (which pastes to codepad.org) is here:

https://bitbucket.org/prologic/tools/src/59d89262e6b1/codepad

The approach would be very similar. Feel free to adapt this.

cheers
James

-- 
-- James Mills
--
-- "Problems are solved by method"
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to