https://github.com/brocla/scrape_sharepoint
SSPI Authorization and Web Scraping on SharePoints
https://github.com/brocla/scrape_sharepoint
authorization python scraping sharepoint sspi windows
Last synced: 5 days ago
JSON representation
SSPI Authorization and Web Scraping on SharePoints
- Host: GitHub
- URL: https://github.com/brocla/scrape_sharepoint
- Owner: brocla
- Created: 2021-03-07T04:33:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-16T23:15:06.000Z (about 5 years ago)
- Last Synced: 2023-09-14T08:33:30.545Z (almost 3 years ago)
- Topics: authorization, python, scraping, sharepoint, sspi, windows
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrape_sharepoint
An example python script that shows how to:
Scrape a SharePoint to get a data List, using a Windows machine, in a corporate environment.
Combines the authentication from [requests_negotiate_sspi](https://pypi.org/project/requests-negotiate-sspi/) and the scraping tools of [SharePlum](https://pypi.org/project/SharePlum/)
- **requests-negotiate-sspi** allows for Single-Sign On HTTP Negotiate authentication using the requests library on Windows.
- **SharePlum** is an easy framework to work with SharePoint services.
The authorization only works on Windows machines.
It does not try to defeat the security. If you don't have authorization for the SharePoint, this won't help.
To do more with SharePlum than just connect, strongly recommend the well written [Read the Docs](https://shareplum.readthedocs.io/en/latest/)