Giter Site home page Giter Site logo

micropycommerce's Introduction

CircleCI

An attempt to connect together multiple systems

Documentation

Connected systesms

  • Prestashop
  • Ebay
  • Firebase
  • Google Spreadsheets
  • Amazon
  • Google Merchant

Webservices

The system exposes a graphql endpoints to the url: /graphql

Configuration

Configuration happens via config file. By default the configuration is taken from path ./config/env.yml but this path can be set via the environment variable CONFIG_FILE

Example configuration:

firebase:
  databaseURL: https://<bd>.firebaseio.com
prestashop:
  url: https://<url>/api
  apiKey: <api key>
  mainLanguage: <lanuage>
environmet:
  templateFolder: "./handlebars/"
  fileFolder: <path for images>
  printConfig: false
  printXml: false
  log:
    level: "DEBUG"
    file:
      active: false
      filePath: /Path to log file
ws:
  username: <username>
  password: <password>
  port: <port>
ebay:
  # https://developer.ebay.com/DevZone/account/
  domain: api.sandbox.ebay.com
  # production api.ebay.com
  debug: true
  devid: <devid>
  appid: <appid>
  certid: <certid>
  token: <token>
  data:
    item:
        paypalEmail: <paypal-email>
        address:
            firstName: <Ebay first name>
            lastName: <Ebay last name>
google:
  categoryFeed: https://www.google.com/basepages/producttype/taxonomy-with-ids.it-IT.txt

Configuration encryption

You have the possibility to encrypt the configuration file in order to hide the general configuration

Password must be set on the system in the variable: DECRYPTION_PASS

In order to encrypt a yaml file execute the following command line tool:

python tools.py --encrypt --file config/<env.yml> --key <password>

micropycommerce's People

Contributors

ddelizia avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bellyfat

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.