Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.28 KB

Daily Wiki Newsletter

A simple flask app that handles the sign up to a newsletter with double opt-in function.

Website GitHub code size in bytes GitHub

Demo: https://daily-wiki-newsletter.herokuapp.com/

1. Signup

Users can signup with their email adress and select the language of the wikipedia article of the day.

2. Email confirmation

After they have confirmed their email, they are subscribed to the newsletter.

3. Send Email

A daily cron job will run sendmail.py. This will scrape the wikipedia article of the day in the selected language to the email list in Firebase.

Firebase

The Cloud Firestore Data Structure for the emails:

firebase.png