{"id":13492059,"url":"https://github.com/justinzm/gopup","last_synced_at":"2025-05-14T18:05:21.660Z","repository":{"id":37751545,"uuid":"248739733","full_name":"justinzm/gopup","owner":"justinzm","description":"数据接口：百度、谷歌、头条、微博指数,宏观数据，利率数据，货币汇率，千里马、独角兽公司，新闻联播文字稿，影视票房数据，高校名单，疫情数据…","archived":false,"fork":false,"pushed_at":"2023-09-15T04:10:37.000Z","size":706,"stargazers_count":2557,"open_issues_count":66,"forks_count":389,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-04-13T13:16:30.880Z","etag":null,"topics":["covid19-data","data","data-analysis","data-science","datasets","economic-data","gopup","index-data","python"],"latest_commit_sha":null,"homepage":"http://www.gopup.cn","language":"Python","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/justinzm.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}},"created_at":"2020-03-20T11:33:00.000Z","updated_at":"2025-04-13T04:23:07.000Z","dependencies_parsed_at":"2024-01-15T13:36:02.809Z","dependency_job_id":null,"html_url":"https://github.com/justinzm/gopup","commit_stats":{"total_commits":100,"total_committers":1,"mean_commits":100.0,"dds":0.0,"last_synced_commit":"b41a0d89d208d0eb8940f4f96d754415675a63b6"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinzm%2Fgopup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinzm%2Fgopup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinzm%2Fgopup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinzm%2Fgopup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinzm","download_url":"https://codeload.github.com/justinzm/gopup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198514,"owners_count":22030965,"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":["covid19-data","data","data-analysis","data-science","datasets","economic-data","gopup","index-data","python"],"created_at":"2024-07-31T19:01:02.733Z","updated_at":"2025-05-14T18:05:16.651Z","avatar_url":"https://github.com/justinzm.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"## gopup (python3)\n\n#### 建议安装方法\n    pip install gopup\n\n#### 升级方法\n    pip install gopup --upgrade\n\nGoPUP 支持Python 3.7+，旨在使获取数据尽可能方便，主要用于学术研究目的。\n\nGoPUP 项目所采集的数据皆来自公开的数据源，不涉及任何个人隐私数据和非公开数据。 同时本项目提供的数据接口及相关数据仅用于学术研究，任何个人、机构及团体使用本项目的数据接口及相关数据请注意商业风险。\n\n部分接口需要TOKEN，[官网](http://www.gopup.cn)注册获取TOKEN\n\n文档：[中文文档](http://www.gopup.cn) \n\n#### 快速开始\n\n```\nimport gopup as gp\ndf = gp.weibo_index(word=\"疫情\", time_type=\"1hour\")\nprint(df)\n```\n\n####  数据仓库\n\n- 指数数据\n    - 微博指数数据\n    - 百度指数数据\n        - 百度搜索数据\n        - 百度资讯指数\n        - 百度媒体指数\n        - 百度需求图谱\n        - 百度人群画像年龄分布\n        - 百度人群画像性别分布\n        - 百度人群画像兴趣分布\n    - 算数数据\n        - 算数指数数据\n        - 算数相关性分析\n        - 算数地域分析\n        - 算数城市分析\n        - 算数年龄分析\n        - 算数性别分析\n        - 算数用户阅读兴趣分类\n    - 谷歌指数数据\n        - 谷歌指数数据\n        - 谷歌事实查证\n    - 搜狗指数数据\n        - 搜狗指数趋势数据\n- 宏观数据\n    - 中国宏观数据\n        - 中国宏观杠杆率数据\n        - 国内生产总值数据\n        - 居民消费价格指数(CPI)\n        - 工业品出厂价格指数(PPI)\n        - 采购经理人指数(PMI)\n        - 存款准备金率数据\n        - 货币供应量数据\n        - 外汇储备数据\n        - 货币汇率数据\n        - 工业增加值增长\n        - 财政收入\n        - 社会消费品零售总额\n        - 信贷数据\n        - 外商直接投资数据(FDI)\n    - 利率数据\n        - Shibor数据\n        - Shibor报价数据\n        - Shibor均值数据\n        - LPR数据\n- 新经济公司\n    - 千里马公司\n    - 独角兽公司\n    - 倒闭公司\n    - 商业特许经营公司\n- KOL数据\n    - 微博数据\n        - 账户基本数据\n        - 微博信息\n- 信息数据\n    - 新闻联播文字稿\n    - 历史上的今日\n    - 百度风云榜\n        - 百度实时热点榜\n        - 百度今日热点榜\n        - 百度百科热词榜\n    - 微博热搜榜\n        - 微博热搜榜\n        - 微博新时代榜\n    - 微信热词榜\n        - 微信热词榜\n        - 微信热门榜\n    - 知乎热搜榜\n        - 知乎热搜榜\n        - 知乎热榜\n    - 豆瓣排行榜\n        - 豆瓣新片榜\n        - 豆瓣一周口碑榜\n    - 中国电竞价值排行榜\n        - 俱乐部排行榜\n        - 选手排行榜\n- 生活数据\n    - 老黄历\n    - 中国油价数据\n        - 汽柴油历史调价信息\n        - 调价日的地区油价历史数据\n    - 百度迁徙数据\n        - 迁入与迁出地详情\n        - 迁徙规模\n    - 诗词数据\n        - 唐代诗人\n        - 唐诗数据\n    - 火车数据\n        - 车站信息\n        - 车次时刻表\n    - 影视数据\n        - 实时电影票房数据\n        - 单日电影票房数据\n        - 单日影院票房数据\n        - 实时电视剧播映指数\n        - 实时综艺播映指数\n        - 艺人商业价值\n        - 艺人流量价值\n    - 全国高校\n        - 全国普通高等学校名单\n        - 全国成人高等学校名单\n        - 全国高等学校详情数据\n- 疫情数据\n    - 网易疫情数据\n    - 丁香园疫情数据\n    - 疫情历史数据\n    - 百度疫情数据\n    \n    \n#### 版本更新\n\n    0.3.8 \n    指数数据：迭代百度指数\n\n    0.3.6\n    生活数据: 老黄历\n    信息数据: 中国电竞价值排行榜 \n\n    0.3.5\n    生活数据: 车站信息、车次时刻表\n    \n    0.3.4\n    信息数据: 历史上的今日、百度风云榜、微博热搜榜、微信热词榜、知乎热搜榜、豆瓣排行榜\n    \n    0.3.3 \n    指数数据：搜狗指数趋势数据\n    \n    0.3.2 \n    中国宏观数据： 工业增加值增长、财政收入、社会消费品零售总额、信贷数据、外商直接投资数据(FDI)\n    迭代百度迁入与迁出地详情\n    \n    0.3.1\n    迭代微博数据采集\n    \n    0.3.0\n    中国宏观数据：国内生产总值数据、居民消费价格指数(CPI)、工业品出厂价格指数(PPI)、采购经理人指数(PMI)、存款准备金率数据、货币供应量数据、外汇储备数据\n    \n    0.2.9.1\n    迭代百度指数解析问题\n    \n    0.2.9\n    迭代头条指数改为算数指数，分为头条、抖音两套指数\n\n    0.2.8\n    全国高校：全国高等学校详情数据\n    百度迁徙数据：迁入与迁出地详情、迁徙规模\n    \n    0.2.7\n    诗词数据：唐代诗人、唐诗数据\n    迭代百度搜索指数、百度资讯指数、百度媒体指数\n    \n    0.2.6\n    中国油价数据：汽柴油历史调价信息、调价日的地区油价历史数据\n    \n    0.2.5.1108\n    宏观经济：货币汇率数据\n    \n    0.2.5\n    百度指数数据：百度需求图谱、百度人群画像年龄分布、百度人群画像性别分布、百度人群画像兴趣分布\n    \n    0.2.4\n    全国高等学校名单：全国普通高等学校名单、全国成人高等学校名单\n    \n    0.2.3\n    头条指数数据：头条指数数据、头条相关性分析、头条情感分析、头条地域分析、头条城市分析、头条年龄分析、头条性别分析、头条用户阅读兴趣分类\n    谷歌指数数据：谷歌指数数据、谷歌事实查证\n    \n    0.1.9\n    影视数据：电影票房数据、影院票房、电视剧播映指数、综艺播映指数、艺人商业价值、艺人流量价值\n    \n    0.1.8\n    新经济公司：千里马公司、独角兽公司、倒闭公司、商业特许经营公司\n    \n    0.1.4\n    利率数据：Shibor数据、Shibor报价数据、Shibor均值数据、LPR数据\n    \n    0.1.1\n    宏观经济：中国宏观经济\n    \n    0.1.0 \n    规范说明文档格式\n    指数数据：微博指数、百度指数\n    疫情数据：网易疫情数据、丁香园疫情数据、百度疫情数据、百度迁徙数据、疫情历史数据  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinzm%2Fgopup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinzm%2Fgopup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinzm%2Fgopup/lists"}