Project

hyeonbot

0.0
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Personal IRC bot of Hyeon Kim. Daum Dictionary API written in ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0
~> 2.4
~> 1.4
 Project Readme

Hyeonbot Docker Badge

Personall IRC bot

# Daum dictionary
<@사용자> dic elope
<@김젼봇> [ilóup]  눈이 맞아 함께 달아나다, 가출하다, 도망가다

<@사용자> d spado
<@김젼봇> [spéidou]  거세한 사람, 생식 불능자

# Fix mistakes
<@사용자> 한글화
<@김젼봇> 한글화 → 한국어 번역 https://t.co/ztyockmyrj 참고

# Highfive
<@사용자> ㅇㅅㅇ)b
<@김젼봇> d(ㅇㅅㅇ

<@사용자> >ㅅㅇ
<@김젼봇> ㅇㅅ<

How to run it

# Using docker
docker run ghcr.io/simnalamburt/hyeonbot

# If you want to use non-default config
#
# Environment Variables:
#   HYEONBOT_SERVER     Hostname of IRC server (default: "irc.ozinger.org")
#   HYEONBOT_PORT       Port number (default: "6697")
#   HYEONBOT_LOG_LEVEL  Log level, one of "debug", "log", "info", "warn", "error", "fatal" (default: "debug")
#
# NOTE: hyeonbot requires TLS connection
docker run \
  -e HYEONBOT_SERVER=irc.ozinger.org \
  -e HYEONBOT_PORT=6697 \
  ghcr.io/simnalamburt/hyeonbot

# If you want persistency
docker run -d --restart=always \
  --mount type=bind,source=<YOUR CHOICE>,target=/a \
  ghcr.io/simnalamburt/hyeonbot

# Without docker
gem install hyeonbot && hyeonbot

How to build it

docker buildx build --push \
  --platform linux/amd64,linux/arm64/v8 \
  --tag ghcr.io/simnalamburt/hyeonbot:x.y.z .

How to build hyeonbot from source codes

gem build hyeonbot.gemspec


hyeonbot is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). See COPYRIGHT for details.