Skip to content

Uses storefront APIs to request data to then finds the deal with the best bang for your buck

Notifications You must be signed in to change notification settings

cat-thats-fat/Cheap-Weed-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheap Weed Finder

This is a program made to help you find the best deals on weed!

Supported APIs:

Dutchie

Iheartjane

Features:

Search for Flower, Pre-rolls, Vaporizers soonTM and Concentrates.

Store by store discount.

Can search multiple stores.

To-be-added Features:

Maximum price.

Add/remove stores by pasting a link to the storefront, and the program will scrape the ID from it.

Configuring:

To remove/add stores edit config.py just follow the format of the config file that is made for you, the program checks for a config every launch and will make one if not found.

If you do not have a discount at a store enter the value 0

iheartjane:

Inspect the dispensary's website and then Ctrl + F search for "storeID" in the html, it should be 4 digits.

dutchie:

Inspect the dispensarie's website and go to the network tab.
With the network tab open, refresh the page and filter for Fetch/XHR.
Look for requests like graphql?operationName=FilteredProducts/MenuFilters/GetMenuSelection, it doesnt matter which you pick.
Then press the payload tab and press view decoded.
In the variable row you should see "dispensaryId":"XXXXXXXXXXXXXXXXXXXXXXXX". (example: "dispensaryId":"5fefa138b2782100c5acd671")

About

Uses storefront APIs to request data to then finds the deal with the best bang for your buck

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages