🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

botify

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botify

Natural Language based Commands Processing Framework

0.1.3
PyPI
Maintainers
1

###################################################################################### Botify ######################################################################################

.. inclusion-marker-badges-start

.. image:: https://badge.fury.io/py/botify.svg :target: https://badge.fury.io/py/botify

.. image:: https://travis-ci.org/pri22296/botify.svg?branch=master :target: https://travis-ci.org/pri22296/botify

.. image:: https://api.codacy.com/project/badge/Grade/47e374815173493b82c4cc3a4a3b4194 :target: https://www.codacy.com/app/pri22296/botify?utm_source=github.com&utm_medium=referral&utm_content=pri22296/botify&utm_campaign=Badge_Grade

.. image:: https://landscape.io/github/pri22296/botify/master/landscape.svg?style=flat :target: https://landscape.io/github/pri22296/botify/master :alt: Code Health

.. image:: https://readthedocs.org/projects/botify/badge/?version=latest :alt: Documentation Status :target: http://botify.readthedocs.io/en/latest/?badge=latest

.. inclusion-marker-badges-end

.. inclusion-marker-introduction-start

Introduction

This Package provides Botify class can be used to create your bot. Your bot will take orders in natural language and performing various actions based on the List of Tasks which you specify.

Note that, this package does not intends to really understand the natural langauge. Instead, you need to specify a mapping between various keywords and the tasks you need your bot to perform. This technique works pretty well as demonstrated by our example project nlcalc <https://github.com/pri22296/nlcalc>_.

Features include:

  • Ability to understand a large set of commands in natural language based on very little input.

.. inclusion-marker-introduction-end

.. inclusion-marker-install-start

Installation

::

pip install botify

.. inclusion-marker-install-end

.. inclusion-marker-links-start

Links

  • Documentation <http://botify.readthedocs.io/en/latest/>_

  • Source <https://github.com/pri22296/botify>_

  • API Reference <http://botify.readthedocs.io/en/latest/source/botify.html#module-botify>_

.. inclusion-marker-links-end

.. inclusion-marker-license-start

License

This project is licensed under the MIT License - see the LICENSE.txt <https://github.com/pri22296/botify/blob/master/LICENSE.txt>_ file for details.

.. inclusion-marker-license-end

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts