Git Product home page Git Product logo

mpc-autofill's Introduction

build tests Github all releases paypal

mpc-autofill

Automating MakePlayingCards' online ordering system.

JetBrains Logo (Main) logo.

If you're here to download the desktop client, check the Releases tab.

JetBrains supports this project's development through their Open Source Development licensing.

Monorepo Structure

  • Web project:
    • Located in /MPCAutofill,
    • Images stored in the Google Drives connected to the project are indexed in Elasticsearch,
    • Stack:
      • Backend:
        • Django 4,
        • The database of your choosing (Elasticsearch is fine),
        • Elasticsearch 7.x,
        • Google Drive API integration,
      • Frontend:
        • jQuery + jQuery UI,
        • Bootstrap 5,
        • Webpack + Babel for compiling and bundling the frontend,
    • Facilitates the generation of XML orders for use with the desktop client,
    • Intended to be deployed as a web application but can also be spun up locally with Docker.
  • Desktop client:
    • Located in /autofill,
    • Responsible for parsing XML orders, downloading images from Google Drive, and automating MPC's order creation interface.

Each component of the project has its own README; check those out for more details.

Requirements

  • Python 3.9+ and the packages specified in requirements.txt for each component (web project and desktop client).

Contributing

  • Please ensure that you install the pre-commit Python package and run pre-commit install before committing any code to your branch / PR - this will run black and isort on your code to maintain consistent styling, and run mypy to catch any static typing issues.
  • GitHub Actions is configured in this repository to run the Django project's end-to-end tests. To run these, it needs to access the Google Drive API, and does so through a repository secret named GOOGLE_DRIVE_API_KEY. If you fork this project, you'll need to set this repository secret for GitHub Actions to run these tests for you.

mpc-autofill's People

Contributors

ndepaola avatar fklemme avatar bwsinger avatar investigamer avatar dependabot[bot] avatar davidianstyle avatar chilli-axe avatar chakeson avatar kimishiba avatar avafloww avatar bertranddungan avatar claythearc avatar forgenn avatar candyapplecorn avatar

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.