Andrei Paraschiv

Results 154 comments of Andrei Paraschiv

**Comment by [will3216](https://github.com/will3216)** _Fri Jun 29 21:25:41 2018_ ---- @bisoldi Ha! Yeah, that was a pain... I manually copied in a file AWS's python build was missing from this project...

**Comment by [kmgreen2](https://github.com/kmgreen2)** _Fri Sep 18 16:15:01 2020_ ---- @ariel-frischer @ashkaushik Not sure if this helps, but this appears to be an issue with logic in `ContentExtractor`. I figured this...

**Comment by [kmgreen2](https://github.com/kmgreen2)** _Fri Sep 18 16:56:00 2020_ ---- Here is a quick hack. Again, I just started using this package this morning, so I assume I may be missing...

**Comment by [bisoldi](https://github.com/bisoldi)** _Mon Jul 9 14:22:00 2018_ ---- @will3216 I also got it to work by simply dropping the sqllite library in. I then integrated CircleCI and in a...

**Comment by [vitaly-zdanevich](https://github.com/vitaly-zdanevich)** _Tue Oct 30 19:24:04 2018_ ---- This issue is resolved - looks like it enough to have in `settings.py`: `tempfile.gettempdir()` Against sqlite I have this: ``` sys.modules['sqlite']...

**Comment by [palmerabollo](https://github.com/palmerabollo)** _Fri Dec 27 09:17:26 2019_ ---- Does anyone know a [Lambda Layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) containing all the requirements to run newspaper on AWS Lambda?

**Comment by [bisoldi](https://github.com/bisoldi)** _Fri Jan 3 13:35:24 2020_ ---- I haven't open sourced it (yet??) but I did get it to work as a layer.

**Comment by [Aditya94A](https://github.com/Aditya94A)** _Wed Jun 3 17:41:50 2020_ ---- Does anyone have a 2020 way of doing this with the latest library version?

**Comment by [Aditya94A](https://github.com/Aditya94A)** _Wed Jun 3 17:47:05 2020_ ---- @bisoldi Please do open source your solution, it would be extremely helpful to everyone 😁