Skip to content

binatify/dbmovie250

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dbmovie250

A spider to collect douban top250 movies. screen shot 2018-01-04 at 2 20 58 pm

Usage

  1. Use go get github.com/binatify/dbmovie250
  2. Or binary release.
$ dbmovie250 -h

Usage of dbmovie250:
  -csv string
      the data saved csv name. (default "./data.csv")

when you run dbmovie250 -csv xxx, you will get data in file xxx.csv.

Data struct

type Movie struct {
	Name     string
	Director string
	Starring string

	Year     string
	Area     string
	Category string
	Star     string

	Discription string
	Poster      string
	Link        string
}

About

A spider to collect douban top250 movies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages