Workshop Jogja 03 04 2019

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 25

WORKSHOP

IMPLEMENTASI SIMRS KHANZA MENUJU DIGITALISASI LAYANAN


RUMAH SAKIT

Horison Ultima Riss Hotel - Yogyakarta


03 – 06 April 2019

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Inventaris Modul Tutorial dengan
Telegram Bot

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Botfather (Bapak’e Bot)
Telebot Account Management

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
- Create Newbot (/newbot)
- Memberi Nama Bot (/setname)
- Set Deskripsi, saat bot diinvite (Japri), START , /setdescription
- Set Logo / Picture Profile (/setuserpic)
- Show Token (/token)
- Reset / Ubah Token (/revoke)

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Spesific Message

- Invite New User at group ([newmember])


- Invite User by Private Message / Japri (/start)

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Design and Concept

- Multi Bot (One Engine for Many Bots)


- Webhook / Pooling
- Customable Keyword

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Design and Concept

- Modular Library
- Dynamic-Link Library (dll)
- Multi Keyword for Multigroup

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Design and Concept

- Multi Session (Interaktif Communication)


- Dynamic-Link Library (dll)
- Tambah Keyword tidak perlu re-compile

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Basic Methods
- getUpdate
- sendMessage
- setWebhook
- deleteWebhook
- getWebhookInfo

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
getUpdates
- offset

- limit (Default: 100)

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
sendMessage
• chat_id
• text
• parse_mode
• reply_to_message_id

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
setWebhook
• url

• max_connection (Default 40)

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
deleteWebhook

• no params

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
getWebhookInfo

• no params

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
API URL

https://api.telegram.org/bot<token>/<method>

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Bot Methods
- Webhook (triggered by Callback)

- Pooling (request periodically)

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Webhook

- Akan dibuat dengan bahasa pemrograman PHP

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Pooling

- Akan dibuat dengan bahasa pemrograman


Delphi

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Design Database
- tab_user_telegram
- tab_group_telegram
- tab_group_member
- tab_keyword
- tab_session_group
- tab_session_user
- Func : jumlah_kata_kembar

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Praktek (Koding)

- Menggunakan Delphi RIO CE dengan Pool Method

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Praktek (Koding)

- Menggunakan PHP dengan Pool Webhook

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Inventaris Modul Tutorial
dengan Telegram Bot
- Table : tab_catatan

- Keyword Catat

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Praktek (Koding) II

- Menggunakan Delphi RIO CE dengan Pool Method

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
Praktek (Koding) II

- Menggunakan PHP dengan Pool Webhook

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956
KOMUNITAS PENGGEMAR PEMROGRAMAN DELPHI
INDONESIA (KPPDI)
Invite
Facebook : https://www.facebook.com/groups/kppdi/
Telegram : https://t.me/kppdi

MAS KOFA Habrizi Ahmad @maskofa

Telegram Bot Digital with Delphi, Yogyakarta, 03 – 06 April 2019

08-1111-9956

You might also like