add crawler and crawler config for Aktido agency

This commit is contained in:
Bilal Catic
2019-10-28 09:14:45 +01:00
parent f5d912f02c
commit f899c96dc6
6 changed files with 438 additions and 3 deletions

View File

@@ -4,9 +4,11 @@ require("dotenv").config({ path: __dirname + "/./../../.env" });
const OLX_CONFIG = require("./specificConfigs/olx");
const RENTAL_CONFIG = require("./specificConfigs/rental");
const PROSTOR_CONFIG = require("./specificConfigs/prostor");
const AKTIDO_CONFIG = require("./specificConfigs/aktido");
module.exports = {
OLX_CONFIG,
RENTAL_CONFIG,
PROSTOR_CONFIG
PROSTOR_CONFIG,
AKTIDO_CONFIG
};