alirezamika / autoscraper

A Smart, Automatic, Fast and Lightweight Web Scraper for Python
MIT License
6.24k stars 654 forks source link

authentication #45

Closed alibama closed 3 years ago

alibama commented 3 years ago

how does this tool work with authentication? i'm interested in using with content behind a shibboleth saml login.. so i need to store session variables in the process

alirezamika commented 3 years ago

you can pass authorization headers and cookies via request_args parameter.

alibama commented 3 years ago

Thank you!