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

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

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