From 7ab8f88f14eb26c78c7ce0451228af368cf6bd1b Mon Sep 17 00:00:00 2001 From: Malte Tashiro Date: Fri, 9 Feb 2024 03:53:32 +0000 Subject: [PATCH] Rename RoVista crawler --- config.json.example | 2 +- iyp/crawlers/{rovista => virginiatech}/README.md | 0 .../{rovista/validating_rov.py => virginiatech/rovista.py} | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename iyp/crawlers/{rovista => virginiatech}/README.md (100%) rename iyp/crawlers/{rovista/validating_rov.py => virginiatech/rovista.py} (98%) diff --git a/config.json.example b/config.json.example index 2599b6a..c11d6bf 100644 --- a/config.json.example +++ b/config.json.example @@ -57,7 +57,7 @@ "iyp.crawlers.ihr.rov", "iyp.crawlers.bgptools.tags", "iyp.crawlers.bgptools.anycast_prefixes", - "iyp.crawlers.rovista.validating_rov", + "iyp.crawlers.virginiatech.rovista", "iyp.crawlers.stanford.asdb", "iyp.crawlers.peeringdb.org", "iyp.crawlers.peeringdb.fac", diff --git a/iyp/crawlers/rovista/README.md b/iyp/crawlers/virginiatech/README.md similarity index 100% rename from iyp/crawlers/rovista/README.md rename to iyp/crawlers/virginiatech/README.md diff --git a/iyp/crawlers/rovista/validating_rov.py b/iyp/crawlers/virginiatech/rovista.py similarity index 98% rename from iyp/crawlers/rovista/validating_rov.py rename to iyp/crawlers/virginiatech/rovista.py index f6acedb..a11b4a9 100644 --- a/iyp/crawlers/rovista/validating_rov.py +++ b/iyp/crawlers/virginiatech/rovista.py @@ -8,8 +8,8 @@ from iyp import BaseCrawler, RequestStatusError URL = 'https://api.rovista.netsecurelab.org/rovista/api/overview' -ORG = 'RoVista' -NAME = 'rovista.validating_rov' +ORG = 'Virginia Tech' +NAME = 'virginiatech.rovista' class Crawler(BaseCrawler):