Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SharePointOnline

This py file can help Authenticate SharePoint Online data and then supporting methods can help fetch records from List

Add this File to your solution

import sys sys.path.insert(0,'C:<foldername>\PythonFiles') import SharePointOnline

After importing use following code to get the required headers for accessing the data on SharePoint Online.

TopLevelUrl='https://XXX-YYY.sharepoint.com' ListName='your ListName' _headers=SharePointOnline.SPOnlineHeaders("User Email Address","Password",TopLevelUrl)   _DataDict=SharePointOnline.GetAtomFeedDataFromSPOnline(_headers,ListName,TopLevelUrl,"/sites/dev/_api/web/lists/getByTitle('{}')/Items")     Above code should return a dictionary with required data.

I have checked with Python 3, it is working just fine.

Cheers!

About

This .py file can help Authenticate SharePoint Online data and then supporting methods can help fetch records from List

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages