{"id":21352022,"url":"https://github.com/chinobing/ipostatus","last_synced_at":"2025-07-12T20:32:00.943Z","repository":{"id":107116097,"uuid":"146160953","full_name":"chinobing/IPOStatus","owner":"chinobing","description":"首次公开发行股票申请企业情况的数据爬取，pyecharts和表格生成","archived":false,"fork":false,"pushed_at":"2019-06-29T07:21:45.000Z","size":491,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-10-20T18:50:14.710Z","etag":null,"topics":["ipo","pyecharts","python"],"latest_commit_sha":null,"homepage":null,"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/chinobing.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}},"created_at":"2018-08-26T07:36:35.000Z","updated_at":"2023-10-20T18:50:18.843Z","dependencies_parsed_at":null,"dependency_job_id":"0fe2217a-8861-4409-a779-b542a8bf951d","html_url":"https://github.com/chinobing/IPOStatus","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinobing%2FIPOStatus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinobing%2FIPOStatus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinobing%2FIPOStatus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinobing%2FIPOStatus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chinobing","download_url":"https://codeload.github.com/chinobing/IPOStatus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225834371,"owners_count":17531471,"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":["ipo","pyecharts","python"],"created_at":"2024-11-22T03:12:18.330Z","updated_at":"2024-11-22T03:12:19.174Z","avatar_url":"https://github.com/chinobing.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPOStatus\n\n[首次公开发行股票申请企业情况的数据爬取，pyecharts和表格生成（一）](http://bingwong.org/2018/08/26/103.html)\n\n[首次公开发行股票申请企业情况的数据爬取，pyecharts和表格生成（二）](http://bingwong.org/2018/08/26/104.html)\n\n[首次公开发行股票申请企业情况的数据爬取，pyecharts和表格生成（三）](http://bingwong.org/2018/08/26/105.html)\n\n[首次公开发行股票申请企业情况的数据爬取，pyecharts和表格生成（四）](http://bingwong.org/2018/08/26/106.html)\n\n# 获取数据页面已改，xlsx数据已改，停更\n\n# 效果页面\n先发一个最终效果图的网址：https://www.cnvar.cn/ipostatus/(已删)\n\n后期版本(参考，代码相差不大)：https://cnf10.com/#ipo\n\n# 起因\n最近我的同事跟我讨论起在某微信公众号看到的IPO发行情况，他说他比较好奇这些数据的来源出处。于是乎，我就把整个证监会网站都找了一遍，最终找到了一个并不起眼的网页：[【行政许可事项】发行监管部首次公开发行股票审核工作流程及申请企业情况 ][1] ，一番研究之后确定这个网页就是每周IPO发行情况的数据出处。本来这事应该就此结束，但鉴于这些用excel展示的数据并不直观，于是乎我就打算将其图像化。\n\n# 步骤\n页面数据和excel文件的爬取 -\u003e 读取excel文件并将其合并统计-\u003e 将此表格转为markdown形式(方便放在HEXO上显示) \n\n# 目录结构\n```\n+--main.py\n+--processing\n|      +--data\n|      |      +--graph.html\n|      |      +--index.md\n|      |      +--IPOstatus\n|      |      |      +--data\n|      |      |      |      +--20180727.xls\n|      |      |      |      +--20180803.xls\n|      |      |      |      +--20180810.xls\n|      |      |      |      +--20180817.xls\n|      |      |      |      +--20180824.xls\n|      |      |      +--md\n|      |      |      |      +--20180727.md\n|      |      |      |      +--20180803.md\n|      |      |      |      +--20180810.md\n|      |      |      |      +--20180817.md\n|      |      |      |      +--20180824.md\n|      |      |      +--stat.csv\n|      |      |      +--termination\n|      |      |      |      +--20180803.xls\n|      |      |      |      +--20180810.xls\n|      |      |      |      +--20180817.xls\n|      |      |      |      +--20180824.xls\n|      +--datatomd.py\n|      +--data_crawler.py\n|      +--generator.py\n|      +--__init__.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinobing%2Fipostatus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchinobing%2Fipostatus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinobing%2Fipostatus/lists"}