#CompClubBot Utility bot that gives info regarding NUS Students' Computing Club.
Written in Ruby.
#Setup To start the bot:
- Run
cp secrets.yml.example secrets.yml
- Open
secrets.yml
and fill in the token for this bot. - Run
./start.sh
to start the bot in the background.
To kill the bot once started:
- Run
ps -af
. - Find the PID for
ruby compclubbot.rb
. - Run
kill <PID>
where is the PID found in the previous step.