Giter Site home page Giter Site logo

interview-rota's Introduction

Interview Rota

Code for assigning interviewers to slots for running interviews.

## Getting it running

Needs python 2. On a mac, with homebrew.

$ brew install pyenv-virtualenv
$ virtualenv ENV
$ . ENV/bin/activate
$ pip install -r requirements.txt

Download the "people on interview rota" spreadsheet and put in data/interviewers.csv

The code needs access to the google calendar API for reading and writing. To set this up: you need to download a client secret file, and set the CLIENT_SECRET_FILE environment variable to point to it.

To generate a client secret file, you will need a google project, which is authorised to use the appropriate APIs, and to generate an OAuth client ID for it, of application type "other". You can use https://console.developers.google.com/ to create such a project. Give it access to the google calendar API, and then create an OAuth 2.0 client ID file, and save it to your local machine.

$ CLIENT_SECRET_FILE=path/to/client-secrets.json INTERVIEWERS_CSV=data/interviewers.csv ./bin/allocate

This will do an Oauth challenge, and then output an environment variable to be supplied to future runs of ./bin/allocate, which will then be able to contact google calendar.

interview-rota's People

Contributors

rboulton avatar tomnatt avatar tijmenb avatar

Watchers

 avatar James Cloos avatar

Forkers

tijmenb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.