https://github.com/robertjgabriel/teamwork-contacts
Export contacts from Teamwork Projects to a csv file so you can import them to Google Contacts
https://github.com/robertjgabriel/teamwork-contacts
csv go golang teamwork teamwork-api teamwork-projects
Last synced: 3 months ago
JSON representation
Export contacts from Teamwork Projects to a csv file so you can import them to Google Contacts
- Host: GitHub
- URL: https://github.com/robertjgabriel/teamwork-contacts
- Owner: RobertJGabriel
- Created: 2017-10-13T01:41:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T12:43:53.000Z (over 7 years ago)
- Last Synced: 2025-01-13T14:53:06.117Z (4 months ago)
- Topics: csv, go, golang, teamwork, teamwork-api, teamwork-projects
- Language: Go
- Size: 8.72 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Teamwork Projects export contacts to csv
> Export contacts from Teamwork Projects to a csv format to be imported to Google contacts## How to use
1. Download this repo to your gopath.
2. Add your Teamwork Projects API key to the config.yaml
3. Build the project
4. Run it go build main.go** It will save the file to desktop **
## Getting my Api Key
OK, first things first... lets get your API key. Log into your Teamwork site and click your avatar in the top right of the app. Choose "Edit my details" and on the API tab you will see an option to enable the API for your account. Enable the API and you will be provided with an API key. This is your unique code for exclusive use with the API