7-Eleven Fuel App Watch - Nationwide - January 2017 to January 2022

7-Eleven Fuel App Watch - Nationwide - Current

This forum post has too many comment pages and it broke OzBargain. Please continue your discussions in the replacement forum post. This forum post is closed.



This thread serves to let everyone know how much you have saved on your 7/11 fuel app.

Step 1: Subscribe to this thread to get email updates. You can change your subscription settings in your Ozbargain account to enable more/less email updates.

Step 2: Upon filling up simply fill in the details in this format:

  • NAME OF 7/11 STORE
  • PETROL TYPE
  • PETROL PRICE

Example:

  • Richlands QLD
  • ULP
  • 111.9/litre

Step 3: Upvote the comment if you found it helpful

Note: OzBargain or the OP are not responsible for your use of the 7/11 app and you should abide by all terms stipulated by the app. This thread's content is not endorsed by the OP or OzBargain.


Cheapest prices:

Other Useful Resources:

Further Info/Tips

There are two "tricks" that can be extremely beneficial as there is a common trend experienced by 7-Eleven App users: 1) If you receive an error processing your credit/debit card, you can purchase a 7-Eleven Gift Card in-store and apply the credits instantly onto the App. 2) You do not need to use the funds on your App to pay for the fuel, you can lock-in the price and pay via Cash or Card at the checkout saving the hassle of constantly topping up, gift cards, etc.

Master131 spends a lot of time creating and maintaining the script at Project Zero Three that we all know and love.


Working Methods (Updated 14th July 2020)

iOS

Android

Note: There's currently no APK or Android Simulator (Nox doesn't support Android 9) Available.

Credits to master131


Mod: Please don't ask for vouchers, obtain the lock yourself or use the classifieds for any wanted requests.

Related Stores

7-Eleven
7-Eleven

closed Comments

  • +3

    Weird that prices seem to be stable for the last 2 weeks yet normally it fluctuates every few days.

  • anyone having problems locking in today?

  • +27

    U98 - 123.9 Templestowe, Vic

    • Thanks!

    • Perfect! Just I was waiting for.

    • Thanks just locked in!

  • Boom! My price at my local for normal petrol 1.49 gone way up the last few days

  • +22

    Badda bing, badda boom!

    I've updated the Github repo this morning with a few changes. One fixes that stupid bug that when you locked in it would error. It was caused by getting rid of the session variables too early, so now they are removed just before it redirects to the index page after locking in.

    Second one was something I've wanted to do for a while (it turned out easier than expected actually). Now the first time you run the script it should download a file called "stores.json" into the folder you are running the script from. Now when you do a manual lock in it will search the stores.json file for the postcode you entered (i.e. 3106 for Templestowe this morning) and then it will use the coordinates from that store and with a few minor alterations (so you are still in proximity to it) and then show you the confirmation page.
    Also, someone wanted a Dockerfile. Here's a stupidly simple one that seems to run fine on my NAS. I'm sure it can be easily modified and probably needs to be but it works.

    As always you can view a live version minus a semi-average CSS styling sheet at Schema's site —> link to online lock in.

    Any other feedback let me know.

    • Is it possible to add a feature to cancel a current lock ?

      • +2

        That would have to somehow simulate the message sent from the 7/11 store to the 7/11 server telling them the voucher has been used..
        Not sure if even possible :O

      • +1

        Not from the app. There was at one stage an API call that said the code was used but it seems to be invalid now

    • +2

      Thanks Freighter, you're a legend!

      Managed to get the Dockerfile to work on my Synology. Note the linked Dockerfile on your repo is missing a closing parathesis ] at the end of line 11. Once I fixed this I was able to compile and run the image.

      Brief howto for anyone interested: Copied the app zip file to a folder called fuelapp, added in my api details to app.py, compiled using docker via ssh - change into fuelapp directory, and then run 'docker build -t fuelapp .' without '
      Used Synology docker GUI to launch the image created and mapped external port of my choice to internal port 5000. Browsed to nas-ip:PORT and app is running!

      • Ah, thanks! I'll update it now. Is that the reason why the Diskstation Manager doesn't install it and I had to SSH into my box to install it manually?

        • I don’t think there is a way to compile a docker image using a Dockerfile in DiskStation manager. Once I’d compiled it from command line ( docker build -t fuelapp . ) it then showed up in DiskStation manager’s Docker app as an image, I then clicked Launch on the fuelapp image under the Images tab of the Docker app and set my port mapping. After that it started as a container and has been running fine since.
          Note you need to have root access via ssh to use the docker command which is achieved by sudo -i and also have cd into the directory where the dockerfile and app files are located to compile the image. In my instance it was cd /volume1/docker/fuelapp

      • I can't seem to get it working. Are you able PM the instructions?

    • +1

      You should be on the Ozbargain hall of fame!

      Thanks!!

      • +1

        Along with Tightarse and JV? Ha!

    • Can this one be installed into my google cloud? Maybe Google app engine?

      • I assume so. If it can run the 3 extra requirements and send requests to external websites I don't see why it won't work.

    • As always, love your work.

      Feedback wise, and I'm not sure if this has already been suggested - after screwing myself out of the 120.9 U98 tonight I was thinking about running a local version that automatically locks a price in if it falls below a preset price/certain %ge below the local 7-11.

      Would this be hard to implement?

      • +3

        As always, love your work.

        Thanks!

        running a local version that automatically locks a price in if it falls below a preset price/certain %ge below the local 7-11.

        That would be easy enough. You only need to login once I think as long as your access token and device secret are active then you shouldn't have any issues. If you want to try and hack a script up by yourself then you pretty much just follow this pseudo code:

        -> login to your account
        -> while(True) <—- (so we are in an infinite loop)
        -> Either search the script in the OP for the cheapest price or query your 'favourite' stores every hour or so (I think a maximum or 10-15 stores run out of unleaded quite often).
        -> if price <= your maximum (say $1.20)
        -> lock in the price, otherwise sleep(30 minutes)

        Otherwise hopefully tomorrow afternoon I can write you something up. I'll upload all of the API calls that I have bothered to convert to Python on my Github page hopefully tonight or tomorrow after I clean the code up a bit.

        • @freighter how do we do auto login?

    • Does this work on mac osx/iphone?

      • Yes. It's browser based so it is OS/mobile platform independent. That's a reason why I made it.

        It should run natively on OSX too if Python is installed by default (I think it is)

  • +5

    Fuel prices have shot to $1.50 in Brisbane and I can still lock in 91 for < $1.20. This app really shines in times like this.

    Ive subbed to patreon, cheers.

    • +5

      Agreed. I saved close to 50c per litre yesterday on 98!

      • +1

        Agreed! Saved around $20 yesterday on 95 fuel (filled up 40 litres) :)

  • For people who use the website to lock, occasionally you get an "500 server error". After that, the 7-11 app refuses to update the lock or even find cheap fuel nearby. What fixed it for me (android), was to clear the app data from the settings, reboot the phone( probably not necessary) then log in again to the app. The locked price should load in a few seconds.

    I suspect this happens because the 7-11 app is in the background when the website tries to fuel lock. In order to avoid this in the future, I'd clear it from the recent apps list whilst getting a lock from a web based service.

    • +3

      For people who use the website to lock, occasionally you get an "500 server error".

      Interesting. Does it come up with an "oh no! 500 error" message or something? I should try and add proper error handling so you guys can tell me what the error(s) actually are!

      With the 7-11 app not updating the lock, the app itself polls their servers for a fuel lock when you first open the app if you are already logged in, and if you aren't then when you do login. And then every 3600000 milliseconds (so once an hour) after that.

      I usually just logout and relogin to get my fuel lock to show up.

      • @Freighter just curious, do our passwords saved on any database ?

        • +2

          Nope. The only log that shows up is when the script was started. We/I don't log any usernames or passwords or IP addresses. The only metric we have of tracking how many lock ins were made was through Google Maps API but now I edited how the coordinates for lock ins are made that metric is next to useless

      • I usually just logout and relogin to get my fuel lock to show up.

        Force close via opening in multi task view a couple of times in android and iOS usually works too

    • +1

      Just logging in and out of the app fixes this. Correct in assuming it's because the app was running in the background.

  • +1

    Hi All.

    For some reason, Microsoft has closed my Azure account (The account that https://fuel.ethergroup.com.au is being run on)
    It seems to still be running at this time, aswell as my other services i'm hosting with Azure.

    So depending on the cost of the VM, i may or may not run it up again if it goes down. (I don't want to be out of pocket)

    But this is all dependent if it goes down (hopefully it doesn't) and I'm trying to speak to Microsoft to get it re-instated and figure out what has happened.

    • +9

      What is the cost of a VM?
      Maybe we can all chip in considering we are all benefiting from it?

      • +1

        Still looking into options at the moment, I don't like what Microsoft has done and just made it vanish without any notification, was going to do some maintenance on it and had come across it.

        1) I'd be looking at a cheaper one to start out ($5-10ish), and if it becomes a pain in the ass / slow etc i'd be looking to scale it up to a better VM ($15-20)

        2) To be honest, i'd also be looking to host my personal domain on it (low resources), and possibly redirecting the url of the fuel locker to a subdomain on it, as i don't want to renew the ethergroup domain to reduce costs.

        • +1

          My azure VM was hitting the $200/month in resources which was super overkill, but was making it flow nicely.

          Currently on the phone to Microsoft as they called me back to investigate further, will keep updated on what i'll be looking at doing.

    • +4

      I'm happy to chip into a VM too.

    • +2

      I'm down to chip in!

      • Thanks mate!

        I have a link on the homepage of the fuel portal now.

    • I’ll chip in

      • Thanks mate!

        I have a link on the homepage of the fuel portal now.

  • +16

    Well, Activated a paid incident support request* and had someone call me instantly.

    They restored access as apparently my account was blocked "incorrectly"

    https://i.imgur.com/kP8BW00.png

    All sorted now, thanks all!

    Shouldn't be going anywhere now.

    • alternatively look at AWS as well as a backup

  • If it is not working for somebody using rooted device you can use
    https://github.com/jakev/unrootbeer
    Since apk uses rootbeer to check for phone root

  • -6

    How do I use
    https://fuel.ethergroup.com.au/
    To lock prices.

    I tried fake god doesn’t work for me.

    Any guidance is appropriated

    • use your 7/11 app login details on the website.

      select which fuel you would like, and press lock it in.

      It will automatically lock in the max Litres based on your 7/11 app account balance.

      super easy

      • +1

        super easy

        Apparently not easy enough

    • Fake god is the problem. Try real God ;)

    • +1

      Any guidance is appropriated

      read the last 67 pages
      should be guidance enough

  • Parents just saved $28 on a tank of 98. Attendant looked a little shocked lol.

    Thanks master.

  • This might be OT, but does anyone know why the wholesale TGP price of fuel has jumped from being under $1.10 to almost $1.30, the levels we saw last year? The global oil price hasn't risen that much.

  • +4

    For anyone that missed it, U98 120.9 11-Seven Waverley Gardens VIC

    • +1

      Front page in 5, 4, 3, 2…

      • already there

        • Haha yep, just saw. Usually it's the other way around.

    • Lmfao I have the worst timing. Oh well only like $2 difference.

  • Merged from [VIC] Fuel 91 Octane 119.9c Per Litre @ 7-Eleven, Springvale South
    Go to Deal

    Fuel 91 Octane 119.9c Per Litre @ 7-Eleven Springvale South.
    Quite busy though.

    • +8

      I think I'll take 98+ at 120.9c instead:

      https://www.ozbargain.com.au/node/445268

      • +1

        But some of us don't want our cars to develop champagne tastes
        j/k of course … U98 @ 120.9 is a no brainer over U91 @ 119.9

  • May have gone back up at 3170. Missed it.

  • Not $120.9 U98 at Waverly Gardens. Gone up again.

    • Yep. Didn't think to look at this thread before going up to fill with 2L @ 123. Got greedy :(

      EDIT - Going away this weekend where there's no 711s and wouldn't have been able to fully utilise my lock as it would have run out before I got back. Before somebody thinks I drove up there to save $1.50 lol

      • I did the same. I lost my previous fuel lock. Settling for E10 instead for 1 week.

        I feel they did this on purpose so everyone loses their old U98 lock rushing. It was only available for like 1-2 hours.

  • Delete: duplicate

  • +14

    Saved $30 on 60L of 98! Record for me with pump price at 1.72c

  • +1

    edit nvm script hadn't updated LMFAO. false alarm!

    edit2: nooo it's gone from the app D: no more waverley gardens D:

  • +5

    I am very late to this party , but I am enjoying the savings .

    • +5

      better late than never ;)

  • 40L of 95 @ 123.9 - PM in case you need

    • Hi, when is the expiry?

    • I just PMd you. Cheers 😀

  • +3

    Google closed all my API projects now, after my issue with Azure..
    So it may not lock fuel with the web portal until i replace the API, i dont have access to a PC at the moment to fix it.

    • +1

      For the most part it shouldn't be a problem for many users since we've moved to using the stores.json file. But when you sort it out it'll be good to have again!

      P.s you have horrible luck with your Google API!

    • Do you know who is the developer for this ether vm?? How can I chip in few $$$ to support him??

  • +2

    YO I just saved $18+ on a tank of 98.

    That's a years worth of Patreon in one hit for master131 so I've just subscribed. Thanks for your work mate.

    • +1

      Only Just realized master has a patreon.. I'll also subscribe for this invaluable service

  • Can anyone comment why the price of 91 seem to be climbing higher and higher, when previously it was around 10 - 20c less ?

    • +3

      Global fuel price going up again.. TGP has risen from like $1.10 up to $1.29/L and going up.

    • +1

      The reason isn't so much the $au or the price of (tapis) crude oil, but mostly the refineries are increasing profit margins.

      Have a squiz at this graph.

      https://www.aip.com.au/pricing/international-prices/internat…

      In the first graph, The blue is the price of oil, the green is the price of (refinery) ULP. You can see in late Feb, the refineries were selling 95 for less then the price of crude oil. Then you can see in March they're decided to make some money (not that they were losing money, because they had bought the fuel under contract at a lower price).

      • What can we do about it? We get screwed by everyone.

        • Buy a Tesla :)

        • Cheaper alternatives to Tesla are Nissan Leaf or Hyundai Ioniq.

        • +2

          Keep locking in the cheapest fuel in Oz ;-)

  • +4

    Saved $26.4 today on U98 locked # 1.23. Even the attendant was impressed.

    Thanks!

    • Yup same here saved $24.3.

    • +1

      Saved $37 last night and attendant was impressed too

  • +13

    Hey Guys,

    When i was having issues the other day with my Azure Hosting for the https://fuel.ethergroup.com.au site, a few mentioned that they'd be happy to possibly chip-in for a new server for when Azure closes it properly (They did the same thing to me AGAIN a few days ago, and spent a couple hours getting it back) - So i'd say the end is near for my Azure service and i will need to start looking into an alternative, possibly running one side-by-side as a "backup" site for when the Azure one goes down, which i think will possibly be soon, as two times now i've had to have "paid" incident requests to have my service restored (2 out of 3 have been activated (Free) )

    I'm assuming i've setup this Patreon correctly and whilst the service to use is free, and always will be - It would be appreciated (You're not obliged) to chip in for a hosting service for this site to run without any downtime.

    Thank you for supporting the web portal & Freighter along this journey.

    Just as a FYI - Over the last few months, every time 98 drops to a decent price (15c) or lower, it seems 1k+ People lock in that same night, so i believe we've hit over 7-10k+ Lock-Ins in just a few small months.

    https://www.patreon.com/join/fuelportal/

    Thanks again all,
    Schema.

    • +1

      ((Migrating to a new VM now)) - Vanished again and am over Microsofts antics, may be down for a few hours - Sorry for any inconvenience.

      • +1

        Mate it’s no inconvenience. You’re doing an awesome service to people! Will definitely chip in for this!
        Cheers

    • Done! Shoot me a PM if you need more than that each month.

      • Thank you, Appreciate it!

    • +6

      I just came across this thread. I know it's not much, but I put $1 a month. Someone shared the website with me and it was down so I had a dig around to see why and here I am. Keep up the good work!

      • Thank you mate! - Sorry, Having issues with the auto-redirection due to the server issues.

Login or Join to leave a comment