Linkbot0 is a IRC-bot that shows people what's behind the a link by saying the title of the page.
The following values can be set in the configuration file; config.py
.
server = "Server Address"
channels = ["#Channel1", "#Channel2", "#Channel3"]
nickname = "LinkbotNickname"
logFile = "linkbot0.log"
- Install dependencies by running pip install -r requirements.txt
- Run with python
python Linkbot0.py