Skip to content

Tag: sharepoint

How to import documents into python?

I have several unstructured data stored in sharepoint and I want to import them into python environment to do text classification. However, I am not sure how to achieve this. I found a library called sharepoint (from sharepoint import SharePointSite, basic_auth_opener) but not exactly sure how to use it to re…

Accessing Microsoft Sharepoint files and data using Python

I am using Microsoft sharepoint. I have an url, by using that url I need to get total data like photos,videos,folders,subfolders,files,posts etc… and I need to store those data in database(Sql server). I am using python. So,Please anyone suggest me how to do this and I am beginner for accessing sharepoi…