A NoneBot based plugin provides information query services for EVE online.
Project description
.-'''-. .-'''-.
' _ \ ' _ \ .---.
__.....__ .----. .----. __.....__ / /` '. \ / /` '. \ | |
.-'' '. \ \ / /.-'' '. . | \ ' . | \ ' | |
/ .-''"'-. `. ' '. /' // .-''"'-. `. .| | ' | '| ' | '| |
/ /________\ \| |' // /________\ \ .' |_\ \ / / \ \ / / | |
| || || || | .' |`. ` ..' / `. ` ..' / | |
\ .-------------''. `' .'\ .-------------' '--. .-' '-...-'` '-...-'` | |
\ '-.____...---. \ / \ '-.____...---. | | | |
`. .' \ / `. .' | | | |
`''-...... -' '----' `''-...... -' | '.' '---'
| /
`'-'
这是一个基于 nonebot2 编写的EVE ONLINE信息查询插件。
📖 介绍
懒,具体功能:查价,kb信息,翻译,汇率,KM订阅及推送
💿 安装
使用 nb-cli 安装 (推荐)
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-eve-tool
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-eve-tool
pdm
pdm add nonebot-plugin-eve-tool
poetry
poetry nonebot-plugin-eve-tool
conda
conda install nonebot-plugin-template
打开 nonebot2 项目根目录下的 pyproject.toml
文件, 在 [tool.nonebot]
部分追加写入
plugins = ["nonebot_plugin_template"]
⚙️ 配置
在 nonebot2 项目的.env
文件中添加下表中的必填配置
eve_mysql_password='你的密码'
eve_proxy='http://127.0.0.1:7890' #国内强烈推荐
全部配置项
配置项 | 必填 | 默认值 | 说明 |
---|---|---|---|
eve_mysql_host | 否 | 'localhost' | MYSQL主机地址 |
eve_mysql_port | 否 | 3306 | MYSQL端口号 |
eve_mysql_user | 否 | 'root' | MYSQL用户名 |
eve_mysql_password | 是 | 无 | MYSQL密码 |
eve_mysql_db | 否 | 'eve_tool' | MYSQL数据库名 |
eve_redis_url | 否 | 'redis://localhost:6379/0' | Redis连接URL |
eve_proxy | 否 | None | 代理配置 |
eve_market_preference | 否 | 'esi_cache' | 市场设置偏好 |
eve_janice_api_key | 否 | 'G9KwKq3465588VPd6747t95Zh94q3W2E' | Janice API密钥 |
eve_word_cut | 否 | 'jieba' | 分词工具偏好 |
eve_history_preference | 否 | 'follow' | 历史记录偏好 |
eve_km_speed_limit | 否 | 0 | Kill Mail速度限制 |
eve_km_send_delay | 否 | 3 | Kill Mail发送延迟 |
eve_kb_info_background_url | 否 | 'https://www.loliapi.com/acg/' | KB信息背景URL |
eve_sde_path | 否 | data_path / 'sde' | SDE存放位置 |
eve_lagrange_preference | 否 | 'zh' | 语言偏好 |
eve_command_start | 否 | ["/", "", "!", ".", "!", "#"] | 命令起始字符 |
接下来请安装mysql和redis,推荐使用docker
docker run -itd --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 mysql
docker run -itd --name redis -p 6379:6379 redis/redis-stack-server:latest
🎉 使用
指令表
指令 | 权限 | 需要@ | 范围 | 说明 |
---|---|---|---|---|
/help | 群员 | 否 | 全部 | 无 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nonebot_plugin_eve_tool-0.1.1.tar.gz
.
File metadata
- Download URL: nonebot_plugin_eve_tool-0.1.1.tar.gz
- Upload date:
- Size: 40.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5be7df5a9b1dd5c6b39c5ecd310c6964b269526de46028c20751c6483aeea013 |
|
MD5 | 84259a3a7f0ced46534867df9a0cd00a |
|
BLAKE2b-256 | 8d82c24ae8392c4b463aff83373620a6502f17ca36306f34a91fa4b65859e4de |
File details
Details for the file nonebot_plugin_eve_tool-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_eve_tool-0.1.1-py3-none-any.whl
- Upload date:
- Size: 52.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e3a74b5aa54eb3ae4a3b9024e5d691c12840e949e3ebc861274c4c55a3dbcfa |
|
MD5 | b27c158a3658c19bce1b4df56d707b1d |
|
BLAKE2b-256 | c63c7f82032879bc96ad43d5ce5627de7d015e542dd19e369d258be93ec49e25 |