Dam998 / shopify-monitor

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

Sites #28

Open bushaaaa opened 4 years ago

bushaaaa commented 4 years ago

How can I add more sites?

winmore6 commented 4 years ago

{ "mongodb_uri": "mongodb://127.0.0.1:27017/shopify", "webhook_url": [ "DISCORD_WEBHOOK_URL" ], "discord_message_settings": { "botImage": "https://cdn.discordapp.com/embed/avatars/0.png", "botName": "Shopify monitor", "footerDescription": "", "footerImage": "", "timeOfNotification": true }, "requestTiming": 7500, "__KEYWORDS_EXPLAINED" : "In this default example that I've created the monitor will notify you if find a Nike product in hanon or sensinko site, and it'll notify if find a New Balance or Adidas Yeezy product only in hanon site", "sites": [ { "url": "hanon-shop.com" }, { "url": "sesinko.com" }, { "url": "thenextdoor.fr" }, { "url": "a-ma-maniere.com" }, { "url": "noirfonce.fr" }, { "url": "pampamlondon.com" }, { "url": "de.afew-store.com" }, { "url": "extrabutterny.com" } ], "proxiesList": [ ] }

winmore6 commented 4 years ago

This is a script he had with more websites, you can probably just add more or change the current ones