Skip to content

Commit

Permalink
rename files, tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonp committed Jul 22, 2014
1 parent 5a35169 commit f8161f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 182 deletions.
2 changes: 1 addition & 1 deletion botspade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
require 'json'
require 'sqlite3'
require "./botconfig"
require './botspade_module'
require './db_module'



Expand Down
180 changes: 0 additions & 180 deletions botspade_module.rb

This file was deleted.

4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Allow your viewers to bet with virtual points on your wins and losses, and other things.

BotSpade can:
* Change its name to yours! e.g. "BotWarOwl"
* Change its name to yours! e.g. "BotEtheco"
* Provide basic call-and-response in chat, e.g. !settings
* Provide points to viewers when they check-in (!checkin)
* Allow users to bet on game results (win/loss/tie) using !bet
Expand All @@ -24,6 +24,8 @@ This is a work in progress, including the documentation.

## Instructions

> BotSpade requires Ruby AND PHP. Ruby for the bot, PHP for the web page where people can check their points when you have verbose mode turned off. If you don't care about verbose (i.e. you don't have many users), then PHP is not required.
BotSpade runs in Ruby 2.1.0 on top of the Isaac IRC chat bot gem. It's best to run it on a server like the ones you can get for $5/month from [Digital Ocean](http://digitalocean.com), but you can also run it on your mac or Linux based system. You can run it on a PC, too, but I don't know the steps for that and we'll have to add that later.

On your server, I recommend using [RVM](http://rvm.io). To do this you will need to SSH in to your server, or on a Mac you need to open Terminal. Ultimately, I'll explain that here, but for now: Google.
Expand Down

0 comments on commit f8161f2

Please sign in to comment.