Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joewadk authored Sep 6, 2024
1 parent fa4d510 commit b62345a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,4 @@ pip install -r req.txt
```
And now you should be good to go!
## Functionalities
So with this project I used a Firebase database to hold the emails of well over 200+ members. This will be scraped from our xlsx file that we place as an input. We would then pipe the emails into the email client through querying, and then using smtp connection to the google server, we will push all the emails to the recipients' accounts. Other than that, I intend to create a FastAPI backend just for the sake of having one. Not entirely sure if I will implement a front end, prob will.

## To Do List
- [ ] Implement routes
- [ ] Implement input system for csv file
- [ ] Implement scheduling for emails
So with this project I used a PostgreSQL database to hold the emails of well over 200+ members. This will be scraped from our csv files that we place as an input (for safety these have been omitted). We would then pipe the emails into the email client through pandas manipulation, and then using smtp connection to the google server, we will push all the emails to the recipients' accounts. We have implemented command line arguments to enable ease of access.

0 comments on commit b62345a

Please sign in to comment.