Skip to content

tjayada/distributed_message_board

Repository files navigation

Distributed Message Board

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.

Features

  • Accessing channels via hub
  • Posting messages
  • Viewing messages
  • Default Trivia Channel with Bot replying

Installation

  1. Clone the repository
  2. Install the dependencies in requirements.txt
  3. See Usage below

Usage

python hub.py
python trivia_channel.py
flask --app trivia_channel.py register
python client.py

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published