Skip to content

Extraction and analysis of meneame's news | R & Python | Scrapy

Notifications You must be signed in to change notification settings

fompi/meneame_stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Background

https://www.meneame.net/m/Visualdata/analizando-noticias-portada

Running

# Crawl data into CSV file
$ cd crawler
$ scrapy crawl meneame -a status=portada -s DEPTH_LIMIT=0 -o portada.csv 

# Build analytics report
$ Rscript -e "rmarkdown::render('../analisis.Rmd')"

This will generate analisis.html

Other

About

Extraction and analysis of meneame's news | R & Python | Scrapy

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 99.9%
  • Python 0.1%