Quote:
Originally Posted by moffattm
Google Apps Script does offer the UrlFetch service which can fetch resources from other websites. I imagine you'll need this to retrieve a file from instapaper.
|
Thank you maffoattm!!
Quote:
Originally Posted by spMatti
It looks like it's very difficult using Google Apps Script. The URL requires authentication and only way to authenticate is the login page. Authentication using the login page requires cookies and Google Apps Script can't handle that by default.
|
Many thanks for looking into it spMatti! It's very much appreciated. A shame that it appears to be near impossible. I do know Calibre is somehow able to collect the epub from instapaper directly using
this and
this. But I don't understand much of Python and I
think Google Apps Script needs Java Script or html and I doubt whether Java Script can do the same – I have no idea.
Oh well, thanks again for putting some time in!