Skip to content

AhaDNS/Aha.Dns.Notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aha.Dns.Notifications

AhaDNS automated social media poster.

Intended usecase

The solution in this repository is created for AhaDNS. The purpose of the solution is to post content on our social media platforms on Twitter and Telegram.

Technologies and frameworks used

Projects in this repository

Following is an overview of all projects in this repository and their function.

Aha.Dns.Notifications.CloudFunctions

An Azure Function project responsible for automatically post content on our social media accounts. Here's a brief description of each function in the project and it's intended use case.

DailyRequestStatisticsPoster-function (automatically triggered every day at 19:00 W. Europe Standard Time)

  1. Retrieves DNS statistics from Aha.DNs.Statistics.CloudFunctions API SOURCE.
  2. Post statistics in all available NotificationClients (currently Twitter & Telegram).

How to handle AppSettings?

  1. In Aha.Dns.Notifications.CloudFunctions, rename example.settings.json to local.settings.json and configure all example values.