This script calls Markdown API to generate a list of top translators then, converts the list to markdown and save it on a desired file
$ Crowdin2MD.py Pidentifier Pkey -o [File]
- Pidentifier: The project identifier name.
- Pkey: The API key from Crowdin
- File: The output filename, if its none, default is
translators.md
- requests
- beautifulsoup4
- Lev Zakharov for the
csv2md
code - Crowdin for the translation platform