Skip to content

Commit

Permalink
docs: added gif
Browse files Browse the repository at this point in the history
  • Loading branch information
MattTimms committed Jul 21, 2021
1 parent 599a4ed commit ec1dd03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# up_woolies

PoC that provides an itemised breakdown of transactions at Woolworths with Up Banking Account.
Proof-of-concept combining APIs to provide an itemised breakdown of transactions at Woolworths with Up Banking Account.
The graphic below is a fantasy of how digital receipts could be presented in-app:

<p align="center">
<img src="/imgs/demo.gif" width="35%" height="35%" />
</p>

## motivation

> _"My bank app tells me I spent $38.00 at the grocery store... I wonder what I bought."_
> _"My bank app tells me I spent $38.00 at the grocery store... I wonder what I bought..."_
I predict that banking apps will one-day provide customers with itemised receipts in-app.
It's a big call but when I look into my crystal ball I see;
Expand Down Expand Up @@ -51,7 +56,7 @@ e-receipts, which is more than I can say for their competitor, Coles' FlyBuy pro
## help wanted

I'm holding out for Up Bank to provide API support for 2Up (& multiplayer when that is released). You can help by
reacting to the pending [feature request PR](https://github.com/up-banking/api/issues/84) or, if you're an Upsider,
reacting to the pending [feature request PR](https://github.com/up-banking/api/issues/84) and, if you're an Upsider,
suggest the feature through support chat in-app 🙏

I'd love help with handling Woolworth's authentication process 🔐 I spent quite some time trying to understand how
Expand Down
Binary file added imgs/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions src/up_woolies/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,3 @@ def find_corresponding_up_transaction(woolies_transaction: woolies.Transaction)
print("bingo", up_transaction.createdAt, woolies_receipt.json())
print(1)

# transaction_datetime = transaction.transaction_date()
#
# response = up_account.get_transactions(until=transaction_datetime + datetime.timedelta(seconds=1),
# since=transaction_datetime)
# print(1)
# response = requests.get(url=up_account.transaction_url,
# params={
# 'page[size]': 100,
# 'filter[since]': transaction.transaction_date(),
# # 'filter[until]':
# },
# )
# response.raise_for_status()

0 comments on commit ec1dd03

Please sign in to comment.