Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 530 Bytes

Readme.md

File metadata and controls

28 lines (20 loc) · 530 Bytes

Issue2ical

Generates an ical calendar from given gitlab repository including every milestone and every issue, which does have a due date.

Setup

  • Clone repository
  • Change into repository
  • Create virtualenv for python 3.4, activate it and install packages
virtualenv -p /usr/bin/python3.4 venv
source venv/bin/activate
pip install -r requirements.txt
  • Copy config file and fit to your needs
cp settings.example.py settings.py

Run script

source venv/bin/activate
python issue2ical.py