Python Flask project used to aggregate and distribute IRC meeting minutes and logs for the Fedora Project
- Download the meeting archive https://mega.nz/file/cJYykbKA#jJozcnIG-WzwlYVQUXF25lqM5A8PNl2knQObQrSpOSk.
- Extract the contents to
/srv/web/meetbot
directory. git clone https://github.com/fedora-infra/mote.git
cd mote/
virtualenv venv
source venv/bin/activate
python3 setup.py install
start-mote-server --help
start-mote-server -p 9696 -4
Detailed documentation would arrive shortly. Inconvenience is regretted.