tags:

views:

487

answers:

3
+2  Q: 

pastebin API

Does anyone know if pastebin has an (official or unofficial) API.

I would like to automatically upload snippets.

Yes, I know the admins would not like it but it is open source and I plan to do it in an installation of my own.

+4  A: 

Have a look at pastebinit.

It's a python script that can send stuff to pastebin (and I believe a few others).

Andy
+1  A: 

Try http://code.google.com/p/pastehtml

mgz
A: 

I made this script: http://winappdbg.sourceforge.net/blog/pastebin.py

Mario Vilas