At the moment I'm looking for a solution to implement a module in my App to get news from a specific site and show it on the news module screen.
Can anyone tell me a way?
What does this anti-theft code in Javascript do?
<html><head></head><body onload="challenge();">
<script>
eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)...
How can I protect my web pages from being accessed in an automated way?
By search engine bots like Googlebot (I think the basic form was the meta tag with noindex and nofollow).
By Headless Browser (browsers without graphical interface and...
I've done a scrapping in Python which takes a URL from any PDF, reads and returns, however in some PDFs I'm having the problem come with some characters like this:
". \ nO \ xc3 \ xb3rg \ xc3 \ xa3o also \ xc3 \ xa9m discloses
result \...
I want to do a web scraping that reads an XML page and takes a certain value that is in "name", but I'm not sure exactly if it's possible - I just found out how to do with NodeJS - is it possible to do with pure JS? No external libraries and / o...
Problems connecting to a particular site via RStudio
url <- "https://www.jusbrasil.com.br/diarios/busca?q=%22licen%C3%A7a+sem+vencimentos%22&idtopico=T10001849&o=data"
links <- read_html(url) %>% html_nodes('.DocumentSnippet'...
Problem: I can not log in to a site more than once in%% of different%.
My application is Threads .
If I open multiple executable , each can login successfully on a Console application , only the first . I believe this e...
Hello, I have an html that has the following sample sequence:
<links class="canais-teste"> CANAL 1 <links/>
There are about 80 excerpts of these, I wanted to get only the contents of these tags, in the case of "CHANNEL1"...
I'm learning to read data in XML in R.
I would like to extract the information of the Brazilian football (name of the championship, game principal, result, etc.) of this site: link with the XML package.
My code looks like this:
[1] fileUr...
I was studying about WebScraping with Python and started using the bs4 library (BeautifulSoup). When I started to get the tags a and the href attribute, I realized that I could not access the link if in href had something li...