DaBolinkBot

An IRC bot that is able to be used by anyone in order to moderate their chat

Frontend notes

Dependencies:

-Python3.4 -Django1.8 -Requests -json

To run locally navigate to DabolinkBot/Frontend/ and run "python manage.py runserver".

Now navigate to http://localhost:8000.

Congrats. You did it.

Backend notes

Dependencies:

requests library

to run locally navigate to DabolinkBot/Backend/ and run "python server.py"

documentation can be found in the v1_resources folder

Alternativly

run startupLive.bat from within the DaBolinkBot directory