A fork of gBot a Python 3 based IRC Bot, that is feature and command rich
Python
Switch branches/tags
Nothing to show
Pull request Compare This branch is 55 commits ahead, 1 commit behind Gamah:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
CONTRIBUTING
LICENSE
README
cfg.py
foods.txt
gbot.py
getrss.py
lolol.py
randwords.py

README

This is gBot, a Python 3 irc bot written by noobs for noobs. 
It's meant to be easy to understand and easy to adapt without the use of pre-existing IRC libraries.

Non-standard modules:
lxml
requests

Setup:
1.) Install non-standard modules however you like, I suggest pip. Testing and deployment of this project lives entirely in Ubuntu 14.04 and 15.10.
2.) Install python3-feedparser
2.) Modify `cfg.py` file to fit your parameters as necesasry.
3.) Run `python3 gbot.py` in your favorite terminal. I do this in a screen session for monitoring.


To-Do:
Remove dependency on external requests module, do all HTTP things with urllib
Implement !help command which dynamically handles existing commands
Detect connection failure and reconnect
Refactor socket parsing
A lot of other stuff...