descriptiontwitching - A Twitter Client in Emacs
repository URLhttps://github.com/lvijay/twitching.git
ownerlaksvij@gmail.com
last changeSun, 11 Dec 2011 11:11:43 +0000 (11 16:41 +0530)
last refreshSat, 27 Apr 2024 08:45:18 +0000 (27 10:45 +0200)
content tags
add:
readme

twitching, an Emacs client for Twitter

Twitching is an Emacs Twitter client to get tweets from a user's followers.

1 History

Twitching was written with two primary goals in mind:

  1. Get tweets from all followed users without losing any.
  2. The ability to filter some tweets from the timeline.

2 Features

  1. Periodically download your timeline and show them in a buffer.
  2. Favorite tweets.
  3. Navigate easily through your tweets. Use Emacs's C-s and C-r to quickly find tweets.
  4. Filters – probably the best feature of twitching. If you're really irritated that all your tweets have something annoying like #RoyalWedding, set up a filter on that hashtag and your Twitter feed is cleared of all tweets with it. Filters are persistent so future tweets that match will also be filtered away.
  5. Remove – Same as filters but without persistence.
  6. Group – This provides a way to show all your tweets ordered by the tweeters. Comes in two flavors: group all tweets, or group only the tweets of a single user.
  7. Follow/UnFollow users.
  8. Open a hashtag in a browser. If you see a few tweets with #interviewswithhari and want to see more you can open it up on the browser. This is currently not supported as viewing in Emacs.
  9. Open a user mention in the browser. Same as 8, but for user mentions in tweets.
  10. Copy specific parts of a tweet and put it into the kill-ring. For example, c t copies the tweet text, and c s copies the current tweet's status id.

3 License

twitching is licensed under the terms of the GPLv3 (or later). This means you're free to use it for personal and commercial use, you're free to copy it and give copies away, and you're free to modify and redesign the source code, and to create derivative works. For details, please read the contents of the file LICENSE distributed with twitching or visit http://www.gnu.org/licenses/gpl-3.0.html.

Author:

Date: 2011-07-14 23:41:07

HTML generated by org-mode 7.4 in emacs 24

shortlog
2011-12-11 Vijay LakshminarayananUse md because github renders it bettermaster
2011-11-01 Vijay Lakshminarayananreturn nil if twitching-api-oauth-get-http-response...
2011-10-31 Vijay Lakshminarayananclear tweet under point if it's the first
2011-10-31 Vijay Lakshminarayanandocumentation fix in get-twitching-tweet-bounds
2011-10-30 Vijay LakshminarayananThrow error if url-retrieve fails
2011-10-30 Vijay LakshminarayananUse HTTP instead of HTTPS
2011-10-22 Vijay Lakshminarayananshortcut to remove current tweeter
2011-08-25 Vijay Lakshminarayananbugfix: perform clear even if there is no tweet under...
2011-08-24 Vijay LakshminarayananModified tweet retrieval message to show number of...
2011-08-24 Vijay Lakshminarayananall twitter urls now use HTTPSv0.7.6
2011-08-23 Vijay LakshminarayananAdded `twitching-clear-old-tweets' which removes read... v0.7.5
2011-08-23 Vijay Lakshminarayananset `coding-system-for-write' when saving profile imagesv0.7.4
2011-08-22 Vijay Lakshminarayananbugfix: gzipped responses failedv0.7.3
2011-08-21 Vijay Lakshminarayananbugfix: tweet navigation was slightly buggyv0.7.2
2011-08-21 Vijay Lakshminarayanantwitching-copy-tweet-status-id copies tweet URL
2011-08-20 Vijay Lakshminarayanangzip all API requestsv0.7.0
...
tags
12 years ago v0.7.6
12 years ago v0.7.5
12 years ago v0.7.4
12 years ago v0.7.3
12 years ago v0.7.2
12 years ago v0.7.0
12 years ago v0.5.0
12 years ago v0.4.4
12 years ago v0.4.2
12 years ago v0.4.0
12 years ago v0.3.1
heads
12 years ago master
12 years ago async
12 years ago gzip