A small script to run a IRC robot as an automated session. Each instance can connect to one server and join multiple channels at once.
- python3
- python3/bs4 (BeautifulSoup) ... hmmm
$ git clone https://github.com/dukethis/bibop_ircbot- Set up your bot:
- HOST to connect
- PORT to reach
- NICK bot nickname
- Run it:
$ python3 bibop.py
Enjoy :-)