Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

petrspelos/daily-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet Daily

A simple application to generate a simple Message Of The Day with a random C# MSDN article in it.

Slack Screenshot

Great if you want to learn something new every day.

Integration

By default, Slack integration is assumed, and a Slack Webhook URL is required.

The application also assumes some Slack-specific emojis that you might not have. You can always edit the personality.json file to change them.

Scheduling

The application does not contain any scheduling logging. It is recommended to use crontab or windows scheduler to schedule this application.

Here are some crontab scheduling examples:

Run Monday - Friday, 6 AM (System TimeZone):

0 6 * * 1,2,3,4,5 /var/www/dotnet-daily/dotnet-daily

Run Every minute:

*/1 * * * * /var/www/dotnet-daily/dotnet-daily

Building

To build this application, you need to have .NET 5 SDK installed on your machine.

Vision

I want to give the messages a bit more personality. Jokes, more greetings, more complex message structure, etc. etc.

If you'd like to help, or have a nice idea/comment/suggestion feel free to [open a new issue].

And of course thank you so much for your interest. ❤

About

A random MSDN article providing Slack bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages