Skip to content

iamlu-coding/python-sharepoint-office365-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python SharePoint Office365 API

You will find example on connecting to Office 365 SharePoint using the Office 365 Rest Python Client package.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

sharepoint_email

sharepoint_password

sharepoint_url_site

sharepoint_site_name

sharepoint_doc_library

Installation

Create Virtual Environment

  python -m venv env

Activate Environment

  source env/Scripts/activate

Install Packages

  pip install -r requirements.txt

Install Office365 API Package Directly from Github

  pip install git+https://github.com/vgrem/Office365-REST-Python-Client.git#egg=Office365-REST-Python-Client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages