An open API service indexing awesome lists of open source software.

https://github.com/riyafa/ballerina-tdlib-client

Ballerina tdlib client
https://github.com/riyafa/ballerina-tdlib-client

Last synced: 2 months ago
JSON representation

Ballerina tdlib client

Awesome Lists containing this project

README

          

# Telegram client using TDLib

Build java project

`mvn clean install`

Build the Tdlib project for java:

https://tdlib.github.io/td/build.html?language=Java

Add the build path with the libtdjni.so file ( the bin/ folder) to the `java.library.path`.

Build Ballerina project:

`cd src/main/bal-telegram`

`ballerina build`

Run the project:

`ballerina run telegram`