OpenSemanticLab / osw-python

GNU Affero General Public License v3.0
3 stars 2 forks source link

Request multiple pages from the API where possible #22

Open simontaurus opened 1 year ago

simontaurus commented 1 year ago

MediaWiki API:Query supports multiple values for titles (max 50 for standard users), currently only one page is fetched per request at this locations:

https://github.com/OpenSemanticLab/osw-python/blob/6d50789f5e8cf0e95987d6c928974277fc2ea331/src/osw/wtsite.py#L554 https://github.com/OpenSemanticLab/osw-python/blob/ad650a327eadd7019e669bce1b2ee824738ad6c5/src/osw/wiki_tools.py#L340 https://github.com/OpenSemanticLab/osw-python/blob/ad650a327eadd7019e669bce1b2ee824738ad6c5/src/osw/wiki_tools.py#L408