Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 465 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 465 Bytes

LinkBot0

Linkbot0 is a IRC-bot that shows people what's behind the a link by saying the title of the page.

Configuration

The following values can be set in the configuration file; config.py.

server = "Server Address"
channels = ["#Channel1", "#Channel2", "#Channel3"]
nickname = "LinkbotNickname" 
logFile = "linkbot0.log"

Usage

  • Install dependencies by running pip install -r requirements.txt
  • Run with python python Linkbot0.py