Skip to content

Integrates Etsy transactions with todo apps and task management apps

License

Notifications You must be signed in to change notification settings

virgulvirgul/automatictactoe

 
 

Repository files navigation

Automatictactoe

Automatictactoe integrates etsy with task management applications. The application can be used by etsy sellers to link their etsy account with todo apps or other task management applications. Once linked a new sale in your shop will automatically create an entry in your linked applications.

This integration is available for free at http://automatictactoe.com

If you are looking at setting it up on your own follow rest of this README.

Integrations

Following integrations are currently supported

  1. Trello boards
  2. Google Tasks
  3. Todoist

We are actively working on other integrations. If you are looking at integrating your etsy workflow with other applications, please raise an issue in the issues section.

Running the project

  1. .env file contains all the application parameters. Most of them works with the default values except for the following: ETSY_CONSUMER_KEY and ETSY_CONSUMER_SECRET: Register a new app at https://www.etsy.com/developers/register. Create an etsy account and setup two factor authentication to register a new app. Use the secret and key for you app as the environment values specified above. TRELLO_CONSUMER_KEY and TRELLO_CONSUMER_SECRET: Onboard a new trello app at https://trello.com/app-key. Use the secret and key as values for the above parameters.
  2. Build the project into a docker container docker build -t etsello -f Dockerfile .
  3. Use docker compose to run the project. docker run --name etsello-mongo-standalone -d -p 27017:27017 -v data:/data/db mongo:4.2.0-bionic

Contributing to the project

About

Integrates Etsy transactions with todo apps and task management apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 62.3%
  • HTML 25.0%
  • CSS 7.6%
  • JavaScript 4.2%
  • Other 0.9%