Daily Digest Python E-mailer banner

Daily Digest Python E-mailer

8 devlogs
6h 4m 21s

I'm making this project in python where it will ask you what news you would like to receive, you will then provide your E-mail and password, which will then be saved in a .env file. Every day this program will send you an email with the top news s…

I’m making this project in python where it will ask you what news you would like to receive, you will then provide your E-mail and password, which will then be saved in a .env file. Every day this program will send you an email with the top news stories.

Repository

Loading README...

omamated

I made some small changes, added some documentation and I’m going to get ready to ship.

Attachment
0
omamated

Today, I made a working scraper for RSS feeds from AP news instead. I also made a dashboard, which will have a button to send the email. The dashboard has a preview of the links and the title of the news articles

Attachment
0
omamated

I made the CNN scraper fully working. Yahoo would not work for me, so I decided to switch to CNN which is more global.

Attachment
0
omamated

I managed to get a working web scraper for Hacker news and Google news, I will troubleshoot Yahoo news next time. I also got a working .env.

Attachment
0
omamated

I tried to add the function where the password and email would save to a .env however I can not figure out why my function is not running when the button is pressed will debug more later.

Attachment
0
omamated

I made a basic starting point of the gui and read the documentation over customTkinter.

Attachment
0