Recent content by wu1239

  1. W

    Scrape the Web: Strategies for programming websites that don't expected it

    i also found the guy's slides links: i just could not post the link, so I give google keyword again: google: "stats pop quitz" ext::ppdf
  2. W

    Scrape the Web: Strategies for programming websites that don't expected it

    the video is fine and i found the guy's site: google: asheesh laroia pycon (i can not post links now)
  3. W

    Captcha OCR solver?

    I love python so i recommend you python you can refer to : captchacker, a open source project on google code, you can search it.
  4. W

    Programmer blackhat communities (exchanging libraries, scripts, etc?)

    The industry of blackhat programming is rather small, people doing this is not large enough to support a forum or bbs But if you are interested in this, we can talk on this. :)
  5. W

    Create automation software

    Python is easy and quick and clean. The python library is powerful and you could get everything you want. More additionally, GAE (Google App Engine) is free and it supports python/java. So, trust python.
  6. W

    Google search in source code?

    It seems "source code" you mean "html source code"? If so, as far as I know, it's impossible.
  7. W

    Free Google Finder (Google Search Tool)

    thanks for sharing. google search in python is very useful
  8. W

    Build Bots with Proxy and Multi-threading?

    python is easy to learn and powerful in scrap. Python also supports multi-threading.
  9. W

    Python Programmer

    I could help you. PM me the detail.
  10. W

    PR checker in python.

    yep. The code works. Thanks. I checked PRs more than 1000 sites, works fine.
  11. W

    Parse google with python...

    send us more info and we will help you limited detail won't help you
  12. W

    Facebook crawler in python

    I'm interested in this, could you PM me your mail? My post is less than 15 so I could not PM you.
  13. W

    How can I automate a google query in bulk

    I could finish your job with a price of $20. If you are interested, PM me. And I will give you the source code, modify the code is easy and I can teach you everything you need. BTW: It's quite easy.
  14. W

    Help Running Python Code

    if you are using windows, after you install python, click python.exe >>> from urllib2 import urlopen you should input: "from urllib2 imort urlopen" and strings like this:u'Black Code SEO' is the output of the script. I could do some python work, if you have got some problem, just contact...
Back
Top