GitHunt
TH

thiagoesteves/parse_kyc

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

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"

Languages

Elixir100.0%

Contributors

Apache License 2.0
Created May 11, 2021
Updated May 11, 2021
thiagoesteves/parse_kyc | GitHunt