marvinody / mercari

a wrapper around mercari jp shopping site
43 stars 15 forks source link

Cannot get the latest items #28

Open jerryfat7 opened 5 months ago

jerryfat7 commented 5 months ago

I found that the function search returns items about 60 seconds after they are launched, by calculate time.time() - Item[updated] or the time shows in the mercari page. the latency examples are shown below image image This annoying latency may mean that the mercari find it is a python script instead of a browser trying to get data. do you have any idea to elinmiate this latency?

marvinody commented 2 months ago

I tried looking into this a while back but I couldn't find anything that helped. In my use cases, I don't need quickness so it's not something I spent too much time looking into. If you (or anyone) have any suggestions about getting this time down, I'm happy to hear you out.