Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bandantonio/sample-telegram-bot

Serverless Telegram bot for StackOverflow
https://github.com/bandantonio/sample-telegram-bot

netlify-functions stackoverflow telegram-bot typescript

Last synced: about 2 months ago
JSON representation

Serverless Telegram bot for StackOverflow

Awesome Lists containing this project

README

        

# StackOverflow Telegram bot

This project is made for fun as a part of the Netlify Functions learning process. Under the hood there are two functions:

- `check` - scheduled function that checks the number of consecutive days a user has visited StackOverflow. This function is scheduled to run every 6 hours. All the data is stored in a Notion database.
- `status` - regular function that sends a message to the Telegram bot with the results of the `check` function and the date of the upcoming scheduled check.