Re: [Weblate] Query users via the API

2018-04-06 Thread Michal Čihař
Loïc Dachary píše v Pá 16. 03. 2018 v 22:18 +0100: > Hi, > > Is it possible to query the users via the API? I would like to write > a script to manage the list of users who have permission to > **Approve** strings. It does not seem to be possible via the weblate > API but maybe there is a way to

Re: [Weblate] Query users via the API

2018-03-20 Thread Loïc Dachary
Hi, For information I hacked something based on scrapy[1] to get the mail of all users that belong to the Localizationlab group: import scrapy import sys from scrapy.crawler import CrawlerProcess class WeblateSpider(scrapy.Spider): name = "weblate" start_urls =