Skip to content

[Plugin] YouTube (Deprecated)

Namasteh edited this page Sep 13, 2014 · 1 revision

Authors

@b0nk @Namasteh

Files

Dependencies

Required Eve Plugins/Helpers

Description

The YouTube plugin is used in an IRC channel to search YouTube for videos matching your search terms. When the plugin finds the videos that match your search terms it will deliver the results to the channel, returning the top three videos matching the terms.

Configuration

In order for this plugin to work, the following needs to be implemented. This should be done by default on the bot, but just in case:

  • At the end of plugins.rb put this:
require_relative "../lib/plugins/you_tube"
  • In the c.plugins section of Eve.rb put this:
[Cinch::Plugins::YouTube]

No API key is needed as this scrapes YouTube's XML data and returns the extracted results to you.

Usage

The following command can be used for this plugin:

  • !youtube : This will call a search of YouTube and return the results matching your terms in the channel.

Example:

[15:41:22] <@Namaste> !youtube boxxy

[15:41:23] <@Eve> YouTube Title: FOAR EVERYWUN FRUM BOXXY | but it's really for YOU. you know who you are. | By: boxxybabee | http://youtu.be/Yavx9yxTrsw

[15:41:23] <@Eve> YouTube Title: YOUTUBERS REACT TO BOXXY (Ep #8) | Watch Extra Q&A! http://dft.ba/-5Aim NEW Vids Sun, Thur & Sat! Subscribe: http://bit.ly/TheFineBros Watch All React Episodes: http://bit.ly/PBe6Qd Watch our ... | By: TheFineBros | http://youtu.be/pA_ntCd4ESA

[15:41:23] <@Eve> YouTube Title: Catie Reacts to YouTubers React to Boxxy! | i happened upon this yesterday and i was like... "yes." subscribe to TheFineBros! http://bit.ly/TheFineBros if you feel like it, subscribe to me! i upload new content every Friday. :3 subscribe... | By: ANewHopeee | http://youtu.be/-WVvOU1r2sM

This version is Deprecated. Please see the entry for v2 of the plugin.