A C99 Discord bot for Korean learning servers.
Name | Description |
---|---|
/info |
Show information about this bot |
/krd |
Search the given text in the dictionaries ("Basic Korean Dictionary" and "Urimalsaem") published by the National Institute of Korean Language |
/ppg |
Translate the given text between two languages using NAVER™ Papago NMT API |
- GCC version 9.4.0+
- GNU Make version 4.1+
- CMake version 3.10.0+
- Git version 2.17.1+
- libcurl4 version 7.58.0+ (with OpenSSL flavor)
$ sudo apt install build-essential cmake git libcurl4-openssl-dev
This project uses GNU Make as the build system.
- Install the latest version of Cogmasters/concord.
$ git clone https://github.com/Cogmasters/concord && cd concord
$ git checkout dev && make -j`nproc`
$ sudo make install
- Then, install the latest version of boundary/sigar.
$ git clone https://github.com/boundary/sigar && cd sigar
$ mkdir build && cd build
$ cmake .. && make -j`nproc`
$ sudo make install
$ ldconfig
- Build this project with the following commands.
$ git clone https://github.com/jdeokkim/saerom && cd saerom
$ make
- Configure and run the bot.
$ vim res/config.json
$ ./bin/saerom
GNU General Public License, version 3