Recent content by Googleplex

  1. Googleplex

    Need vps to run a few bots.

    Digital Ocean!
  2. Googleplex

    Scrape Sitemap Posts

    Not selling buddy, I was offering to help him so he can write the tool himself.
  3. Googleplex

    Scrape Sitemap Posts

    OK. I got it. Unfortunately I don't know if there is already a tool to automate this process. but if you are willing to code one I can help you with that.
  4. Googleplex

    How to bypass slider CAPTCHA with Python+Selenium?

    The bot detection tests for pre-defined javascript variables that the webdriver creates, the usually only look for obvious ones like variables names containing "selenium" or "webdriver", but the exact names depends on the browser and the version of the webdriver, luckily you can open the...
  5. Googleplex

    Scrape Sitemap Posts

    Hey buddy! I didn't get what you are trying to do, do you want to scrape a sitemap into a CSV or use the sitemap to scrape the site's content? could you rephrase what you want?
  6. Googleplex

    C# help needed

    Hey buddy, it seems like you are lacking basic knowledge about how dependencies works. You have to install the selenium WebDriver extension on visual studio, this will install the necessary DLLs I can't post URLs but if you google for "Set Up Selenium WebDriver with Visual Studio in C#" you...
  7. Googleplex

    Best way to rotate proxies

    Hey buddy! There is many approaches to proxy rotation, the quick n easy one is just use proxychains (if you don't know what is proxychains google "How to Evade Detection Using Proxychains", there is a good tutorial there), basically you load a list of proxy on the configuration file and it will...
  8. Googleplex

    Popular niche for freelancing online as backend developer?

    It depends on what experience you already have, what programming languages do you know?
  9. Googleplex

    What does it mean to be specilized web developer?

    I would suggest you start playing with wordpress, it's very simple to work even for someone with no programming experience, you can make a usable website from day one.
  10. Googleplex

    Looking for an android game builder

    Unity is the best option for beginners, very friendly IDE and has lots of tutorials on youtube Also you can build for Android and IPhone as well.
  11. Googleplex

    Having a problem with cUrl can't login to espy.com

    Open the browser's developer tools, login to the website, go to the tab network, right click on the login request and choose "copy as cURL" Have fun
  12. Googleplex

    Best Youtube video Niche to make money

    I'm not a youtube guy but I think a good start is start browsing the "trending" videos looking for the videos that does not require a camera...
Back
Top