Skip to content

Instantly share code, notes, and snippets.

@sae13
Last active April 3, 2024 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sae13/60c9a10ae5e03a16c3beb9ca0b9b5007 to your computer and use it in GitHub Desktop.
Save sae13/60c9a10ae5e03a16c3beb9ca0b9b5007 to your computer and use it in GitHub Desktop.
پروتئین های موجود اطراف من در اکالا
while true;
clear;
curl -s 'https://apigateway.okala.com/api/Search/v1/Product/SearchByStoreGrouping?CategorySlugs=mutton&StoreIds=7470&StoreIds=6500&StoreIds=7096&StoreIds=7143&StoreIds=7294&StoreIds=5350&StoreIds=6792&StoreIds=7242&StoreIds=7329&StoreIds=7469&StoreIds=2223&StoreIds=6801&StoreIds=7679&StoreIds=4957&StoreIds=7636&StoreIds=2099&StoreIds=7295&StoreIds=4773&null&&&&hasQuantity=true&excludeShoppingCard=true' |jq '.entities[].products[].name'|uniq;
sleep 5;
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment