Python Flask project used to aggregate and distribute IRC meeting minutes and logs for the Fedora Project
The repository has been archived and the code has been moved away to https://github.com/fedora-infra/mote/tree/fragment.
- Download https://drive.google.com/file/d/1iOKEgyHMtpnCwsuZa5ufT8gI9-ntuOVc/view?usp=sharing.
- Extract the contents to
/srv/web/meetbot
directory. git clone https://github.com/t0xic0der/fragment.git
cd fragment/
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 main.py --help
python3 main.py -p 9696 -4
Detailed documentation would arrive shortly. Inconvenience is regretted.