mechanize tag

4 questions


1 answers
100 views
0
I want to scrape with ruby, but I can't require mechanize.

When I try to scrape and run it, it looks like this.I'm in trouble because I don't understand even if I look into it.Please give me a solution.$ruby scraping_image.rb/Users/000/.rbenv/versions/2.3.1/l...


1 answers
87 views
0
Python mechanize is unresponsive

If you run the script below, you will not get a response.import mechanismizeb=mechanize.Browser();b.set_handle_robots (False);h=b.open('http://stocks.finance.yahoo.co.jp/stocks/detail/?code=2726');Oth...

1 years ago

1 answers
70 views
0
Python mechanize is unresponsive

If you run the script below, you will not get a response.import mechanismizeb=mechanize.Browser();b.set_handle_robots (False);h=b.open('http://stocks.finance.yahoo.co.jp/stocks/detail/?code=2726');Oth...

1 years ago

1 answers
50 views
0
500 errors when scraping on Heroku with Rails + Mechanize

Prerequisites/What you want to achieveWhen I enter the URL in the form, I would like to obtain information by scraping asynchronously using Mechanize, and write the information to another form using j...


© 2024 OneMinuteCode. All rights reserved.