Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1002 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 1002 Bytes

berry

Berry Punch IRC bot

Custom commands can be added in custom_commands.py

Any commands defined in custom_commands.py will override built in commands from commands.py

Example commands can be found in custom_commands.py

Requires:

lxml http://lxml.de/installation.html

requests http://docs.python-requests.org/en/latest/

python-oembed https://github.com/abarmat/python-oembed

wikipedia https://github.com/goldsmith/Wikipedia

arrow https://pypi.python.org/pypi/arrow

romkan https://github.com/soimort/python-romkan

and

IRCUtils https://pypi.python.org/pypi/ircutils

As well as Python 2.7

For the Discord implementation, you also need the following

discord.py https://pypi.python.org/pypi/discord.py/

asyncio https://pypi.python.org/pypi/asyncio/3.4.3

node.js https://nodejs.org/en/

Make sure to change the password in the IRC Bot Config to the Discord Server ID. Add the Discord bot token to discord.py and the config.js file.

Then run main.py, server.js, and discord.py