Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tengkuhafidz/daily-habit-bot
Daily habit challenge bot for Telegram group
https://github.com/tengkuhafidz/daily-habit-bot
Last synced: 5 days ago
JSON representation
Daily habit challenge bot for Telegram group
- Host: GitHub
- URL: https://github.com/tengkuhafidz/daily-habit-bot
- Owner: tengkuhafidz
- Created: 2022-07-20T02:41:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T15:20:06.000Z (about 2 years ago)
- Last Synced: 2024-04-15T02:06:21.312Z (7 months ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Daily Group Habit Challenge Telegram Bot
A simple bot that tracks the completion of a habit challenge in any telegram group.
To be run on Deno.
## How to Run
1. add a `.env` file with the values as show in `.env.sample`
2. Run the following command:```bash
deno run --allow-net --allow-env --allow-read index.ts
```