j0ack / discirc

mirrored from https://git.joakode.fr/joack/discirc
http://docs.joakode.fr/discirc/
GNU General Public License v3.0
9 stars 8 forks source link
discord gateway irc

DiscIRC

|build|

DiscIRC is a bot that syncs messages between Discord <https://discordapp.com/> and IRC <http://www.irc.org/>. It's written in Python using the discord.py <https://github.com/Rapptz/discord.py> and bottom <https://github.com/numberoverzero/bottom> libraries.

Installation

You can install it simply using pip::

$ pip install discirc

Use

Launch


You first need to configure DiscIRC thanks to a config file. By default DiscIRC tries to load a ~/.discirc file, if not present you need to give it to the app with the -- config option.

To create a valid config file please see the example <https://raw.githubusercontent.com/j0ack/discirc/master/config-example.json>_.

Then simply run DiscIRC thanks to the available command::

$ discirc

Private messages


DiscIRC handles private messages. You need to prefix your message with a @User when sent from Discord and with User: from IRC.

.. |build| image:: https://drone.joakode.fr/api/badges/joack/discirc/status.svg