Dam998 / shopify-monitor

Support proxies, keywords, multiple webhook url, avoid ban and more - current version: 1.5
MIT License
200 stars 39 forks source link

Discord notis #36

Open tuhnic opened 4 years ago

tuhnic commented 4 years ago

Yo so everything is set up correct, I get the notification that the bot is installed in discord im just wondering why nothing is popping up when I have no errors in the code or anything any suggestions? And can you check if my code is correct im pretty certain it is ! }, "requestTiming": 30000, "__KEYWORDS_EXPLAINED" : "", "keywords": [[""]], "sites": [ { "url": "hanon-shop.com" , "keywords": [["Adidas","Yeezy"],["Nike","SB"],["Nike","Air","Jordan","1"],["Nike","Jordan","1"],["Nike","Dunk"],["Nike","Jordan","4"], ["Nike","AIR","FORCE","1"],["Nike","AIR","MAX","90"]] }, { "url": "sesinko.com" , "keywords": [["Adidas","Yeezy"],["Nike","SB"],["Nike","Air","Jordan","1"],["Nike","Jordan","1"],["Nike","Dunk"],["Nike","Jordan","4"], ["Nike","AIR","FORCE","1"],["Nike","AIR","MAX","90"]]

    },

    { "url": "a-ma-maniere.com" ,
        "keywords": [["Adidas","Yeezy"],["Nike","SB"],["Nike","Air","Jordan","1"],["Nike","Jordan","1"],["Nike","Dunk"],["Nike","Jordan","4"],
        ["Nike","AIR","FORCE","1"],["Nike","AIR","MAX","90"]]

    },
    { "url": "de.afew-store.com" ,
        "keywords": [["Adidas","Yeezy"],["Nike","SB"],["Nike","Air","Jordan","1"],["Nike","Jordan","1"],["Nike","Dunk"],["Nike","Jordan","4"],
        ["Nike","AIR","FORCE","1"],["Nike","AIR","MAX","90"]]

    },
    { "url": "extrabutterny.com" ,
        "keywords": [["Adidas","Yeezy"],["Nike","SB"],["Nike","Air","Jordan","1"],["Nike","Jordan","1"],["Nike","Dunk"],["Nike","Jordan","4"],
        ["Nike","AIR","FORCE","1"],["Nike","AIR","MAX","90"]]

    },
    { "url": "kith.com" ,
        "keywords": [["Adidas","Yeezy"],["Nike","SB"],["Nike","Air","Jordan","1"],["Nike","Jordan","1"],["Nike","Dunk"],["Nike","Jordan","4"],
        ["Nike","AIR","FORCE","1"],["Nike","AIR","MAX","90"]] 
    },
    { "url": "shopnicekicks.com" ,
        "keywords": [["Adidas","Yeezy"],["Nike","SB"],["Nike","Air","Jordan","1"],["Nike","Jordan","1"],["Nike","Dunk"],["Nike","Jordan","4"],
        ["Nike","AIR","FORCE","1"],["Nike","AIR","MAX","90"]]
    },
    { "url": "jimmyjazz.com",
        "keywords": [["Adidas","Yeezy"],["Nike","SB"],["Nike","Air","Jordan","1"],["Nike","Jordan","1"],["Nike","Dunk"],["Nike","Jordan","4"],
        ["Nike","AIR","FORCE","1"],["Nike","AIR","MAX","90"],["Nike","Jordan","Mid"]]
    },
    { "url": "topsandbottomsusa.com",
        "keywords": [["Adidas","Yeezy"],["Nike","SB"],["Nike","Air","Jordan","1"],["Nike","Jordan","1"],["Nike","Dunk"],["Nike","Jordan","4"],
        ["Nike","AIR","FORCE","1"],["Nike","AIR","MAX","90"],["Nike","Jordan","Mid"]]
    }

],
"proxiesList": []

}

tuhnic commented 4 years ago

nvm got it to work lol

tuhnic commented 4 years ago

well I have one more question whats a good host platform so it can run 24/7

jackscanlann commented 4 years ago

nvm got it to work lol

did you have to fix anything to get it to work or was it right?

asdat3 commented 4 years ago

well I have one more question whats a good host platform so it can run 24/7

PM2

run: npm install pm2 and then: pm2 start index.js [in the right directory] you get an overview with pm2 status and you can close the cmd without worring that it might not be running

PM2 also provides a online overview for FREE!!!

@tuhnic

also checkout: http://asdatindustries.com