Usage:
- install golang environment
- create file directory src/
- in src/ , git clone
- make release according to your os:
# windows
make release_windows
# macos
make release_macos
# linux
make release_linux
- run
# windows
./bin/douban_spider.exe
# macos
./bin/douban_spider
# linux
./bin/douban_spider
hint
You may choose to your account in conf/conf.yaml, conf_sample.yaml is given as a sample