Getting files from SharePoint and loading to Azure Blob
Clone the project
git clone https://github.com/iamlu-coding/python-sharepoint-to-azure-blob.gitGo to the project directory
cd python-sharepoint-to-azure-blobInstall 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/activateFor Mac or Linux
source {environment name}/bin/activateInstall packages Make sure environment is activated.
pip install -r requirements.txtExecute the code
python project.py {args1} {args2} {args3}