This is the repository for the Azure Webjob (cronjob compatible) RSS/ATOM feed aggregator which powers CS Blogs.
For more information about the Computer Science Blogs project, and to view the other repositories please click here.
The webjob is contained in its own git repository to highlight the fact that it is completely sandboxed from anything the web application does.
The webjob runs once every 5 minutes, downloads all feeds from all CS Blogs contributors, and checks if any are new. If so they are added to the database of blog posts maintained in our MongoDB database.