Giter Site home page Giter Site logo

Comments (5)

propertone avatar propertone commented on July 19, 2024

Try logging in to your account normally from another computer. Then wait a little bit (few hours?) and see if it works then.

from craigslist-renew.

NatPagles avatar NatPagles commented on July 19, 2024

Unfortunately the script is on a server without a gui. So i tried using link2 to go to craigslist and login but it cant view the google captcha. Does anyone know of a way to view captchas in the terminal or get around it completely?

from craigslist-renew.

propertone avatar propertone commented on July 19, 2024

Do this:

  1. On the server that's running the craigslist renew (assuming it's Linux), install/start squid (an HTTP proxy). In the steps below, I assume it's listening on port 3128 (or check the config file in /etc/squid/squid.conf)
  2. On the computer you're using, start an SSH tunnel.
    • On Linux/Mac, you can run ssh -L 3128:localhost:3128 user@host
    • On Windows, get Putty, under Connection->SSH ->Tunnels, add 3128 as a forwarded port.
  3. Open your browser, and configure it to use localhost:3128 as a manual proxy.
  4. Log in to craigslist and solve the captcha

More detailed instructions are on https://www.digitalocean.com/community/tutorials/how-to-route-web-traffic-securely-without-a-vpn-using-a-socks-tunnel

Let me know if that helps!

from craigslist-renew.

JustinCEO avatar JustinCEO commented on July 19, 2024

hey i'm having this issue too. i was testing the script to make sure it worked before planning to have it run in crontab in Terminal on Mac OSX.

i tried installing squid through Homebrew, but /etc/squid/squid.conf appears to not exist. also, do i need to add user to sudoers file to make the instructions you linked work? (as described here http://osxdaily.com/2014/02/06/add-user-sudoers-file-mac/)

i fear that i'm a bit out of my depth here technically!

from craigslist-renew.

yuqianli avatar yuqianli commented on July 19, 2024

requires captcha come up again everytime in the recently month, not able to by pass it. Maybe something change on the craigslist side?

from craigslist-renew.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.