https://github.com/exts/stripe-income-tool
A cli tool for grabbing your yearly income from the stripe api using dart lang.
https://github.com/exts/stripe-income-tool
Last synced: 11 months ago
JSON representation
A cli tool for grabbing your yearly income from the stripe api using dart lang.
- Host: GitHub
- URL: https://github.com/exts/stripe-income-tool
- Owner: exts
- Created: 2020-01-13T06:57:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T19:51:47.000Z (about 4 years ago)
- Last Synced: 2025-05-17T04:34:49.743Z (about 1 year ago)
- Language: Dart
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripe Income Analyzer
This is a cli tool that allows you to grab all your transactions (optionally setting a start date and an end date). The code spits out your total income, your net income and the amount in fees that stripe has taken that you can write off on your taxes.
# Instructions
Rename `example.api.yml` and `example.settings.yml` to `api.yml` and `settings.yml`. Api settings file requires a secret api code and the settings yaml file has optional settings for you to set.
# Debug
Pass `-d` or `-dump` to create a random `debug.RANDOM.log` log file.