Giter Club home page Giter Club logo

automatictactoe's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.