Skip to content
/ sendCSV Public

Python script to send the latest csv file made

Notifications You must be signed in to change notification settings

maxjay/sendCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

sendCSV

Python script to send csv files in a directory to an email as a zip

Prerequisites:

  • Python

To run:

python sendCSV.py

You will need a config file config.json:

	{
		"username":"username@email.com",
		"password:"password",
		"directory":"fullpath"
	}

About

Python script to send the latest csv file made

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages