Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bandantonio/sample-telegram-bot
- Owner: bandantonio
- License: mit
- Created: 2023-04-04T16:29:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T21:05:00.000Z (about 2 months ago)
- Last Synced: 2024-11-23T22:18:12.630Z (about 2 months ago)
- Topics: netlify-functions, stackoverflow, telegram-bot, typescript
- Language: JavaScript
- Homepage:
- Size: 608 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.