hubot credit card number generator
5.0
一个 hubot 脚本,使用信用卡生成器生成通过 Luhn 检查的测试信用卡号。
请参阅src/credit-card-number-generator.js
以获取完整文档。
在 hubot 项目仓库中,运行:
npm install hubot-credit-card-number-generator --save
然后将hubot-credit-card-number-generator添加到external-scripts.json
:
[“hubot-信用卡号码生成器”]
hubot ccnum [cctype] [num] - responds with test credit card numbers. cctype is one of: a|m|v|j|e|vo|dn|ds . Optionally, specify a number and it will return n card numbers.
cc类型 | 描述 |
---|---|
一个 | 美国运通 |
DN | 食客卡 |
ds | 发现卡 |
e | 途中卡 |
j | JCB卡 |
米 | 万事达卡 |
v | 维萨卡 |
沃 | 航海者卡 |
user1>> hubot ccnum v 4 hubot>> 4072032880843113 4485046733373962 4916610646721325 4916721612089579
GNU GPL https://gnu.org/licenses/gpl.html
欢迎拉取请求!有关详细信息,请参阅贡献文件。