Skip to content

iamlu-coding/python-sharepoint-to-azure-blob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-sharepoint-to-azure-blob

Getting files from SharePoint and loading to Azure Blob

Run Locally

Clone the project

  git clone https://github.com/iamlu-coding/python-sharepoint-to-azure-blob.git

Go to the project directory

  cd python-sharepoint-to-azure-blob

Install Virtual Environment Replace {environment name} with which name you would like to give your virtual environment

  python -m venv {environment name}

Activate Virtual Environment For Windows

  source {environment name}/Scripts/activate

For Mac or Linux

  source {environment name}/bin/activate

Install packages Make sure environment is activated.

  pip install -r requirements.txt

Execute the code

  python project.py {args1} {args2} {args3}

About

Getting files from SharePoint and loading to Azure Blob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages