Похожие презентации:
DBA_TgBot_104_20000623_20000632_20000635_20000637_20000678_iRamen
1.
Shop in the city center deliveringvarious goods to you 24/7
y.o.
@iRamen_uz_bot
2. Development process of order module
Used tools“Order” button
“Price” button
Order
confirm/cancel
Menu selection
buttons
Food quantity
selection
● Telegram BotFather
● Replit
● Python
3.
FunctionsReduced
manual
work
Faster
ordering
process
24/7
ordering
availability
4.
In order moduleSolutions:
Challenges:
Lesson learned:
5. Development process of delivery module
HTML structureFAQ layout created
CSS styling
time
JavaScript
interaction
Separated code
(HTML, CSS, JS)
6.
ToolsFaster
delivery
More
orders
Delivery
tracking
7.
In deliveryProblems:
Solutions:
Result:
Stable page
Better UX
8.
● Telegram BotFather● Replit
● Python
9.
10.
11.
12.
13.
14.
The HR module manages the job application processautomatically. It communicates with users, collects
necessary information from applicants, and forwards
the results to the Human Resources team.
The bot itself was created using Python and
the Telegram Bot API, and it is deployed using
Replit after being created with BotFather.
The HR system is designed as a separate
module inside the main company Telegram
bot for iRamen.
15.
1. Automated Communication2. Job Application Collection
3. 24/7 Availability
4. Simple and User-friendly interface
HR module helps automate the recruitment
process for iRamen by
applications,
with candidates, and
information directly to HR staff.
The bot
,
, and
a modern digital
.
16.
ConnectionCreation of the bot using BotFather
and the Telegram Bot API with
Python. The bot token provided by
BotFather allowed the program to
communicate with Telegram servers.
Easy use
Users’ input
Conditional statements (if statements)
and message handlers were used in
the code to detect user commands
and guide them through the correct
steps.
Simple and clear automated
messages were added to guide users
Continuous work
through the process. This improves
The bot was hosted using Replit,
user experience and makes the
which allows the program to run and
system easy to use.
be tested directly from an online
environment.