AhaDNS automated social media poster.
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.
- Azure Functions
- Programming language C#
Following is an overview of all projects in this repository and their function.
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)
- Retrieves DNS statistics from
Aha.DNs.Statistics.CloudFunctions
API SOURCE. - Post statistics in all available NotificationClients (currently Twitter & Telegram).
- In
Aha.Dns.Notifications.CloudFunctions
, renameexample.settings.json
tolocal.settings.json
and configure all example values.