1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-20 07:11:40 +03:00
leon/packages/checker
2019-04-27 12:56:54 +08:00
..
config feat(package/checker): allow multiple breaches output in the Have I Been Pwned module 2019-04-27 12:12:04 +08:00
data docs(package/checker): add readme instructions 2019-04-27 12:56:54 +08:00
test feat(package/checker): allow multiple breaches output in the Have I Been Pwned module 2019-04-27 12:12:04 +08:00
__init__.py chore: init 2019-02-10 20:26:50 +08:00
haveibeenpwned.py feat(package/checker): allow multiple breaches output in the Have I Been Pwned module 2019-04-27 12:12:04 +08:00
isitdown.py refactor(package/checker): use NLP entities to find domain names in isitdown module 2019-03-02 17:26:25 +08:00
README.md docs(package/checker): add readme instructions 2019-04-27 12:56:54 +08:00
version.txt feat(package/checker): add expressions and answers 2019-04-03 11:17:24 +01:00

Checker Package

The checker package contains modules which include checkings.

Modules

Is it Down

Ping domain names and give you the online state.

Usage

(en-US) "Are github.com, an-awesome-domain-name.net and twitter.com down?"
(fr-FR) "Vérifies si github.com, un-super-nom-de-domaine.fr et twitter.com sont en ligne"
...

Have I Been Pwned

Verify if a or several email addresses have been pwned.

Usage

(en-US) "Has louis.grenard@gmail.com been pwned?"
(en-US) "Have iifeoluwa.ao@gmail.com, louis.grenard@gmail.com, and supercleanemail@test.com have been pwned?"
(fr-FR) "Est-ce que louis.grenard@gmail.com est compromis ?"
(fr-FR) "Est-ce que iifeoluwa.ao@gmail.com, louis.grenard@gmail.com, et supercleanemail@test.com ont été compromis ?"

You can also predefined one or several email addresses in the packages/checker/config/config.json file at the haveibeenpwned.emails key.

If you do, then you can use such sentences:

(en-US) "Have my email addresses been pwned?"
(fr-FR) "Est-ce que mes adresses email ont été compromises ?"