Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
crawlersNoticias
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
m3
crawlersNoticias
Commits
e20f43ba
Commit
e20f43ba
authored
3 years ago
by
Mario Chirinos Colunga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Readme
parent
4e0313a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
README.md
README.md
+10
-12
No files found.
README.md
View file @
e20f43ba
# M³ - Descarga de Noticias e Texto
Rastreadore (Crawlers) para medios escritos de información en linea basados en
[
Scrapy
](
http://scrapy.org/
)
.
Los ratreadores estan divididos en tres clases.
Se incluyen los siguientes medios nacionales:
*
[
Al Chile
](
http://alchile.com.mx
)
*
spiders/daily: Sitios que su verion impresa es publicada diariamente.
*
spiders/monthly: SItios de publcacion mensual.
*
spiders/RSS: Sitio que ofrecen sus noticias en formato RSS
Uso:
Acceso por día:
```bash
http://alchile.com.mx/2017/9/13/
```
Uso:
```bash
cd alChile
/
scrapy crawl noticias --nolog -s
filename=2017-03-22.json -a year=2017 -a month=3 -a day=22
```
No se encontró notas antes del 2014.06.01.
```bash
cd laJornada
/
scrapy crawl noticias --nolog -O
filename=2017-03-22.json -a year=2017 -a month=3 -a day=22
```
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment