Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriancarriger/amazon-pocket
⚗️ An experiment in categorizing Amazon transactions.
https://github.com/adriancarriger/amazon-pocket
Last synced: about 1 month ago
JSON representation
⚗️ An experiment in categorizing Amazon transactions.
- Host: GitHub
- URL: https://github.com/adriancarriger/amazon-pocket
- Owner: adriancarriger
- License: mit
- Created: 2019-03-19T22:16:44.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-08T18:12:42.000Z (about 2 years ago)
- Last Synced: 2024-05-27T16:30:17.819Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 587 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon + PocketSmith
⚗️ An experiment in categorizing Amazon transactions.
The original goal was to take Amazon's csv order data and match it up with actual transactions from [PocketSmith](http://pocketsmith.com). Now it also can categorize anything based on custom rules.
## Usage
- Create your own cateogrization rules or just rename `src/example-rules` to `src/rules`
- Download your orders, items, and refunds. Put them in `data` and use these names:
- `amazon-items.csv`
- `amazon-orders.csv`
- `amazon-refunds.csv`
- Run `yarn && yarn once` to update your transactions## License
This is licensed under the MIT Open Source license.
For more information, see the [LICENSE](LICENSE) file in this repository.## Future features wishlist
- If an Amazon refund has a shipping charge, reflect that amount and categorize it as shipping or similar