Hi
we are trying to scrape pages on the company sharepoint using python. We have tried using requests, Sharepy, office365-rest-client and pywebcopy, all failed.
I've attached the tries with the error message for requests, Sharepy and office365-rest-client.
For pywebcopy we got the following error:
Resolving .sharepoint.com (.sharepoint.com)...
Connecting to .sharepoint.com (.sharepoint.com)||:***... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Username/Password Authentication Failed.
Can you please assist, or suggest a different method that I can try?
Thanks!