Skip to content

brocla/scrape_sharepoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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 and the scraping tools of 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

Releases

No releases published

Packages

No packages published

Languages