Skip to content

PantherBot v0.1b

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 18 Dec 06:35
· 298 commits to master since this release

First public test release of PantherBot.

Installation

  1. Run the setup.bat file to install necessary dependencies.
  2. Refer to the README for the main section of setting up
  3. If you edit the GOOGLECAL variable to be true (refer to the README), and have properly setup your access keys, in the Calendar.py file, replace EMAIL's variable value with the email address of the calendar account, and uncomment the code below that uses it. This is only necessary for the first run on the machine (in theory), but you can leave it there if you like. Looking at ways to make this a bit nicer.
  4. PantherBot should be set up.

Usage

  1. Run start.bat and PantherBot should automatically connect to Slack, and give information about the progress in the terminal window. Once you see PantherBot:LOG:hello you have successfully connected to Slack, feel free to try out the commands!

Troubleshooting

  1. If it does not start or errors out and crashes the terminal window, open the command line, and type python bot.py
  2. Feel free to open an issue on the GitHub, or enable the LOGGING variable in bot.py to see a (potentially) more detailed error message.