1
0
mirror of https://github.com/krislamo/Flea synced 2024-09-20 02:20:34 +00:00
Flea/README.md
Kris Lamoureux 5b7d245347 Connection stays open, added IRC library
Connection stays open and bot will continuously ping back. Added improved IRC
library from an old Python IRC bot I wrote, it is mostly changed except for
the IRC parser; Changed default settings.conf port to 7001 because SSL/TLS
connections are currently the only choice.
2016-01-28 08:20:37 -05:00

21 lines
605 B
Markdown

# Flea
Flea aims to be a modular Python IRC bot. This software was inspired from older
IRC bots I wrote.
## License
Flea is released under the
[GNU AGPLv3](https://www.gnu.org/licenses/why-affero-gpl.html), please **direct
your attention to the LICENSE file in the root of the repository** before
continuing.
## Requirements
Flea was written in [Python 2.7](http://www.python.org/download/releases/2.7/)
## Quick Start
1. Edit the *settings.conf* file to appropriate settings on the server you would
like to use
2. Run the terminal/console in the root of the project and type:
*python Flea.py*