Getting files from SharePoint and loading to Azure Blob
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}