{"id":20065628,"url":"https://github.com/binatify/dbmovie250","last_synced_at":"2026-06-05T18:32:14.334Z","repository":{"id":125435874,"uuid":"116205509","full_name":"binatify/dbmovie250","owner":"binatify","description":"A spider to collect douban top250  movies. ","archived":false,"fork":false,"pushed_at":"2018-01-04T06:25:47.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T23:09:04.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binatify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-04T02:37:31.000Z","updated_at":"2018-01-04T05:48:44.000Z","dependencies_parsed_at":"2023-08-11T13:02:43.708Z","dependency_job_id":null,"html_url":"https://github.com/binatify/dbmovie250","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binatify%2Fdbmovie250","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binatify%2Fdbmovie250/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binatify%2Fdbmovie250/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binatify%2Fdbmovie250/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binatify","download_url":"https://codeload.github.com/binatify/dbmovie250/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241494141,"owners_count":19971870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T13:51:28.808Z","updated_at":"2025-11-26T18:03:01.096Z","avatar_url":"https://github.com/binatify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbmovie250\nA spider to collect douban top250  movies. \n![screen shot 2018-01-04 at 2 20 58 pm](https://user-images.githubusercontent.com/1459834/34552164-d5ec5bf2-f15a-11e7-8591-83a75b41385d.png)\n\n### Usage\n\n1. Use `go get github.com/binatify/dbmovie250`\n2. Or [binary](https://github.com/binatify/dbmovie250/releases/tag/v0.1) release.\n\n  ```bash\n  $ dbmovie250 -h\n\n  Usage of dbmovie250:\n    -csv string\n        the data saved csv name. (default \"./data.csv\")\n  ```\n\nwhen you run `dbmovie250 -csv xxx`, you will get data in file `xxx.csv`.\n\n### Data struct\n\n``` golang\ntype Movie struct {\n\tName     string\n\tDirector string\n\tStarring string\n\n\tYear     string\n\tArea     string\n\tCategory string\n\tStar     string\n\n\tDiscription string\n\tPoster      string\n\tLink        string\n}\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinatify%2Fdbmovie250","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinatify%2Fdbmovie250","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinatify%2Fdbmovie250/lists"}