GithubHelp home page GithubHelp logo

agenodrei / mpim-tools Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 91 KB

MPIM Toolbox that ingests tables from google forms where participants entered their preferences in potenial partners. This packages automates creating similar matches, ranking them and sending out mails with the best results to each participant.

License: Other

Python 75.96% HTML 24.04%

mpim-tools's Introduction

mpim-tools

Software for Meet people in Maastricht 2021 - Toolbox. Program ingests tables from google forms where participants entered their preferences in potenial partners. This packages automates creating similar matches, ranking them and sending out mails with the best results to each participant.

Installation

Install this tool using pip:

$ pip install mpim-tools

Usage

Setup the tool with the necessary config using this command:

mpim-tools setup <mailgun_domain> <api_key>

Create match suggestions for manual review for each participant, output folder will be created

mpim-tools match <examples_relationships.xlsx> <output_path>

After manual curation, this command creates a matching table automatically

mpim-tools confirm <prv_output_path>

Notify all participants provided you have a file with all the personal information and the previously generated matches:

mpim-tools notify <matches.xlsx> <examples_relationships.xlsx> 

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd mpim-tools
python -m venv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

ToDo

  • Mail automation
    • Add all infos from the google form to the generated mail
    • Get an actual domain for the emails
    • HTML email templates
  • Create matching algorithm
    • Based on categorical information
    • Based on personality information
    • Command that generates a match table based on the remaining curated matches
  • Create user-friendly configuration for mail/id column names
  • Automatically add IDs to inital documents

mpim-tools's People

Contributors

agenodrei avatar

Watchers

 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.