amerkurev / scrapper

Web scraper with a simple REST API living in Docker and using a Headless browser and Readability.js for parsing.
https://scrapper.dev
Apache License 2.0
173 stars 29 forks source link

Thx a lot / ask feature login #13

Closed didlawowo closed 2 months ago

didlawowo commented 6 months ago

Thx for your little project, its very nice and powerfull

i'm using it to get article from my medium account

i have also made a recent image with all dependency updated if you need it

do you think it's possible to add header to make authentification for medium, using email password?

amerkurev commented 5 months ago

@didlawowo, you can add headers for authentication using the "extra-http-headers" parameter as described in the documentation. Example: extra-http-headers: X-Email:user@example.com;X-Password:yourpassword.