🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

nonebot-plugin-binsearch

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nonebot-plugin-binsearch

一个Nonebot2插件用于查询信用卡的卡组织,卡等级,卡类型,发卡国等

2.0.3
71

Supply Chain Security

100

Vulnerability

66

Quality

90

Maintenance

100

License

Maintainers
1
NoneBotPluginLogo

NoneBotPluginText

nonebot-plugin-binsearch

✨ 一个Nonebot2插件用于查询信用卡的卡组织,卡等级,卡类型,发卡国等✨

license pypi python

📖 介绍

一个Nonebot2插件用于查询信用卡的卡组织,卡等级,卡类型,发卡国等

💿 安装

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-binsearch
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot-plugin-binsearch
pdm
pdm add nonebot-plugin-binsearch
poetry
poetry add nonebot-plugin-binsearch
conda
conda install nonebot-plugin-binsearch

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入

plugins = ["nonebot_plugin_binsearch"]

⚙️ 配置

在 nonebot2 项目的.env文件中添加下表中的必填配置

配置项必填默认值说明
bin_api_key你的bin查询api秘钥

[!NOTE]

🔑 如何获取API Key?

前往以下页面申请API Key: 申请页面 每月限制查询 500 次,你可以通过多账号申请轮换API Key,以避免超出查询限制。

🎉 使用

指令表

指令权限需要@范围说明
bin 6位bin群员全局查询bin

TODO

  • 多API Key负载均衡
  • 查询速度限制
  • API响应缓存

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts