معرفی شرکت ها


commanderbot-0.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A collection of utilities and extensions for discord.py bots.
ویژگی مقدار
سیستم عامل -
نام فایل commanderbot-0.9.0
نام commanderbot
نسخه کتابخانه 0.9.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Arcensoth
ایمیل نویسنده arcensoth@gmail.com
آدرس صفحه اصلی https://github.com/CommanderBot-Dev/commanderbot-py
آدرس اینترنتی https://pypi.org/project/commanderbot/
مجوز MIT
# commanderbot-py A collection of utilities and extensions for discord.py bots. [![package-badge]](https://pypi.python.org/pypi/commanderbot/) [![version-badge]](https://pypi.python.org/pypi/commanderbot/) ## Requirements - Python 3.10+ - discord.py 2.0+ ## Running your bot You can run your own bot without writing any code. You will need the following: 1. Your own [Discord Application](https://discordapp.com/developers/applications) with a bot token. 2. A [configuration file](#configuring-your-bot) for the bot. 3. A Python 3.10+ environment. - It is recommended to use a [virtual environment](https://docs.python.org/3/tutorial/venv.html) for this. - You can use [pyenv](https://github.com/pyenv/pyenv) to build and run Python 3.10. 4. If you have [poetry](https://python-poetry.org/), you can `poetry install` instead of using `pip`. (Just make sure that dev dependencies are also installed.) Otherwise, you may use `pip`: - Run `pip install commanderbot` to install the bot core package. The first thing you should do is check the CLI help menu: ```bash python -m commanderbot --help ``` There are several ways to provide a bot token: 1. (Recommended) As the `BOT_TOKEN` environment variable: `BOT_TOKEN=put_your_bot_token_here` - Supports `.env` files: use `.env` in the working directory or provide the `--envfile` option 2. As a CLI option: `--token put_your_bot_token_here` 3. As a standalone file: `--tokenfile path_to_file_with_bot_token` 4. Manually, when prompted during start-up Here's an example that provides the bot token as an argument: ```bash python -m commanderbot bot.json --token put_your_bot_token_here ``` ## Configuring your bot The current set of configuration options is limited. Following is an example configuration that sets the command prefix and loads the `status` and `faq` extensions. > Note that with this configuration, the `faq` extension will require read-write access to `faq.json` in the working directory. ```json { "command_prefix": ">", "extensions": [ "commanderbot.ext.status", { "name": "commanderbot.ext.faq", "enabled": true, "options": { "database": "faq.json", "prefix": "?" } } ] } ``` [package-badge]: https://img.shields.io/pypi/v/commanderbot.svg [version-badge]: https://img.shields.io/pypi/pyversions/commanderbot.svg


نیازمندی

مقدار نام
>=2.0.0,<3.0.0 discord.py
>=0.4.3,<0.5.0 colorama
>=4.2.1,<5.0.0 colorlog
>=0.17.0,<0.18.0 aiosqlite
>=1.12.1,<2.0.0 nbtlib
>=1.2.3,<2.0.0 tokenstream
>=0.18.0 lectern
>=0.15.0 mecha
>=0.45.3 beet
>=1.3.0,<2.0.0 allay
>=3.7.4,<4.0.0 aiohttp
>=5.4.1,<6.0.0 PyYAML
>=1.4.2,<2.0.0 emoji
>=1.5.3,<2.0.0 jsonpath-ng
>=1.0.2,<2.0.0 mccq
>=0.20.0,<0.21.0 python-dotenv
>=1.4,<1.4.23 SQLAlchemy


زبان مورد نیاز

مقدار نام
>=3.10,<4.0 Python


نحوه نصب


نصب پکیج whl commanderbot-0.9.0:

    pip install commanderbot-0.9.0.whl


نصب پکیج tar.gz commanderbot-0.9.0:

    pip install commanderbot-0.9.0.tar.gz