Parser that retrieve advertisers informations from Afiliate systems.
MongoDB and Redis are required to start the server.
Note: A keys.json
file is required to start the server. This file contains all the
credentials for crawling the affiliate systems.
{
"cj": {
"username": [Email address],
"password": [Password]
}
}