Hi there friends I am looking if there is a mechanism using php or objective c, whichever - to read and interact with a forum
I have a problem with downloading images from web-pages using java - it all works fi开发者_如何转开发ne except for .shtml pages. Any idea? I can get the page\'s source but cannot download images from
I am a very new programmer.. A website is providing a lot of zip files that i needed. It w开发者_运维问答ill be updated/uploaded new zip files weekly. What I need to do is write a program/script to do
and while I\'ve found many articles and other information about how to GET and POST using HttpWebRequest and Response, I find myself having a hard time getting things to work like I would expect them
I\'m new to web scraping and just started experimenting with Scrapy, a scraping framework written in Python. My goal is to scrape an old Yahoo Group since they don\'t provide an API or any other means
I am attempting to login to Youtube with WWW:Mechanize and use forms() to print out all the forms on the page after logging in.My script is logging in successfully, and also successfully navigating to
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
There are many elements that I need on each page I scrape, but many pages don\'t have all the items I need, so I end up having to wrap each and every item grab in
I\'m trying to automate some datascraping from a website.However, because the user has to go through a login screen a wget cronjob won\'t work, and because I need to make an HTTPS request, a simple Pe
I discovered the scraped_resource gem, which sounds like a great way to do screen scraping. How do you create a scraper using this gem? It\'s brand new, so I haven\'t been able to find any docs.