I built just the ultimate content aggregator with python3
Shubhashish Dixit
Posted on November 19, 2019
So I finally made my content aggregator on my bucket list with python and it was a fun project, I must say.
So what does it do anyway?
Well for starters it fetches me the
- News around my country
- Medium articles on programming
- Articles on python
- ......and finally some developer news
- oh oh oh and stock exchange news of my favourite stocks
I finally get it emailed to my myself with mutt.
Here's how it looks!
The Python News
The Daily Fresh News
Getting Started on how did I do it?
Well there are a bit of pip packages that are needed to be installed first hand
Then you finally code a bit.
The explanation stands in the comments, give it go!
Now how do you export the output our little script to the text file which in fact we would need for the body of our email
We write a shell script, AHA!!
Oh no wait please install mutt or any other cli email sender
`sudo apt-get install mutt`
Setting up mutt would make you wanna kill yourself, here you go
please don't die, we love you article, a very easy tutorial to setup mutt
cool and we're good to go
yup that's it. the script's that small. oh.
Now just run setup this script at your cloud and send it to yourself before you wake up.
Posted on November 19, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.