calculquebec / CQORC

CQORC: Calcul Québec One Ring Coordinator, one ring to rule them all

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calcul Québec One Ring Coordinator

CQORC: Calcul Québec One Ring Coordinator, lets you pop the cork and enjoy wine while it coordinates your training logistics.

Setup

Create your credentials file : secrets.cfg with the following structure

[eventbrite]
api_key = YOUR PRIVATE API KEY

[zoom]
account_id = YOUR ACCOUNT ID
client_id = YOUR CLIENT ID
client_secret = YOUR CLIENT SECRET

[slack]
bot_token = YOUR SLACK BOT TOKEN

Development

  1. Create a virtual env.
virtualenv --clear venv
source venv/bin/activate
  1. Install requirements
pip install --upgrade pip
pip install -r requirements.txt

About

CQORC: Calcul Québec One Ring Coordinator, one ring to rule them all

License:MIT License


Languages

Language:Python 100.0%