Skip to content

kriben/untappdtoirc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

untappdtoirc

Irc bot which reads checkins from untappd and push them to irc channel.

Configuration

Example config:

{
    "client_id" : "untappd id",
    "client_secret" : "untappd client secret",
    "users" : [
        { "name": "peter"},
        { "name": "paul"},
        { "name": "mary"}
    ],
    "bot_name": "untappdbot",
    "channel": "#channel",
    "server": "chat.freenode.org:6667"
}

Usage

$ ./untappdtoirc
2015/04/13 20:34:12 Connected to chat.freenode.org:6667
2015/04/13 20:34:26 Joined channel #channel.
2015/04/13 20:34:26 Checking 2 users.

Misc

Licensed under the FreeBSD License (aka the "Simplified BSD License"). See the LICENSE file for details.

Author: Kristian Bendiksen [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages