juliomalegria / python-craigslist

Simple Craigslist wrapper
MIT No Attribution
387 stars 165 forks source link

Alerts are 10-15 minutes late #77

Closed damanc7 closed 4 years ago

damanc7 commented 4 years ago

There seems to be a 10-15 minute delay from when something is posted on craigslist to when python-craigslist finds it. Is there any way to minimize this time?

irahorecka commented 4 years ago

I think this is a Craigslist feature. I post items on the website frequently and the delay you’re talking about is a common phenomenon.

On Jun 2, 2020, at 5:37 PM, Daman notifications@github.com wrote:

 There seems to be a 10-15 minute delay from when something is posted on craigslist to when python-craigslist finds it. Is there any way to minimize this time?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

damanc7 commented 4 years ago

I think this is a Craigslist feature. I post items on the website frequently and the delay you’re talking about is a common phenomenon.

Is there a way around this? I’ve applied for a gig 10 minutes after it was posted and it was already filled by 3 other people so I think craigslist is posting within this time.

juliomalegria commented 4 years ago

What if you check the posted_today filter? Just spitballing, I don't know the Craigslist internals, so not sure if that would work, but maybe that makes Craigslist get the newest posts?

damanc7 commented 4 years ago

I tested by going through Selenium and refreshing the page over and over (as a user would) and am still getting the delay so it's with Craigslist. I am going to close the issue as it isn't with python-Craigslist.