/hacksheffield-bot

Discord Bot for hackSheffield 5

Primary LanguagePythonMIT LicenseMIT

hackSheffield 5 Discord Bot

Type !time to see how long is remaining!

There will be announcements at:

  • Start of the hackathon
  • Half way point
  • Devpost reminder at 10:00
  • Devpost reminder at 11:00
  • Devpost reminder at 12:00
  • End of the hackathon

Installation

$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install -r requirements.txt
(.venv) $ cat config_template.json > config.json

Fill out the config.json with the correct credentials.

Development

(.venv) $ python -m hs_bot

Contribution

Will Russell