- Split and distribute files to sales representative automatically
- Python
- Google API (GDrive, GSheet)
- Split Excel files - Click here
- Upload files to Google Drive - Part 1 | Part 2
- List uploaded folders in GDrive - Click here
- Bonus! Send customized email to multiple contacts - Click here
# Split only
python3 splitfiles.py;
# Split, Upload and Monitor files
python3 uploadtogdrive.py;
python3 scrapefolders.py
# Send Emails
python3 sendemails.py