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
- Host: GitHub
- URL: https://github.com/riyafa/ballerina-tdlib-client
- Owner: riyafa
- Created: 2019-08-15T13:59:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T14:00:48.000Z (almost 7 years ago)
- Last Synced: 2025-01-01T08:15:53.465Z (over 1 year ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`