-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
38 lines (25 loc) · 685 Bytes
/
Copy pathREADME
File metadata and controls
38 lines (25 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Giles
-------
TEST
@ Tony Ho
A Google Talk Robot with Eyes on Github
Install
-------
Giles uses bundler to get her deps.
Use 'bundle install' to set things up.
You'll need to provide Gtalk credentials for Giles:
Fill in:
botUsername = ''
botPassword = ''
Giles also needs your Github API key before you can use her.
Check out http://peter-murach.github.com/github and
http://developer.github.com
Fill in:
opts with the credentials that you need
in bot/mcore.rb
You can customise Giles's behavior in giles.rb
Run
---
Just execute run.sh
If you peek inside run.sh, you'll see that all it does is bundle exec, making
Giles something perfectly suitable for use on Heroku.