Skip to content

deaswang/movie-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Picker

Build Status

Pick the playing movie from douban. 从豆瓣挑选当前上映的高分影片。

Usage

$python picker.py -h
usage: picker.py [-h] [-c CITY] [-s {score,vote}]

pick movie to watch

optional arguments:
  -h, --help            show this help message and exit
  -c CITY, --city CITY  the city to scrapy
  -s {score,vote}, --sort {score,vote}
                        sort method

set the city 可以设置城市

python picker.py -c shanghai

sort by score or votecount, default score 按分数排序和按投票数排序,默认按分数排序

python picker.py -c shanghai -s vote