erc-tweet

Homepage: https://github.com/kidd/erc-tweet.el

Author: Raimon Grau

Updated:

Summary

Shows text of a tweet when an url is posted in erc buffers

Commentary

Show inlined tweets in erc buffers.

Installation:

usage:

(require 'erc-tweet)
(add-to-list 'erc-modules 'tweet)
(erc-update-modules)

Or `(require 'erc-tweet)` and  `M-x customize-option erc-modules RET`

This plugin subscribes to hooks `erc-insert-modify-hook` and
`erc-send-modify-hook` to download and show tweets.

Dependencies