https://github.com/kalwabed/redeem
Personal prize redemption system using Telegram Bot
https://github.com/kalwabed/redeem
deno
Last synced: about 1 month ago
JSON representation
Personal prize redemption system using Telegram Bot
- Host: GitHub
- URL: https://github.com/kalwabed/redeem
- Owner: kalwabed
- License: mit
- Created: 2024-04-01T08:58:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T02:38:14.000Z (over 1 year ago)
- Last Synced: 2025-07-23T18:52:37.019Z (11 months ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redeem
A dead simple web application to redeem the code for the prize. Built with Deno
Fresh.
## How it works
It is very easy to work with, and does not require any fancy add-ons.
1. The user submits data using a form.
2. The Telegram Bot will send the data to the group as a notification for me.
3. Finally, I will manually send a balance to the provided number, given that
the code provided is correct.
### How to get the code
In my case, the user only needs to send a unique code. I will patent it
spontaneously and store it somewhere for later manual checking. I hope to have
my automated storage and checking service in the future.
## Usage
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.
## License
MIT