1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-19 06:41:33 +03:00
leon/packages/checker
2019-04-17 12:01:12 +01:00
..
config chore: init 2019-02-10 20:26:50 +08:00
data Merge branch 'develop' of https://github.com/leon-ai/leon into been_pwned 2019-04-17 12:01:12 +01:00
test feat(package/checker): Add test for haveibeenpwned module 2019-04-17 12:00:54 +01:00
__init__.py chore: init 2019-02-10 20:26:50 +08:00
haveibeenpwned.py feat(package/checker): Add test for haveibeenpwned module 2019-04-17 12:00:54 +01: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 chore: init 2019-02-10 20:26:50 +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"
...