Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 495 Bytes

irc-to-discord

IRC to Discord and vise-versa chat relay

Requirements

  • Python 3

Setup

  1. Install dependencies
    $ pip install -r requirements.txt
    
  2. Make a copy of config.template.json named config.json
  3. Modify contents of config.json to your desired settings and delete all comments
  4. Ensure that your config.json is not being committed to the repo to keep your auth credentials private
  5. Run main.py with python
    $ python main.py