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
- Host: GitHub
- URL: https://github.com/oliverswitzer/weekly-project-status-scraper
- Owner: oliverswitzer
- Created: 2016-05-26T21:06:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T21:50:45.000Z (about 8 years ago)
- Last Synced: 2025-02-15T20:20:45.020Z (4 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`