Skip to content

pandalion98/cluebotng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A running Cluebot-NG install has two main components - the core and the interface to Wikipedia.

Core

The core is written in C++ and listens on a TCP socket for communication from the Wikipedia interface. It can be compiled by typing 'make', but has a number of prerequisites. For several of these prerequisites, it uses relatively new features, so the version is important. If you have all of these prerequisites but still get compile errors, try installing the latest version.

Prerequisites:

Interface to Wikipedia

The interface to Wikipedia is written in PHP and requires a PHP interpreter.

Deploying to tools

pip install fabric

fab deploy```

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.0%
  • PHP 42.0%
  • Python 3.1%
  • Other 1.9%