This is a distributed message board application that allows users to post messages, get trivia via bots and view messages posted by others. It is mainly built using Flask.
- Accessing channels via hub
- Posting messages
- Viewing messages
- Default Trivia Channel with Bot replying
- Clone the repository
- Install the dependencies in requirements.txt
- See Usage below
python hub.py
python trivia_channel.py
flask --app trivia_channel.py register
python client.py