/harvest-fetcher

Tool to fetch registered time entries from your harvest account and store in DB.

Primary LanguagePython

harvest-fetcher

Tool to fetch registered time entries from your harvest account and store in DB.

A userid and token are required to use the API. This information can be created in the developers section of the harvest account

Dependencies

pip install -r requirements.txt

Execute

python fetch_time.py

.secret.yml

User ID and Token are proved through a .secret.yml file:

---
userid: UserID123
token: Token123