Skip to content

A simple python program that automate multiples e-mails sending through Gmail smtp.

Notifications You must be signed in to change notification settings

loudy-art/ZoomLinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ZoomLinks

Zoom links is a simple Python program that can automate sending e-mails to multiple people on an .xlsx file.

How it works?

You run the program -> select the .xlsx file that contains NAME and EMAIL -> paste the URL that you wanna send on your e-mail, which in my case, was a Zoom recording link.

What can you implement?

My first intention was to connect this with the Zoom API (https://marketplace.zoom.us/docs/api-reference/zoom-api), so that i can automatically fetch the recordings, and get the link of the last one, so when a new recording will pop, the program will run and send it to the corresponding people. I didn't do it because zoom really needs HTTPS to work with their API so that was red flag for the time that i had lol.

Also, you can add some graphic interface to this, because at the time i'm running the program from terminal, which is not bad but it might be hard to understand for the average people.

I'm uploading this so maybe someone can start from the point that i left make something else, byebye<3

About

A simple python program that automate multiples e-mails sending through Gmail smtp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages