Skip to content

Commit

Permalink
FINAL UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurrogado committed Oct 10, 2023
1 parent bbc67bf commit 010a82c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Drawing Mini App Bot - Start guide

This is a simple drawing (like a raffle) bot, that can help manage, participate and draw winners.
This is a simple drawing (like a raffle) bot, that can help manage, participate and draw winners. Miniapp provides for user a simple menu, where it's possible to enter a drawing, see drawings that user is participating, and see drawings that user created, as well as create new drawings. Looking at owner's perspective of a drawing page, it's possible to edit and delete it, or even send participants a message. It's also possible to draw winner.

The bot code can lead you to understand about how integrate a bot with a mini app (webapp).

This project is built using Python, using @pyTelebramBotAPI library, that runs a Telebram Bot (server side), and Vanilla Javascript to implement a Telegram Mini App (client side).
It also uses some google services, like Material Icons and Google Charts for QRCode.

### Details for contest:

- Bot sample: https://t.me/drawing_miniapp_bot
- Bot sample: https://t.me/drawminiappbot
- Webapp sample: https://drawing-mini-app-bot.netlify.app/

## Features
Expand Down

0 comments on commit 010a82c

Please sign in to comment.