Skip to content

sger/wwdc-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

WWDC Slack Bot

Searchable full-text transcripts of WWDC sessions

WWDC Slack Bot uses https://github.com/ASCIIwwdc/asciiwwdc.com API

Usage:

First create a new bot in Slack more info here https://api.slack.com/bot-users then get project with go get command:

$ go get https://github.com/sger/wwdc-bot
$ ./wwdc-bot my-bot-token

open up your slack client and send a message to you bot for example find a session with id 101 and year 2015

my-bot-name: 101 2015

or search for uiview

my-bot-name: uiview

see all sessions here http://asciiwwdc.com

maybe you want to deploy this go app to heroku from command line type:

$ heroku create
$ git add .
$ git commit -m "adding project to heroku service"
$ git push heroku master

or

Deploy

About

WWDC slackbot in Golang for http://asciiwwdc.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages