Recent content by neuris

  1. neuris

    Macro to auto login

    The easiest way is probably to use something like AutoIt. There's some good tutorials on Youtube.
  2. neuris

    Learning to write scraping software R vs Python?!

    I wouldn't say developing in Java is necessarily simple or very fast, but if you want something more complex than just scraping a few pages then in my opinion it's the way to go. I've used it to concurrently scrape millions of web pages. But it all depends on what you want to do. If you want...
  3. neuris

    Learning to write scraping software R vs Python?!

    I wouldn't use R for scraping purposes. It's language mainly designed for statistical computation. Python is good though. The syntax is great and there are fantastic libraries available for scraping, e.g. scrapy. But if you have already experience with Java, why not use it? It's got plethora of...
  4. neuris

    Porn reupload journey - Everything's automated

    Nice progress :) Have you thought about going with quality instead of quantity? I've been reuploading videos for some time now and I found out that rather than uploading as many videos as possible, my views and conversions were a lot higher with videos that I stitched together myself. I...
  5. neuris

    Anyone here advanced in JS?

    That means the site doesn't have a public API, or at least the page you're viewing isn't using one. Because it's not making any AJAX calls, the results are directly rendered into HTML.
Back
Top