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?
Asked
Active
Viewed 425 times
1 Answers
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 picturesj
/k
next/previous tweetu
tweet- …
M-x twittering-update-status-from-minibuffer
(not(interactive)
by default; recommend using an interactive wrapper function and binding to a key)
- Use

Sean Allred
- 6,861
- 16
- 85

Saint Aardvark the Carpeted
- 1,274
- 12
- 15
-
8Link-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