Skip to content

Releases: PantherHackers/PantherBot

PantherBot v1.0

10 Jan 22:43
Compare
Choose a tag to compare

V1.0

While there is a lot of functionality and improvements we wish to add, PantherBot is stable enough to receive a 1.0 release. Efficiency will come with time.

To set up PantherBot

  1. Reference the ReadMe, it has all the necessary information, and has improved since last release.

PantherBot v0.1b

18 Dec 06:35
Compare
Choose a tag to compare
PantherBot v0.1b Pre-release
Pre-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.