1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-30 20:23:08 +03:00
leon/skills/utilities/have_i_been_pwned/skill.json

12 lines
317 B
JSON

{
"name": "Have I Been Pwned",
"bridge": "python",
"version": "1.0.0",
"description": "Verify if one or several email addresses have been pwned (thanks to haveibeenpwned.com).",
"author": {
"name": "Louis Grenard",
"email": "louis.grenard@gmail.com",
"url": "https://github.com/louistiti"
}
}