Operation-Chicken-Nugget

Goal of this Operation is, grabbing a KS1 in Roubaix.
Don't run this on a VPS, you will get flagged for Fraud

Dependencies

pip3 install requests ovh
  1. Create an Application
    https://ca.api.ovh.com/createApp/
    https://eu.api.ovh.com/createApp/

  2. Put the keys into config.json
    Example how config.json should look like by now

{
    "endpoint":"ovh-ca",
    "endpointAPI":"ca.api.ovh.com",
    "ovhSubsidiary":"CA",
    "application_key":"xxxxxxxxxx",
    "application_secret":"xxxxxxxxxxxxxxxxxx",
    "dedicated_datacenter":"fr",
    "region":"europe",
    "consumer_key":""
}
  1. Request the consumerKey with running consumerKey.py and put it into config.json

  2. Edit nugget.py if you want to, by default it does no autopay and only in RBX
    If you want GRA, uncomment a few lines.

  3. Profit!