Skip to content

eyana-m/py_pigeon

Repository files navigation

Distribute data using python

  • Split and distribute files to sales representative automatically

Tools:

  1. Python
  2. Google API (GDrive, GSheet)

How-tos

  1. Split Excel files - Click here
  2. Upload files to Google Drive - Part 1 | Part 2
  3. List uploaded folders in GDrive - Click here
  4. Bonus! Send customized email to multiple contacts - Click here

Run all scripts

# Split only
python3 splitfiles.py;

# Split, Upload and Monitor files
python3 uploadtogdrive.py;
python3 scrapefolders.py

# Send Emails
python3 sendemails.py

Releases

No releases published

Packages

No packages published

Languages