Skip to content

Instantly share code, notes, and snippets.

View vyashole's full-sized avatar
🍊

Adwait Vyas vyashole

🍊
View GitHub Profile
@vyashole
vyashole / Gluttony.md
Last active December 12, 2023 14:21
Gluttony - Zomato Order History Export

Gluttony

Zomato Order History Scraper

Usage

  • Log in to Zomato in your browser
  • Go to order hostory page
  • Click Load More as many times as you want. You can go back as far as you want. ( maybe I'll add this functionality in the script later)
  • Right click any item > Inspect
  • paste the contents of gluttony.js into the console and run it
@vyashole
vyashole / Elvis.kt
Created May 26, 2017 10:49
Kotlin Blog post examples
return nullableString?.length ?: -1