Questions tagged as 'crawling'

1
answer

Web Crawler searching for specific text on the page

Well, I'm doing a web crawler to fetch the value of a coin. I wrote the following code in python: #coding: utf-8 from urllib2 import urlopen conteudo = urlopen('http://dolarhoje.com/bitcoin').read() procurar1 = '<span class="symbol"&g...
asked by 03.11.2017 / 20:43
0
answers

Click for interactive online chart

I need to make the selection of the information on the left side of the chart according to my need, but I can not reference the information. I did not put any code because I tried it in many ways (according to what I learned from my other questi...
asked by 10.04.2018 / 15:07
0
answers

Web Crawler Proxies Settings for Google

Alright? I have a big problem with automating word search on Google. Would you like some help, who has already done it, how should you use it? I have a machine on DigitalOcean in Toronto (Canada) are configured with Squid 3.0, however I...
asked by 10.05.2018 / 16:02
0
answers

Login to the eCac system with C #

I'm doing some research, and I'm logging into the ecac site using my company's certificate ... using Chrome I can log into the system without any problem because chrome asks for the certificate to authenticate the login. I tried to implement a...
asked by 19.02.2018 / 18:17
1
answer

OpenSSL DOMDocument problem

I'm trying to get information from a site using DOMDocument but it's giving an error. DOMDocument::loadHTMLFile(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certi...
asked by 08.12.2017 / 16:36