Metadata-Version: 2.1
Name: simplebot-howdoi
Version: 1.1.1
Summary: Instant programming answers plugin for SimpleBot.
Home-page: https://github.com/adbenitez/simplebot_howdoi
Author: The SimpleBot Contributors
Author-email: adbenitez@nauta.cu
License: MPL
Keywords: simplebot plugin deltachat
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: simplebot (>=2.4.0)
Requires-Dist: howdoi (>=2.0.19)
Provides-Extra: dev
Requires-Dist: simplebot (>=2.4.0) ; extra == 'dev'
Requires-Dist: howdoi (>=2.0.19) ; extra == 'dev'
Requires-Dist: pytest (>=6.2.5) ; extra == 'dev'
Requires-Dist: black (>=21.12b0) ; extra == 'dev'
Requires-Dist: mypy (>=0.930) ; extra == 'dev'
Requires-Dist: isort (>=5.10.1) ; extra == 'dev'
Requires-Dist: pylint (>=2.12.2) ; extra == 'dev'
Requires-Dist: pylama (>=8.3.6) ; extra == 'dev'
Requires-Dist: types-pkg-resources (>=0.1.3) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest (>=6.2.5) ; extra == 'test'

Howdoi SimpleBot plugin
=======================

.. image:: https://img.shields.io/pypi/v/simplebot_howdoi.svg
   :target: https://pypi.org/project/simplebot_howdoi

.. image:: https://img.shields.io/pypi/pyversions/simplebot_howdoi.svg
   :target: https://pypi.org/project/simplebot_howdoi

.. image:: https://pepy.tech/badge/simplebot_howdoi
   :target: https://pepy.tech/project/simplebot_howdoi

.. image:: https://img.shields.io/pypi/l/simplebot_howdoi.svg
   :target: https://pypi.org/project/simplebot_howdoi

.. image:: https://github.com/adbenitez/simplebot_howdoi/actions/workflows/python-ci.yml/badge.svg
   :target: https://github.com/adbenitez/simplebot_howdoi/actions/workflows/python-ci.yml

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black

`SimpleBot`_ plugin that allows to get instant programming answers in Delta Chat, powered by `howdoi`_

Install
-------

To install run::

  pip install simplebot-howdoi

Configuration
-------------

You can customize some options using environment variables, for example to set the engine, you can set `HOWDOI_SEARCH_ENGINE` variable, check `howdoi`_ to see available options.

.. _SimpleBot: https://github.com/simplebot-org/simplebot
.. _howdoi: https://github.com/gleitz/howdoi


