This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Retrieve a list of active contributors for given locales, timeframe and roles. | |
Output is formatted as CSV with the following columns: | |
* locale | |
* date_joined | |
* profile_url | |
* user_role | |
* total_submission_count | |
* approved_count |