Skip to content

英美剧 TV Show 信息爬虫。 nodejs + mongoose + superagent + Vue.js

License

Notifications You must be signed in to change notification settings

pockry/tv-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV Crawler

一个英美剧的爬虫。使用trakt.tv提供的API。

注: 本项目不以速度见长,仅为爬取和存储信息。

##Demo

在线demo: https://tvcrawler.herokuapp.com/

Screenshot截图

Screenshot

技术栈

  • Node.js
  • Mongoose
  • superagent
  • Vue.js

##依赖

你需要先安装MongoDB和Node.js。

##用法

git clone https://XXXXX/pockry/tv-crawler.git tvcrawler

cd tvcrawler

npm install

mongod -dbpath XXX

npm start

你还需要去trakt.tv注册,就会有一个api key,然后填到 config/secrets.js 中的对应位置:

...

trakt: 'api key'

License

MIT.

About

英美剧 TV Show 信息爬虫。 nodejs + mongoose + superagent + Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published