hyeonbot

My own IRC bot

OTHER License

Downloads
4.5K
Stars
3
Committers
3

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.

Package Rankings
Top 30.25% on Rubygems.org
Badges
Extracted from project README
Docker Badge