hemanta212/blogger-cli

Add a way to subscribe to posts

Closed this issue · 1 comments

Overview

There is currently no easy way to subscribe to posts. We have to use some third party tools. However we can setup a flask server in heroku to manage the subscription system ourselves. This tool will be in separate repository and will have /blogname route with same designs.

Working

There will be a html form with subscribe button sending post requests to server. Now the server will send confirmation email about the information to user. After being clicked it will redirect to server's route for that blog and added into database column of that blogname. The notification will be sent everytime a blogpost is ready via blogger which invokes the server to send mails to users.

A new notify or publish command may be added with blogger cli for this feature.

The publish command may update rss file or send email to webserver