Результаты поиска

  1. K

    Possible to scrape data from Google Maps?

    Hi, Just checking to see if it's possible to scrape data from Google Maps?? I want to create a database of businesses in my city. (Rustenburg, South Africa) I just need the following items: - Name of business - Industry (eg. Car Dealer / Grocery Store) - Street Address - Telephone number -...
  2. K

    Possible list of how to reduce CPU/RAM usage?

    Hi, First I have a question, does "Browser w/out content view" reduce CPU/RAM usage in ZP? Secondly, as title states, it would be a good idea to put together a list of some ways to reduce CPU/RAM usage when running threads in ZP. Just reply with your method (Or maybe we should start a new...
  3. K

    Error in log, what does it mean?

    Hi, Error: Type 'ZennoLab.ZennoPoster.Modules.TemplateExecutor.ProjectExecutors.ProjectExecutor' in assembly 'ProjectMaker, Version=5.9.9.1, Culture=neutral, PublicKeyToken=null' is not marked as serializable. I just formatted and reinstalled windows and now I have this error when trying to...
  4. K

    Is clearing cookies and cache beneficial for captchas?

    Hi, I know this is a stupid question, My bot has to complete lots of ReCaptcha2 and Solve Media captchas continuously, I want to know whether it is a good or a bad thing to clear cookies and cache every time the script runs? Thanks in advance
  5. K

    Need help - Complete ReCaptcha2 manually?

    Hi, I really like ZennoPoster's built in "Enter Captcha Manually" option for Solve Media Is there something similar that works for ReCaptcha2 Images without sending it to captcha service? Thanks in advance
  6. K

    Is it possible to create Solve Media Image recognition module?

    Hi, I have been collecting over 10,000 solve media images (text recognition). I am wondering if it is possible to create a module for CapMonster using MCS for Solve Media images/text? I do not know if 10,000 images is enough. I know that using OCR for the text will not work, but.. Is it...
  7. K

    RC2 - how click on "reload" icon?

    Hi, I want to create C# code to click on reload icon for RC2 Associations ProjectMaker does not recognize when I click on it. I tried to use code from CapMonster Wiki where it automatically clicks on the audio icon // Searching audio button element Action TryOpenAudioForm = () => {...
  8. K

    More information on ReCaptcha Associations?

    Hi, I would like to know answer to some questions about ReCaptcha Audio/ Associations please: I see on Zennolab wiki for ReCaptcha2-Audio that "Changing proxy is obligatory as ReCaptcha denies access to audio file after recognizing 3-5 captchas from the same IP-address." Does this still...
  9. K

    Is there only one way to run project in multithread?

    Hi, Do I have to enable "Dedicated Process" in Project Settings to get my project to run Multi threaded, or is there another way? Thanks in advance
  10. K

    How to extract data correctly using multithreading?

    Hi, I am new to programming and ZennoPoster, so please go easy on me. I want to make a template that goes to a site using a proxy (from a list) and enters in account details (from a list). (I know how to do lists) I need help making this multi threaded, so that I do not have to make 10...
  11. K

    Support for new type of Captcha? (Captcha.ws)

    Hi, I recently encountered a new type of captcha being used on ePay faucets, called Captcha.ws Link to site: http://captcha.ws/ Example of Captcha.ws on this site: http://www.faucetofthecoin.com/ It is not always images with simple text, sometimes you have to click on icons instead. Can we...