# go_douban **Repository Path**: hum/go_douban ## Basic Information - **Project Name**: go_douban - **Description**: golang获取豆瓣电影详情/电影评论/会员基础信息 个人学习项目 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##包 ``` go get -u github.com/jinzhu/gorm go get -u github.com/go-sql-driver/mysql ``` ##数据文件地址 >[百度网盘](https://pan.baidu.com/s/1UZ6CnYqx1WdH-I2GTn8JLA) 提取码:6d60 ##数据文件夹 ``` data/ |-comment //影评论列表 | |-[豆瓣电影id]_[0,10].html |-html //电影详情页面 | |-[豆瓣电影id].html | ```