This is a Python API wrapper for interfacing with a wonderful Spendee app.
No guarantees are provided here. If you wanna use it, go for it, but do know that the original API is undocumented and while it works at the time of writing, it might stop at any time. I'm not associated with Spendee in any way.
- Be Python 3.7+ ready
pip install spendee
- Enjoy.
- finish up all the endpoints [24/73]
- make dates from the response datetime objects
- release on pypi
This is a list of all endpoints I've discovered. So far only a subset is implemented:
- v1/exchange-rate
- v1/notification-count-unread
- v1/notification-get-all
- v1/notification-set
- v1/user-check-email
- v1/user-set-subscription
- v1/wallet-accept-sharing
- v1/wallet-get
- v1/wallet-get-category
- v1/wallet-get-users
- v1/wallet-order-categories
- v1.3/currencies
- v1.3/delete-bank-login
- v1.4/confirm-deletion
- v1.4/confirm-email-change
- v1.4/merge-categories
- v1.4/recommendation-likelihood
- v1.4/request-deletion
- v1.4/request-email-change
- v1.4/user-forgot-password
- v1.4/user-get-profiles
- v1.4/user-password-change-confirmation
- v1.4/wallet-get-categories
- v1.5/change-to-two-way-transfer
- v1.5/delete-transfer-transaction
- v1.5/link-two-transactions-into-transfer
- v1.5/revert-transfer-to-regular-transaction
- v1.5/transaction-suggestions
- v1.5/transfer-funds
- v1.5/update-transfer
- v1.5/user-fb-connect
- v1.5/user-google-connect
- v1.5/viewed-dialogs
- v1.5/wallet-create-transaction
- v1.5/wallet-delete-transaction
- v1.5/wallet-update-transaction
- v1.6/get-transactions
- v1.6/iframe-wallet-data?id=
- v1.6/reorder-wallets
- v1.6/wallet-get-transaction
- v1.7/reorder-budgets
- v1.8/create-transaction-template
- v1.8/delete-transaction-template
- v2/destroyCredentials
- v1.3/banks-get-all
- v1.3/category-image-ids
- v1.4/user-get-profile
- v1.4/user-login
- v1.4/user-logout
- v1.4/wallet-create-category
- v1.4/wallet-update-category
- v1.5/user-registration
- v1.5/user-update-profile
- v1.6/get-all-user-categories
- v1.6/user-currencies
- v1.7/create-budget
- v1.7/delete-budget
- v1.7/edit-budget
- v1.7/get-budgets
- v1.8/get-transaction-templates
- v1.8/wallet-get-transactions
- v1/wallet-create
- v1/wallet-delete
- v1/wallet-delete-category
- v1/wallet-get-all
- v1/wallet-invite-to-share
- v1/wallet-unshare-user
- v1/wallet-update
- v2/countries
- v2/logins/refresh
- v2/providers
- v2/url
- v2/visible
If you can improve anything in this repo, feel free to add a pull request or add an issue!
The php_docker_env
directory contains a simple development setup with PHP 8.2, nginx and MySQL running in two Docker containers. To start the environment, install Docker and run:
cd php_docker_env
docker compose up
Open http://localhost:8080
in your browser to view the default phpinfo()
page served by nginx. The MySQL database is exposed on port 3306
with credentials defined in docker-compose.yml
.