DanielPikilidis / Greek-Courier-Tracker-Bot

A python discord bot that tracks parcels from Greek couriers.
3 stars 0 forks source link

[Feture] Add BoxNow as a supported courier #6

Closed eimparas closed 1 month ago

eimparas commented 1 month ago

BoxNow is realy popular lately do to its dirt cheap price and reliable service .

they have some API guidence on their website here : https://boxnow.gr/en/docs/api/customer-api/parcel-tracking

DanielPikilidis commented 1 month ago

You should open this as a feature request here: https://github.com/DanielPikilidis/Greek-Courier-API. That's the api that this bot uses to get the information.

But I don't see a way to add Boxnow. Their API uses Google's reCAPTCHA. So even though they expose a way to track packages, it's not usable. Unless they give us direct access with an API or something, I don't think we can support it.

Or I might be completely wrong and don't understand how reCAPTCHA works so it is possible.