معرفی شرکت ها


botank-0.0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A library for automated testing of Alice skills
ویژگی مقدار
سیستم عامل -
نام فایل botank-0.0.5
نام botank
نسخه کتابخانه 0.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده David Dale
ایمیل نویسنده dale.david@mail.ru
آدرس صفحه اصلی https://github.com/avidale/botank
آدرس اینترنتی https://pypi.org/project/botank/
مجوز MIT
# botank It is a tool for automated testing of Alice skills (and maybe other chat bots in the future). We shoot random requests into your bot and look how it copes with them. The tool is written in Python, but it calls the bots through a web hook, therefore the bots can be written in any language or without language at all. Links: [GitHub](https://github.com/avidale/botank), [PyPI](https://pypi.org/project/botank/). Read this in other languages: [English](https://github.com/avidale/botank/blob/master/README_EN.md), [Русский](https://github.com/avidale/botank). ## The essentials To install the tool you need Python>=3.6 and the `pip` package manager (or analogs). Installation: ```commandline pip install botank ``` Usage: ```commandline python -m botank http://localhost:5000/alice/ -n 100 -o results.txt ``` When you run it like this, *botank* sends to `http://localhost:5000/alice/` 100 Alice-like random requests into your skill, and saves the results to the file `results.txt`.


نحوه نصب


نصب پکیج whl botank-0.0.5:

    pip install botank-0.0.5.whl


نصب پکیج tar.gz botank-0.0.5:

    pip install botank-0.0.5.tar.gz