ISO-639 language codes in CSV and JSON formats. Information scraped from https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
To just grab the data, head to the data/ folder. data.csv contains the codes in csv format, data.json contains the data in json format.
To run or develop the parser you will need python 3.6.
STEPS
git clonethe repositorycdinto the repo- run
pip install -r src/requirements.txt - run
main.py(e.g.python3 main.py)