Sha256: 61a1459a1f6271eee080f160bf5736aedf5ebd1495fa2014c9013dad17d1107a
Contents?: true
Size: 1.69 KB
Versions: 3
Compression:
Stored size: 1.69 KB
Contents
# Cinch::Plugins::LinksLogger [![Gem Version](https://badge.fury.io/rb/cinch-links-logger.png)](http://badge.fury.io/rb/cinch-links-logger) [![Dependency Status](https://gemnasium.com/bhaberer/cinch-links-logger.png)](https://gemnasium.com/bhaberer/cinch-links-logger) [![Build Status](https://travis-ci.org/bhaberer/cinch-links-logger.png?branch=master)](https://travis-ci.org/bhaberer/cinch-links-logger) [![Coverage Status](https://coveralls.io/repos/bhaberer/cinch-links-logger/badge.png?branch=master)](https://coveralls.io/r/bhaberer/cinch-links-logger?branch=master) [![Code Climate](https://codeclimate.com/github/bhaberer/cinch-links-logger.png)](https://codeclimate.com/github/bhaberer/cinch-links-logger) Cinch Plugin for logging links and printing titles / stats for linked urls. ## Installation Add this line to your application's Gemfile: gem 'cinch-links-logger' And then execute: $ bundle Or install it yourself as: $ gem install cinch-links-logger ## Usage You will need to add the Plugin and config to your list first; @bot = Cinch::Bot.new do configure do |c| c.plugins.plugins = [Cinch::Plugins::LinksLogger] # If you need to specify an alternate path c.plugins.options[Cinch::Plugins::LinksTumblr] = { :filename => 'yaml/links.yml' } end end Links in the channel will be captured and users who type `!links` in channel will receive a list of the last 10 links (this will be configurable in the future). ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cinch-links-logger-1.0.3 | README.md |
cinch-links-logger-1.0.2 | README.md |
cinch-links-logger-1.0.1 | README.md |