Skip to content

A simple python script that reads a CSV file and finds email addresses for employees and partners.

License

Notifications You must be signed in to change notification settings

iamk3/email_ripper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email_ripper

A python program that reads a CSV file, finds and categorizes email addresses, and then saves them to a text file and prints to the terminal along with the count for employees and partners. Note: Specifically made to work with Microsoft Teams Webinar Attendance Reports

To use this application:

Run the program from its directory. From there, you will be able to select the CSV to parse. Output will be saved as a text file that you will name as well as printed in the terminal.

To run the program:

python3 rip.py

A list of email addresses will be created; one for employees, the other for partners with an attendance summary at the top.

About

A simple python script that reads a CSV file and finds email addresses for employees and partners.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%