Results 3 issues of Fantantonio

Is there a way to set the workspace where to open and store the generated file? Everytime I run this code (same provided by you): ``` const el = document.getElementById("text-content");...

Is it possible to change the `sky_text` language output? I was thinking that maybe is a feature of the API the library is utilizing and could be a great improvement...

enhancement
good first issue

The returned summary sentence remove the dot notation from numbers so as example 14.000 is returned as 14 000. Test it running: ``` import wikipedia wikipedia.set_lang("it") s = wikipedia.summary("Roma", 1)...