Skip to content

新闻聚合网站,抓取科技圈主流媒体报道的即将发生的事

License

Notifications You must be signed in to change notification settings

seewant/FutureNews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FutureNews

1. 创建数据库

mysql> create database future_news default charset utf8;

2. 配置settings.py

抓取媒体的配置在news_crawler/media_config.py

3. 运行爬虫

python news_crawler/main.py

4. 运行web

python web/app.py

About

新闻聚合网站,抓取科技圈主流媒体报道的即将发生的事

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.1%
  • HTML 9.9%
  • CSS 4.0%