DSP2017: Introduction

by Marius at 2-03-2017


This project is mainly to make easier posting posts at this blog. I decided to write a piece of service, which I will install on my server. This service will have the following basic functions/features:

The first part of the service will do the following:

  1. login into given mailbox and check for new mail
  2. parse and transfer mail into internal object database

I will call it checker. A next module, let's call it publisher will do the following:

  1. check for articles with publication date set to the current date/time
  2. add new article as new file into git repository

There are many small problems that need to be taken care of:

  1. authorization emails with posts: possible solution apikey or sender whitelist

Technology stack I intend to use:

  1. Python
  2. MongoDB
  3. Celery