Andrei Paraschiv

Results 154 comments of Andrei Paraschiv

**Comment by [johnbumgarner](https://github.com/johnbumgarner)** _Sat Nov 21 13:52:33 2020_ ---- I believe that _newspaper build_ just pulls the articles from the page in the navigational structure that they were discovered. Have...

**Comment by [Kerl1310](https://github.com/Kerl1310)** _Mon Jan 13 15:56:40 2020_ ---- @WuGUOJ Could you also provide copies of the outputs from both OS?

**Comment by [thundergolfer](https://github.com/thundergolfer)** _Sat Jan 21 11:48:25 2017_ ---- Can you be specific about which URLs and what you "tried"? Did the `.download()` fail, or the `parse()`?

**Comment by [yprez](https://github.com/yprez)** _Mon Jul 4 19:04:53 2016_ ---- It's currently not supported. However the meta data is stored, and you can access twitter card image with something like this:...

**Comment by [yprez](https://github.com/yprez)** _Thu May 5 08:28:22 2016_ ---- @JamesChevalier thanks, looks useful! Not sure where to put this either...

**Comment by [bisoldi](https://github.com/bisoldi)** _Thu May 4 01:10:53 2017_ ---- Lambda now supports Python 3.6. Any thoughts on how to get Newspaper 3 deployed to AWS Lambda? I've been trying to...

**Comment by [JamesChevalier](https://github.com/JamesChevalier)** _Thu May 4 02:02:19 2017_ ---- What trouble(s) are you running into when attempting to install Python 3.6 in Amazon Linux? Another approach that *might* work is...

**Comment by [bisoldi](https://github.com/bisoldi)** _Thu May 4 02:18:41 2017_ ---- Thanks for responding. Well, the AMI doesn't have Python 3.6 in the yum repository and I haven't found any instructions on...

**Comment by [vitaly-zdanevich](https://github.com/vitaly-zdanevich)** _Mon Jun 12 09:44:15 2017_ ---- AWS Lambda can write only to `/tmp`, so in `settings.py` we need to change `DATA_DIRECTORY ` from `.newspaper_scraper` to `/tmp/.newspaper_scraper`. Also...

**Comment by [bisoldi](https://github.com/bisoldi)** _Tue Jun 13 01:40:46 2017_ ---- I was finally able to deploy newspaper3k to AWS Lambda via Codebuild --> Cloudformation, however I can only get the download()...