Skip to content

Cloudxtreme/Twitch-IRC-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch IRC Bot

Created in Go!

Original: https://stackoverflow.com/questions/13342128/simple-golang-irc-bot-keeps-timing-out

Features:

**Auto-messenger** - Messages every (x) minutes and every (x) lines

Interpretation of Commands - Self explanatory "!hi" = "Hi there!"

Notifications - (x) joined the chatroom! (x) got moderator status! (only in text)

Website Title fetcher - Someone posted a link and the bot goes and fetches the title of the page so you can know what it is before you even go there!

Console Input - Don't feel like going in your browser/IRC client? You can type your input into the program and it comes out if the bot were saying it!

Quotes! - Sorting and displaying of your quotes!

Self Spam Control - Don't like how your bot spams your channel? Put a limit for each time he can say something!

Why not use a IRC Lib instead of making your own?

It just seemed a little dirty using a IRC Library at the moment.

How to use

``` git clone https://github.com/Vaultpls/Twitch-IRC-Bot or Download ZIP -> On the right sidebar

Create twitch_pass and insert the oauth from http://twitchapps.com/tmi/

Then either "go run bot.go" or "go build bot.go"


Please add/remove/modify as you please!  :D

About

Created in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%