GithubHelp home page GithubHelp logo

aburton207 / the-gluten-thief Goto Github PK

View Code? Open in Web Editor NEW

This project forked from snacsnoc/grocery-app

0.0 0.0 0.0 507 KB

Search multiple Canadian grocers at once

Home Page: https://grocerygoose.ca

License: GNU General Public License v3.0

JavaScript 1.55% Python 73.39% HTML 25.03% Procfile 0.02%

the-gluten-thief's Introduction

Look up multiple Canadian grocers at once

Stores:

  • Presidents Choice (Superstore)
  • Safeway
  • SaveOnFoods
  • Walmart

This app uses undocumented APIs to query search results, this project is experimental. To read more about the APIs, see HACKING.md

Run Flask:

FLASK_DEBUG=True python3 -m flask run

Runs on:

  • Python 3.11
  • Smiles

Implementation: Using the user's search query, the grocer's individual search API is called. To speed up sending requests, the requests are made in parallel. The users postal code to lat,long coordinates is cached to disk. This is used for store lookups, eg finding a Walmart within a proximity. This simulates behaviour from the APIs used in mobile apps. The data is then formatted and normalized and returned to Flask.

Data is exposed to Javascript on the search results page and then sorted accordingly.

To use this in your project, or if you're just curious, the most useful files are:

  • supermarket.py - query grocery stores, as mentioned above
  • product_data_parser.py - parse the response from a query

the-gluten-thief's People

Contributors

snacsnoc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.