GithubHelp home page GithubHelp logo

jeeves's Introduction

Jeeves

Chat bot for StackOverflow. Uses amphp libraries for async magic sauce.

Build Status Badge Of Shame

Requirements

  • PHP 7.1 or greater.
  • php_intl PHP extension.
  • php_mbstring PHP extension.
  • libxml, version 2.7.8 or greater due to use of LIBXML_HTML_NOIMPLIED and LIBXML_HTML_NODEFDTD .

Installation

  1. Clone the project.
  2. Copy config/config.sample.yml to config/config.yml.
  3. Replace all configuration variables with your values.
  4. Run the bot using php ./bin/jeeves.

JAAS (Jeeves as a Service)

If you want to run the bot as a systemd service:

  1. Copy config/jeeves.sample.service to /etc/systemd/system/jeeves.service.
  2. Replace the path with your installation location.
  3. Make sure the bin/jeeves file is executable
  4. If you want to service to automatically start run systemctl enable jeeves
  5. Start the service using systemctl start jeeves

Optional Dependencies

  • For true non-blocking execution, install one of the following:

Documentation

Documentation is something other people do. Despite this, there is some information in the wiki

License

The source code of this project is licensed under the MIT license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.