Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jolice authored Aug 7, 2019
1 parent 05447be commit b58846d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,26 @@
Simple facade or abstraction for various chat bot platforms that allows for creating
platform-independent chat bots and choosing an appropriate platform at the runtime.

Currently supported platforms:
#### Currently supported platforms

- VK
- Telegram

# Features

- Attaching the media (photos, videos, audios, documents) to the message.
- Command framework.
- Inline keyboards, convenient builder.
- Accessing the media of the incoming messages.
- Sending stickers.
- Switching bot platform transparently, without any code modifications.

# Technologies used

- Spring Boot
- PF4J
- VK Java SDK
- Java Telegram Bot API
- JUnit / Mockito
- Lombok
- Maven

0 comments on commit b58846d

Please sign in to comment.