User talk:Joatmon: Difference between revisions

From DCTVpedia
Jump to navigation Jump to search
mNo edit summary
Line 113: Line 113:
| run          = }}
| run          = }}
-->
-->
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br>
== Irc Bots ==
== Irc Bots ==
Had a raspberry pi collecting dust , decided to install eggdrop irc bot framework on it,
I'm currently working on several scripts for them but the  only one publicly usable / interactive
is alexa. Alexa resides in both #joatmon and #chat. Alexa core ai  is bmotion ( google it ) .
I have made some slight modifications to the ai text files that it came with to add more dctv oriented stuff.


Both bots are running on a Raspberry Pi 3 using Eggdrop - tcl/tk - and other packages.
Another bot in the works is pibot, which is a general purpose  bot used for the pi status / gpio pin control
currently will only show gpio pin status and cpu temp.


 
Also brainstorming another ( no name yet ) bot that uses the dctv api and will post status's of rss feed item entries for podcast feed updates.
=Alexa=
Primary channel: #joatmon
 
Purpose : General info bot
 
Alexa will respond to stimuli using random statements previously sent to it
  <Joatmon>alexa is your auto talk enabled ?
  <Alexa> Joatmon: fuck off
 
===Commands and functions:===
 
!!google  <query> = returns first search result from google and returns it to chat<br>
!!weather <zip code or city state or common name> = returns weather and climate data for given area via weatherunderground<br>
!!menu = brings up a listing of pre defined text response triggers<br>
Alexa Will automatically parse youtube ( longform not shortlink ) links and retrieve titles
=== Quote system===
 
!addquote <quote> :      To add a quote.<br>
!quote <quote number> [#chan] :    To display a quote.<br>
!quoteinfo <quote number> [#chan] :    To display some informations about a given quote.<br>
!delquote <quote number> :      To delete a quote.<br>
!randquote [#chan]      To display a random quote.<br>
!lastquote [#chan]      To display the last quote.<br>
!findquote [-all/#chan] <search argument(s)> :    To look for a quote.<br>
 
===Rss Fetch===
( beta feature , currently returning extra characters if not properly formed )<br>
Currently retrieving feed entries for :<br>
 
@shwood , @justinryoung , @dctvalerts, @J0atm0n , and the dctv vod archive
 
use !!rss for a pm listing of individual triggers to use for the last 3 entries of each feed
 
=== Trivia ===
 
Auto-Voice for Top Players This Week & This Month.
 
trivon  = starts trivia <br>
trivoff = stops trivia<br>
~ hint<br>
q repeat question<br>
.topday <br>
.topday20 <br>
.topweek <br>
.topweek20 <br>
.topmonth <br>
.topmonth20 <br>
.topever <br>
.topever20 <br>
.version <br>
.info <br>
.commands <br>
.rules <br>
.time  <br>
.mystats <br>
.stats <nick><br>
 
<hr>
 
=Vodbot=
Primary channel: #vodsquad<br>
 
Vodbot will auto parse (punch the  users)  poodle ( youtube link ) and retrieve  the title of the video.
 
  <Joatmon>https://www.youtube.com/watch?v=7iTqoDH0vFU
  <Vodbot>Vodbot punches Joatmon's poodle and finds the youtube title: "The People's Court 1981-1993 theme music"
 
Purpose :<br> 
To supply news  related to video on demand services, streaming providers, and related technologies.
 
Commands:<br>
!!menu to list predefined auto response triggers ( in a menu style listing )
 
==Rss==
( beta feature , Story links have been disabled until fixed due to the length )<br>
!rss will cause vodbot to send you a message with the available rss triggers to give you the last 3 entries<br>
 
Twitter feeds: @thevodsquad , @dcmovieparty <br>
 
DCTV VOD archive rss<br>
and currently fetches feed entries for these google alerts using the terms :<br>
Video on demand<br>
netflix news<br>
hulu news<br>
roku news<br>
amazon prime video<br>
apple tv<br>
Streaming video<br>
Sling tv<br>
youtube tv<br>
Cord Cutting news<br>

Revision as of 00:58, 26 May 2017


Episode Catalog
Episode No. Duration Title Guests Date Show Page Audio Video
Episode # TRT Title Guest Date Show Notes link MP3 VOD

a second (new ) info box template design area

{{{title}}}
Production
Broadcast









Irc Bots

Had a raspberry pi collecting dust , decided to install eggdrop irc bot framework on it, I'm currently working on several scripts for them but the only one publicly usable / interactive is alexa. Alexa resides in both #joatmon and #chat. Alexa core ai is bmotion ( google it ) . I have made some slight modifications to the ai text files that it came with to add more dctv oriented stuff.

Another bot in the works is pibot, which is a general purpose bot used for the pi status / gpio pin control currently will only show gpio pin status and cpu temp.

Also brainstorming another ( no name yet ) bot that uses the dctv api and will post status's of rss feed item entries for podcast feed updates.