10

I'm using Quitter or Twitter to send out short messages. Most of my Queets/Tweets go out through the web interface. However I'd like to use Emacs for it. Does anyone a good method/mode to use with Quitter or Twitter?

Jens Kubieziel
  • 681
  • 10
  • 26

1 Answers1

9

Have a look at EmacsWiki's page on Twitter for suggestions. Personally, I've had good luck with Twittering Mode.

  • twittering-mode on GitHub

    • Use M-x twit as an entry point. It will handle authorization as part of its process.
    • i to display profile pictures
    • j/k next/previous tweet
    • u tweet
    • M-x twittering-update-status-from-minibuffer (not (interactive) by default; recommend using an interactive wrapper function and binding to a key)
Sean Allred
  • 6,861
  • 16
  • 85
  • 8
    Link-only answers should be avoided on stackexchange sites, because they could become void should the links die. Also (personal opinion ahead), I find that the emacswiki is pretty much broken by design, and redirecting users there is not really helping anybody. – T. Verron Oct 27 '14 at 21:01