Recieve top spending categories in YNAB weekly
Project description
YNAB Weekly Spending Reports with Python
If you want weekly mail with top 10 spending categories in You Need a Budget, you are in the right place.
This application is inspired by YNAB Weekly Spending Reports with Google Apps Script by Connor Griffin, only in Python instead of JavaScript.
How to Run
Easy. You need:
- YNAB Personal Access Token.
- Your Mailgun personal token (it's free to send up to 10k mails).
- A place to run Python, any hosting option will do or you can use your computer!
Now, after making sure you have all of the above, install this package:
pip2 install --user YNAB-Weekly
That is all, we are ready! Use this to run:
ynab-weekly \
--ynab-api-key YNAB_KEY \
--ynab-budget-name "Budged name" \
--mailgun-api-key MAILGUN_KEY \
--mailgun-domain MAILGUN_DOMAIN \
--mails me@myhouse.com my-so@myhouse.com
Please report bugs in issues.
How to run in development mode
virtualenv -p python2 .env
source .env/bin/activate
pip install --editable .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
YNAB Weekly-1.0.4.tar.gz
(8.5 kB
view hashes)
Built Distribution
Close
Hashes for YNAB_Weekly-1.0.4-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 731aac05d18c2661d1ed927dd7413db3f6c2355d77af97a5124c0c34eedef0f0 |
|
MD5 | 65ef726d82b1c1fe6d7bf02aef527a63 |
|
BLAKE2b-256 | ea00dfd8fddefa097b39bea052c601b7408d8cc46fafde572d2a14e65455ea4b |