https://github.com/sameerasw/gumroadstats
Gumroad payouts tracker with a widget for Android
https://github.com/sameerasw/gumroadstats
Last synced: 3 months ago
JSON representation
Gumroad payouts tracker with a widget for Android
- Host: GitHub
- URL: https://github.com/sameerasw/gumroadstats
- Owner: sameerasw
- License: mpl-2.0
- Created: 2025-10-16T10:32:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-11T13:06:27.000Z (4 months ago)
- Last Synced: 2026-03-02T00:23:16.844Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 346 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GumroadStats
An Android app to track and monitor your Gumroad payouts directly from your device.

## Setup
1. **Get your Gumroad Access Token:**
- Visit your [Gumroad Applications page](https://app.gumroad.com/applications)
- Create a new OAuth application
- Generate an access token with `view_payouts` scope
- Copy the access token
2. **Run the app:**
- Open the project in Android Studio
- Build and run the app
- Enter your access token when prompted
- Your payouts will load automatically
## Payout Status Types
- **Completed** - Payout processed and sent
- **Pending** - Currently being processed
- **Payable** - Ready to be processed
- **Failed** - Processing failed
## API Information
Uses Gumroad API v2:
- Base URL: `https://api.gumroad.com/`
- Endpoint: `GET /v2/payouts`
- Required Scope: `view_payouts`
## Security
Access tokens are securely stored using DataStore and persisted across app sessions. Tokens can be cleared from the settings page.
## Requirements
- Android 13 (API 33) or higher