Spaces:
Running
Running
Update test.py
Browse files
test.py
CHANGED
@@ -71,7 +71,7 @@ async def test_google(code:str):
|
|
71 |
messages = []
|
72 |
# user_query = f"subject:((receipt {brand_name}) OR (receipts {brand_name}) OR (reçu {brand_name}) OR (reçus {brand_name}) OR (Quittung {brand_name}) OR (Quittungen {brand_name}) OR (aankoopbon {brand_name}) OR (aankoopbonnen {brand_name}) OR (recibo {brand_name}) OR (recibos {brand_name}) OR (ricevuta {brand_name}) OR (ricevute {brand_name}) OR (ontvangstbewijs {brand_name}) OR (ontvangstbewijzen {brand_name})) has:attachment"
|
73 |
# user_query = f"{brand_name} label:^smartlabel_receipt"
|
74 |
-
user_query = "("invoice" OR (("tracking" OR "track") AND ("delivery" OR "package"))) OR (subject:order OR subject:receipt OR subject:receipts OR subject:invoice OR subject:invoice)"
|
75 |
while True:
|
76 |
# Construct Gmail API request with pageToken
|
77 |
|
|
|
71 |
messages = []
|
72 |
# user_query = f"subject:((receipt {brand_name}) OR (receipts {brand_name}) OR (reçu {brand_name}) OR (reçus {brand_name}) OR (Quittung {brand_name}) OR (Quittungen {brand_name}) OR (aankoopbon {brand_name}) OR (aankoopbonnen {brand_name}) OR (recibo {brand_name}) OR (recibos {brand_name}) OR (ricevuta {brand_name}) OR (ricevute {brand_name}) OR (ontvangstbewijs {brand_name}) OR (ontvangstbewijzen {brand_name})) has:attachment"
|
73 |
# user_query = f"{brand_name} label:^smartlabel_receipt"
|
74 |
+
user_query = """("invoice" OR (("tracking" OR "track") AND ("delivery" OR "package"))) OR (subject:order OR subject:receipt OR subject:receipts OR subject:invoice OR subject:invoice)"""
|
75 |
while True:
|
76 |
# Construct Gmail API request with pageToken
|
77 |
|