mirror of
https://github.com/krislamo/Flea
synced 2024-11-12 19:00:34 +00:00
18 lines
510 B
Markdown
18 lines
510 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. Run the terminal/console in the root of the project and type:
|
||
|
*python Flea.py*
|
||
|
|