Commit graph

5 commits

Author SHA1 Message Date
54de3b84cd Add link to Telegram
Ref 

This commit adds a link to a Go Telegram API to send messages to a given
telegram channel provided with a JSON config file. At the moment the
program sends a simple status message to the bot when starting up, but
this allows testing whether the link to Telegram is correctly working.
2023-01-25 20:42:43 +01:00
56f909d229 Add .drone-ci file
Ref 

Add the configuration file for the CI
2023-01-05 19:04:58 +01:00
bd9bba54ba Create initial Go module
Ref 

Create an initial Go module with a simple unit test and a makefile. This
can be tested using a CI pipeline, which will ensure that the following
commits don't break anything.
2023-01-05 18:51:53 +01:00
0e1f5f15de Write initial README file 2023-01-05 18:51:39 +01:00
0211a6e4af Initial commit 2023-01-05 09:49:25 +01:00