Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishavanand/zomato-analytics-cli
:hamburger: CLI for showing basic stats of Zomato orders
https://github.com/rishavanand/zomato-analytics-cli
api cli command-line npm package typescript zomato zomato-api zomato-api-wrapper zomato-cli
Last synced: about 2 months ago
JSON representation
:hamburger: CLI for showing basic stats of Zomato orders
- Host: GitHub
- URL: https://github.com/rishavanand/zomato-analytics-cli
- Owner: rishavanand
- License: mit
- Created: 2020-03-01T09:09:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T10:58:27.000Z (over 2 years ago)
- Last Synced: 2024-10-17T16:03:52.139Z (2 months ago)
- Topics: api, cli, command-line, npm, package, typescript, zomato, zomato-api, zomato-api-wrapper, zomato-cli
- Language: TypeScript
- Homepage:
- Size: 823 KB
- Stars: 32
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zomato Analytics CLI
Zomato Analytics is a CLI tool that fetches orders from your Zomato account and displays basic stats like expenditure per month, weekday wise distribution and more. It has been very much inspired by `swiggy-anaytics`.
![Alt text](images/cli-ss.png?raw=true "zomato-cli-ss")
## Security
The CLI will ask for your email address and password. This is needed for fetching details from your account. None of the sensitive data is stored or sent anywhere other than Zomato's official servers. Complete source code is open and available here for verification.
## Getting Started
### Installation
```
npm install -g zomato-analytics-cli
```### Run
```
zomato-analytics-cli
```## Contribution
PRs on Feature Requests, Bug fixes are welcome. Feel free to open an issue and have a discussion first.## License
[MIT](https://github.com/rishavanand/zomato-analytics-cli/blob/master/LICENSE)## Disclaimer
This tool is only intended for personal use and is a simple demonstration. It is in open domain and I am not responsible if you use it and violate any TnC. Or as they say, it's for science.