dts-google-apps-script icon indicating copy to clipboard operation
dts-google-apps-script copied to clipboard

[FATAL] change in GAS Reference pages breaks the `spider`ing script

Open PopGoesTheWza opened this issue 5 years ago • 3 comments

Google has recently updated its Apps Script Reference site. The new left-hand side menu structure isn't recognised by the Cheerio/JQuery selector in spider.js hence breaking the collection of data.

I have a forked repos which is fixed (though I have not fully tested it yet)

PopGoesTheWza avatar Sep 26 '19 08:09 PopGoesTheWza

@PopGoesTheWza nice updates. If you're interested I've worked off your fork to add full docs for class methods as well as links to the online official documentation.

my fork here

Do you think there is interest in adding these to the official @types repo?

This is more or less what I get now with type definitions:

Screen Shot 2020-01-26 at 2 31 06 PM

enuchi avatar Jan 26 '20 19:01 enuchi

@enuchi nice. Would you issue a PR against my fork with your changes?

PopGoesTheWza avatar Jan 27 '20 07:01 PopGoesTheWza

cool, just opened:

https://github.com/PopGoesTheWza/dts-google-apps-script/pull/2

enuchi avatar Jan 27 '20 15:01 enuchi