GithubHelp home page GithubHelp logo

rohbot's Introduction

RohBot

Build Status Maintainability codecov

Setup

  1. Add token for bot to the Config file by replacing xxxx
  2. Install dependencies with pip install -r requirements.txt
  3. Load the language model used by this Bot via
    python -m spacy download en
  4. Depending on your configuration you may need to type this in your terminal before running:
    export LC_ALL="en_US.UTF-8"
    export LC_CTYPE="en_US.UTF-8"
  5. Run the bot with python RohBot/RohBot.py

rohbot's People

Contributors

andreas-grafberger avatar sarahsporck avatar

Stargazers

 avatar

Watchers

 avatar  avatar

rohbot's Issues

Matching Intents and Skills

As for now matching the intents/skills is still missing I´d like to state some ideas to what would be nice to have in this matcher:

  • clear text matching as well as command matching:
    -> this means as well 'weather Augsburg' as 'What is the weather in Augsburg' and that the commands do not need to have any order
  • matching and then passing parameters to the corresponding 'execute'
  • maybe add error handling here for lower level functions? try/expect send_message(chat_id, e)?

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.