An open API service indexing awesome lists of open source software.

https://github.com/oliverswitzer/weekly-project-status-scraper

A command line application to fetch weekly status notes for the office and parse them into continuous diary entries for each project. To be run on a weekly basis so that we have a continuous history for each project
https://github.com/oliverswitzer/weekly-project-status-scraper

Last synced: about 2 months ago
JSON representation

A command line application to fetch weekly status notes for the office and parse them into continuous diary entries for each project. To be run on a weekly basis so that we have a continuous history for each project

Awesome Lists containing this project

README

        

# Project Status Diary
A command line application to fetch weekly status notes for the office and parse them into continuous diary entries for each project. To be run on a weekly basis so that we have a continuous history for each project

## Local Setup

Download the `client_secrets.json` file from the [Google Developers Console](https://console.developers.google.com/apis/credentials) and place it
in `~/.credentials/`

Run `bundle install`