The pyborg documentation

Contents:

Pyborg is a markov chain bot for IRC (and other services [even at the same time with the same database]) that generates replies based on messages and it’s database. Pyborg exists as a range of scripts, libraries and servers.

Installing

We’re on the cheeseshop.

pip install pyborg
optional extras:
  • nlp (need nltk data deps)
  • subtitles
  • systemd (for notify support in the http server app)

Advanced NLTK integration

  • install the nltk package

  • run their downloader and select the the following packages:

    • averaged_perceptron_tagger
    • punkt

Indices and tables