nicferrier / elpastebin

emacs lisp interface to pastebin
http://www.emacswiki.org/wiki/pastebin
5 stars 2 forks source link

seems pastebin API is changed and pastebin.el is not updated. #3

Open omps opened 9 years ago

omps commented 9 years ago

Hi,

I just pulled the pastebin request from your github, but it looks the API is not updated. I get the below error while I ran pastebin

Contacting host: pastebin.com:80 Pastebin URL: THIS API HAS BEEN DISABLED. Please use Pastebin's new API. http://pastebin.com/api

nicferrier commented 9 years ago

this code is pretty much dead. yes.

omps commented 9 years ago

If you can help suggest any other way I can use pastebin in emacs.? On 29 Dec 2014 05:16, "Nic Ferrier" notifications@github.com wrote:

this code is pretty much dead. yes.

— Reply to this email directly or view it on GitHub https://github.com/nicferrier/elpastebin/issues/3#issuecomment-68223821.

nicferrier commented 9 years ago

There's gist.el for gists? I just wrote my own paste server with elnode.

I think pastebin.com kinda parted company from the open source/free software community. Apparently there is an api: http://pastebin.com/api

I don't really have time to develop a new interface for free. Pay me and I might. Otherwise maybe the thing to do would be to use another tool and call it from Emacs?

If I were to do it I would be doing it with my emacs-web client, which is async and much easier to work with than url.

ejmr commented 9 years ago

Just ran into this issue myself. Since the project is dead, I suggest people consider either the dpaste package, or 'ix'. There is also this pastebin mode but I've not used it myself.

@nicferrier Thank you for the package while it lasted. I always found it useful.