Thibault Ducret

Results 19 comments of Thibault Ducret

Hello, I encountered the same issue with a Brother HL-L2310D and brlaser built from source today. The fix proposed here worked though. Thanks a lot @Sb-1234 and @mmedved !

Hi. I was also faced with the same problem (and thought it was a Mac M1 problem with the `regex` lib). It turns out to be related to the drop...

[This comment](https://github.com/encode/databases/issues/240#issuecomment-682136715) helped me a lot

@CSFlorin Getting prices properly is hard. There a many kind of prices and it is difficult to pick one (for a book : hardcover, kindle, used...) Visiting each product page...

Hi @joanne1112 You should be able to do that with a pip "Editable" install. https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs

The best is to do it in a virtual environment : `python3 -m venv venv` Then : `pip install -e git+https://github.com/tducret/amazon-scraper-python.git#egg=amazonscraper` You should have the editable sources in: `./venv/src/amazonscraper`

Bonjour @merloon. Il vaut mieux regarder sur le repo https://github.com/hallard/remora_soft. Celui-ci n'a pas bougé depuis pas mal de temps.

Salut! J'ai pas mal utilisé http://jflasher.github.io/spark-helper/ pour commencer. A+

Hi there, That sounds like a good idea. amazon2csv could extract comments if you entered a product page url and a --comments arg. Apart from the comments, do you think...