{"id":13296841,"url":"https://github.com/jdeokkim/saerom","last_synced_at":"2025-03-27T03:31:22.667Z","repository":{"id":49334767,"uuid":"517068638","full_name":"jdeokkim/saerom","owner":"jdeokkim","description":"A C99 Discord bot for Korean learning servers. / ‘새롬’은 한국어 학습 서버들을 위해 만들어진, C언어 (C99)로 작성된 디스코드 봇입니다.","archived":false,"fork":false,"pushed_at":"2022-10-20T13:40:26.000Z","size":232,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T01:12:26.330Z","etag":null,"topics":["async","asynchronous","bot","c","c99","concord","curl","curl-multi","discord","discord-api","discord-bot","korean","korean-dictionary","mutex","mutex-lock","papago","papago-api","pthread","sigar","sigar-api"],"latest_commit_sha":null,"homepage":"https://github.com/jdeokkim/saerom","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdeokkim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-23T13:43:19.000Z","updated_at":"2023-04-05T11:58:19.000Z","dependencies_parsed_at":"2023-01-20T16:15:57.449Z","dependency_job_id":null,"html_url":"https://github.com/jdeokkim/saerom","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdeokkim%2Fsaerom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdeokkim%2Fsaerom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdeokkim%2Fsaerom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdeokkim%2Fsaerom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdeokkim","download_url":"https://codeload.github.com/jdeokkim/saerom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245778746,"owners_count":20670682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","asynchronous","bot","c","c99","concord","curl","curl-multi","discord","discord-api","discord-bot","korean","korean-dictionary","mutex","mutex-lock","papago","papago-api","pthread","sigar","sigar-api"],"created_at":"2024-07-29T17:21:08.366Z","updated_at":"2025-03-27T03:31:22.336Z","avatar_url":"https://github.com/jdeokkim.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# saerom\r\n\r\n\r\n[![version badge](https://img.shields.io/github/v/release/jdeokkim/saerom?color=orange\u0026include_prereleases)](https://github.com/jdeokkim/saerom/releases)\r\n[![code-size badge](https://img.shields.io/github/languages/code-size/jdeokkim/saerom?color=green)](https://github.com/jdeokkim/saerom)\r\n[![license badge](https://img.shields.io/github/license/jdeokkim/saerom?color=brightgreen)](https://github.com/jdeokkim/saerom/blob/main/LICENSE)\r\n[![codefactor badge](https://www.codefactor.io/repository/github/jdeokkim/saerom/badge/main)](https://www.codefactor.io/repository/github/jdeokkim/saerom/overview/main)\r\n\r\nA C99 Discord bot for Korean learning servers.\r\n\r\n## Commands\r\n\r\n| Name    | Description |\r\n| ------- | ----------- |\r\n| `/info` | Show information about this bot |\r\n| `/krd`  | Search the given text in the dictionaries ([\"Basic Korean Dictionary\"](https://krdict.korean.go.kr) and [\"Urimalsaem\"](https://opendict.korean.go.kr/)) published by the National Institute of Korean Language |\r\n| `/ppg`  | Translate the given text between two languages using [NAVER™ Papago NMT API](https://developers.naver.com/docs/papago/README.md) | \r\n\r\n## Screenshots\r\n\r\n### `/info`\r\n\r\n\u003cdetails\u003e\r\n  \u003csummary\u003eScreenshot\u003c/summary\u003e\r\n\r\n  \u003cimg src=\"res/images/screenshot-info.png\" alt=\"/info\"\u003e  \r\n\u003c/details\u003e\r\n\r\n### `/krd`\r\n\r\n\u003cdetails\u003e\r\n  \u003csummary\u003eScreenshot\u003c/summary\u003e\r\n\r\n  \u003cimg src=\"res/images/screenshot-krd.png\" alt=\"/krd\"\u003e \r\n\u003c/details\u003e\r\n\r\n### `/ppg`\r\n\r\n\u003cdetails\u003e\r\n  \u003csummary\u003eScreenshot\u003c/summary\u003e\r\n\r\n  \u003cimg src=\"res/images/screenshot-ppg.png\" alt=\"/ppg\"\u003e  \r\n\u003c/details\u003e\r\n\r\n## Prerequisites\r\n\r\n- GCC version 9.4.0+\r\n- GNU Make version 4.1+\r\n- CMake version 3.10.0+\r\n- Git version 2.17.1+\r\n- libcurl4 version 7.58.0+ (with OpenSSL flavor)\r\n\r\n```console\r\n$ sudo apt install build-essential cmake git libcurl4-openssl-dev\r\n```\r\n\r\n## Building\r\n\r\nThis project uses [GNU Make](https://www.gnu.org/software/make) as the build system.\r\n\r\n1. Install the latest version of [Cogmasters/concord](https://github.com/Cogmasters/concord).\r\n\r\n```console\r\n$ git clone https://github.com/Cogmasters/concord \u0026\u0026 cd concord\r\n$ git checkout dev \u0026\u0026 make -j`nproc`\r\n$ sudo make install\r\n```\r\n\r\n2. Then, install the latest version of [boundary/sigar](https://github.com/boundary/sigar).\r\n\r\n```console\r\n$ git clone https://github.com/boundary/sigar \u0026\u0026 cd sigar \r\n$ mkdir build \u0026\u0026 cd build\r\n$ cmake .. \u0026\u0026 make -j`nproc`\r\n$ sudo make install\r\n$ ldconfig\r\n```\r\n\r\n3. Build this project with the following commands.\r\n\r\n```console\r\n$ git clone https://github.com/jdeokkim/saerom \u0026\u0026 cd saerom\r\n$ make\r\n```\r\n\r\n4. Configure and run the bot.\r\n\r\n```console\r\n$ vim res/config.json\r\n$ ./bin/saerom\r\n```\r\n\r\n## License\r\n\r\nGNU General Public License, version 3","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdeokkim%2Fsaerom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdeokkim%2Fsaerom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdeokkim%2Fsaerom/lists"}