PersonalisedNewsEmail

Setup your personalised news mail server.

View the Project on GitHub s-raj/PersonalisedNewsEmail

PersonalisedNewsEmail

Setup your personalised news mail.

Copyright 2020 Sharat Raj

Table of contents

Summary

Using this project personalised mail can be sent to your personal email IDs with option for translation of non english content. Cron job could be used to periodically schedule this scriptbased on your choice.

Features

Dependencies

newsapi python package

pip install newsapi-python

google translate python package

pip install googletrans

Msmtp server

sudo apt-get install msmtp ca-certificates

References