/go-cineasts-cypher

build a cypher import file for the movie database (themoviedb.org)

Primary LanguageGo

go-cineasts-cypher

Assumes you're going to import to 2.0-M06.

Usage:

go build cineasts-cypher.go
./cineasts-cypher -apikey=<your api key here> > file.cypher

or, if you don't want to build an executable:

go run cineasts-cypher.go -apikey=<your api key here> > file.cypher