MaxWinterstein / toogoodtogo-ha-mqtt-bridge

33 stars 8 forks source link

Request | Magic Packets Delivery notification #126

Open mupsje opened 1 year ago

mupsje commented 1 year ago

Hi, is there a possibility that you also can ad the "delivery" magic packages into this system?

In some Countries like the Netherlands where I'm from , we also get a offer "delivery" It is not possible to ad this to the favorites. Or is it already there and I missed ?

Regards

MaxWinterstein commented 1 year ago

Can you give me an example of those 'delivery'? Maybe a location / shop?

Never heard of this.

mupsje commented 1 year ago

Yes of course, Screenshot_2023-02-09-20-52-06-095-edit_com app tgtg

And

Screenshot_2023-02-09-20-53-46-048-edit_com app tgtg

mupsje commented 1 year ago

these are special "online"packages

MaxWinterstein commented 1 year ago

Mhm, never seen this before. Maybe not a thing here in Germany.

I am sure it would be possible to get the API endpoints of that by sniffing the network traffic and trying to get some watchers there, but not an easy task.

The API calls are done via https://github.com/ahivert/tgtg-python - a python module, maintained by another one. This would be the first step on that journey, to get the endpoints there.

But, to be honest, I don't think I will jump on this journey, for stuff that I have no benefits for and a lot of work on.

Maybe start a request over at tgtg-python and ask them to add the endpoints for those features.