-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.recreation.gov/ Updated site script needs to be updated #11
Comments
I second this request! |
I am willing to help with this with some guidance |
I'll third or fourth this request... |
It think with the addition of ReCAPTCHA to the Recreation.gov site, it will be more difficult to implement this in the future. |
Well web scraping may be the best option then.
https://www.youtube.com/watch?v=3Sl0TLgyrIg&t=429s
Miles Watkink's has some solid code for this.
https://github.com/mileswwatkins/lookout_hunter
Nonetheless, web automation is the only tool I know of that will work for
securing high demand sites. Not all reservation pages have ReCAPCHA
though. Maybe focusing on those first would be a good start.
ᐧ
…On Mon, Mar 18, 2019 at 10:39 AM DesertRatExpeditions < ***@***.***> wrote:
It think with the addition of ReCAPTCHA to the Recreation.gov site, it
will be more difficult to implement this in the future.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALYX3O5U7BqKF76L4E3Pyu3Ubdi1Uporks5vX88zgaJpZM4XDEA_>
.
--
Thanks,
Buck Crockett
303.809.1430
|
They are not actually using ReCAPTCHA even though they state that they are. It might be implemented later but I was able to successfully access their API with our problems |
I got a ReCAPTCHA on three windows on the 15th. It doesn't actually book the site until you solve it, so by the time you do, it's too late. It doesn't pop up most of the time though. Also, there isn't a way to book through the the API is there? I think the only way to book is through the web interface? |
I created a bot in November last year that was able to add the spots to the cart directly through the api without needing to solve recaptcha but it might have been turned on since then? |
Kaden,
Can you post the code for your bot on GitHub?
ᐧ
…On Tue, Mar 19, 2019 at 7:41 AM Kaden Wilkinson ***@***.***> wrote:
I created a bot in November last year that was able to add the spots to
the cart directly through the api with needing to solve recaptcha but it
might have been turned on since then?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALYX3CxXOH6J6niJmTOiMahzrwVRrRVzks5vYPcVgaJpZM4XDEA_>
.
--
Thanks,
Buck Crockett
303.809.1430
|
I'm curious if your bot will spark the reCAPTCHA. Can you try it? I'll second Buck's request for the code, but completely understand if you want to hold it close to your vest. |
Kaden, were you using a post to add the site to your cart? |
Hi everyone, does anyone have this working? |
Greetings Webrender,
The rec.gov site was just updated. As is such the script is no longer working.
Perhaps a python expert could update the script to work on the new site.
Thanks for your consideration.
~B
The text was updated successfully, but these errors were encountered: