What is a good open source pastebin in Python or Perl?

Eli Bendersky picture Eli Bendersky · Oct 20, 2008 · Viewed 9.6k times · Source

I'm looking for an open-source pastebin web-application written in either Python or Perl. I need it in order to implement a web-based specialized editor for my own needs, and I want to borrow code / ideas from the pastebin since I don't have much experience in web programming.

Can you point to one (or a few) ?

Thanks in advance

Answer

moritz picture moritz · Oct 20, 2008

I like pastebot, which powers http://paste.pocoo.org/ (for example). It's Perl and uses POE.