GitXplorerGitXplorer
T

Bruno2

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a5250ee4d2535663d12ba27030aa17a87cddd673

constructor changed

TThyrst committed 8 years ago
Unverified
aee77f18efa674699e683490fc7947d18b1e06a8

ignore /env/

TThyrst committed 8 years ago
Unverified
15b11e3aad21d976d8ddd10771706a79c254c5d8

spellcheck

TThyrst committed 8 years ago
Unverified
ec04145ddbf3f8013dcb8f09666c56dc4f69d09b

added readme

TThyrst committed 8 years ago
Unverified
9a14f0841053824aee3a9b2073254e936cf485b5

added .gitignore

TThyrst committed 8 years ago
Unverified
08a02836b02e5db4ce556f2fe24e5450191f5f18

init

TThyrst committed 8 years ago

README

The README file for this repository.

Bruno2

Bruno2 is a minimalist modular IRC bot written for Python 2. It is based on the FrozenIdea <https://github.com/Bystroushaak/FrozenIdea>_ module for IRC bots.

Usage

You need to install FrozenIdea with

pip install git+https://github.com/Bystroushaak/FrozenIdea.git

Then you can clone this repo and run the bot like

$ python2 bruno2.py [NICK] [SERVER] [PORT]

Bot will connect to the given server and join channel #testbruno (see modules/test.py). You can add and change modules on run.