saninstein / group-finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group finder

Groups string based on their prefixes. Descriptive as possible

Requirements: Python 3+ and docker-compose (for web app)

Standalone run

> cd artifacts
> python3 main.py

Run in web app

  1. Start app
> docker-compose up
  1. Generate payload.json
> cd artifacts && python3 csv_to_request_json.py
  1. Open web page http://localhost:8000/groups/raw/ and put payload.json content into Raw data -> Content field and press POST

About


Languages

Language:Python 98.6%Language:Dockerfile 1.4%