/parse_kyc

This is a project script that parse the KYC content from https://edoc.identitymind.com/

Primary LanguageElixirApache License 2.0Apache-2.0

github workflow Erlang/OTP Release

Parse KYC (Know Your Costumer)

How to generate the script

mix escript.build

How it works

This script is going to parse an html page from KYC. In order to collect the html, visit https://edoc.identitymind.com/reference#kyc-1 and click in the target command. After, press F12 to inspect the element in Google Chrome, copy the body and paste in a file (e. g. test.txt). Once you have the html saved, inspect the command you want to parse. To do it, click in the command (https://edoc.identitymind.com/reference#create-1) and inspect the first element of "Body Params", e.g., man : It belongs to fieldset id=body-create, the target "id" is: body-create

./bin/parse_kyc --id "body-create" --filename "test.txt"