Skip to content

Instantly share code, notes, and snippets.

View hallazzang's full-sized avatar

Hanjun Kim hallazzang

  • MilkyWay
  • Seoul, Republic of Korea
  • 18:09 (UTC +09:00)
View GitHub Profile
@hallazzang
hallazzang / README.md
Last active March 25, 2023 02:40
How to make LOL(League of Legends) chat bot (in Python)

How to make LOL(League of Legends) chat bot

  1. Install xmpppy module for python. (Manually download it from Downloads Page or try easy_install xmpppy)
  2. Create a script file. (Ex. lol_echo_bot.py)
  3. Follow steps below.

Import xmpp.