Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 732 Bytes

readme.md

File metadata and controls

28 lines (20 loc) · 732 Bytes

Crowdin Top members list to Markdown script.

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

Usage:

$ 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

Required libraries

  • requests
  • beautifulsoup4

Aknowlegments:

  • Lev Zakharov for the csv2md code
  • Crowdin for the translation platform