opensystm / handshake-micro-grants

12 stars 5 forks source link

HNS Alert #16

Closed Nathanwoodburn closed 9 months ago

Nathanwoodburn commented 10 months ago

What have you built previously?

Project summary An open-source & self-hostable Handshake Alert System. This system provides email notifications for domain name expiries, changes to onchain domain records, and HTTPS certificate expirations. The project aims to provide peace of mind for users with control over their data, ensuring the security and continuous operation of their domain.

Features:

Completion requirements:

The initial version will be completed in 2-3 weeks with a fully fledged version released later as the community provides feature requests.

You can contact me at handshake @ nathan.woodburn.au

handshake-enthusiast commented 10 months ago

Great idea!

Other notification options (possibly push via app, via discord webhook or any webhook)

A Telegram bot notification would be good to have too.

Nathanwoodburn commented 10 months ago

Great idea!

Other notification options (possibly push via app, via discord webhook or any webhook)

A Telegram bot notification would be good to have too.

Does telegram offer an easy way for users to create a bot? I haven't ever had a look into it as I hardly use it

handshake-enthusiast commented 10 months ago

Does telegram offer an easy way for users to create a bot? I haven't ever had a look into it as I hardly use it

Yes, it's relatively easy for technical people to create a bot. For me a simple trigger of https://core.telegram.org/bots/api#sendmessage would be enough. A technical user could fill in chat_id, text and bot_token.