GitXplorerGitXplorer
e

harbooks

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f4e23f3a4c32ce22f6a6021c65cd6ba69e6173b6

Add harbooks script (fist pass)

eericboehs committed 11 years ago
Unverified
7eed8cef6187e9dacfa5ac205ab67bda696f96c6

Initial commit

eericboehs committed 11 years ago

README

The README file for this repository.

Usage

This script gathers time entries notes from your Harvest account. It will return 7 days worth of notes from the date specified.

Usage: harbooks <client> <day of week start>

Example: harbooks 'Acme Inc' 'April 12th'

You will need the following ENV vars set:

export HARVEST_SUBDOMAIN=acmeinc
export HARVEST_USERNAME=rrunner
export HARVEST_PASSWORD=beepbeep

This script can be used by itself or inconjunction with bundler and/or dotenv:

  • If a Gemfile is detected, bundler will be used
  • If a .env file is detected, dotenv will make the config vars accesible