https://github.com/rafalwilinski/paddle-contracted-mrr
Small program written in Rust to calculate contracted MRR from Paddle.com subscriptions
https://github.com/rafalwilinski/paddle-contracted-mrr
api paddle rust
Last synced: 22 days ago
JSON representation
Small program written in Rust to calculate contracted MRR from Paddle.com subscriptions
- Host: GitHub
- URL: https://github.com/rafalwilinski/paddle-contracted-mrr
- Owner: RafalWilinski
- Created: 2022-05-22T11:24:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T11:37:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T20:57:24.686Z (28 days ago)
- Topics: api, paddle, rust
- Language: Rust
- Homepage: https://dynobase.dev
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Calculate your expected MRR from existing Paddle.com subscriptions.
### Usage
Get contracted recurring revenue in June 2022:
```sh
VENDOR_ID=xxxx VENDOR_AUTH_CODE=yyyy DATE=2022-06 cargo run
```Get contracted recurring revenue in the next 12 months - skip `DATE` environment variable:
```sh
VENDOR_ID=xxxx VENDOR_AUTH_CODE=yyyy cargo run
```