magnusmanske / petscan_rs

The repo for the PetScan tool
https://petscan.wmflabs.org/
GNU General Public License v3.0
44 stars 10 forks source link

Retrieve article text #126

Closed sreza1 closed 8 months ago

sreza1 commented 2 years ago

Hi,

I've been using https://petscan.wmflabs.org/ and its super useful retrieving article id. However I'm trying to see if its possible to return the article text itself. Wondering if it's possible or are there any plans for this feature to be made?

magnusmanske commented 8 months ago

PetScan, or Toolforge in general, has no "privileged" way to get to article text. So it would have to query the respective API and add the text to the returned data, which would increase runtime and transfered data. Meanwhile, the client can just request the text on their own. I don't see a good reason to implement this.