2016-01-25 11:07:39 +00:00
|
|
|
# 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
|
2016-01-28 13:20:37 +00:00
|
|
|
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:
|
2016-01-25 11:07:39 +00:00
|
|
|
*python Flea.py*
|
|
|
|
|