معرفی شرکت ها


diswarm-handler-1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Handler for DiSwarm
ویژگی مقدار
سیستم عامل -
نام فایل diswarm-handler-1.1
نام diswarm-handler
نسخه کتابخانه 1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده iTecX
ایمیل نویسنده matteovh@gmail.com
آدرس صفحه اصلی https://github.com/iTecAI/DiSwarm/tree/master/diswarm-handler
آدرس اینترنتی https://pypi.org/project/diswarm-handler/
مجوز -
# DiSwarm Handler Basic DiSwarm bot handling class, and standardized communication protocol ## Usage Main class: `Handler(channel, token, swarm_id, bot_id, lead_timeout=5, role=None)` Channel: Discord server channel to run swarm in Token: Discord bot token Swarm_id: Unique id of entire swarm Bot_id: Unique id of bot Lead_timeout: Seconds before bot declares itself swarm leader Role: Role in swarm. Changing this from None overrides leader/drone selection. Subclass this, and redefine the function `process_one(self, response)` to perform different tasks based on input. This is much like the `socketserver.BaseRequestHandler.handle()` method. Other functions: `request(req, args=())` Requests data from swarm. Req: Request text Args: tuple of arguments to pass to swarm `process()`: Processes swarm queue and returns list of `process_one()` outputs ## Notes - Swarm ID: the same for all bots in your swarm, but it should be unique from any other swarm, at least on your swarm channel. To be safe, use a randomly generated string or number. Make sure every bot in your swarm has the same id, because bots with different ids cannot see eachother's messages. ## Requires - `pip install DiSwarm` (Will install all dependencies As an alternative, run `pip install diswarm-handler` to download this and all dependencies.


نیازمندی

مقدار نام
- DiSwarm


نحوه نصب


نصب پکیج whl diswarm-handler-1.1:

    pip install diswarm-handler-1.1.whl


نصب پکیج tar.gz diswarm-handler-1.1:

    pip install diswarm-handler-1.1.tar.gz