mirror of
https://github.com/huqi-pr/trending-in-one.git
synced 2024-11-17 13:58:28 +08:00
🎉init
This commit is contained in:
commit
9305060f3d
1
.env
Normal file
1
.env
Normal file
@ -0,0 +1 @@
|
|||||||
|
DingtalkWebhook=https://oapi.dingtalk.com/robot/send?access_token=b64daf591f7a34ae9cddac630b17c3e92949342500a6182db332246b1c2fa817
|
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
* text=auto eol=lf
|
40
.github/workflows/ci.yml
vendored
Normal file
40
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
name: ci
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: ${{ matrix.kind }} ${{ matrix.os }}
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [macOS-latest, ubuntu-latest, windows-latest]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Clone repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install deno
|
||||||
|
uses: denolib/setup-deno@master
|
||||||
|
|
||||||
|
- name: Log versions
|
||||||
|
run: |
|
||||||
|
deno --version
|
||||||
|
- name: Run deno fmt
|
||||||
|
run: deno fmt --check
|
||||||
|
|
||||||
|
- name: Run deno lint
|
||||||
|
run: deno lint --unstable
|
||||||
|
|
||||||
|
- name: Run deno test
|
||||||
|
run: deno test -A --unstable --import-map=import_map.json --coverage
|
||||||
|
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: |
|
||||||
|
startsWith(github.repository, 'hu-qi') &&
|
||||||
|
startsWith(github.ref, 'refs/tags/')
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
draft: true
|
30
.github/workflows/schedule.yml
vendored
Normal file
30
.github/workflows/schedule.yml
vendored
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
name: schedule
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 * * * *"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
env:
|
||||||
|
TZ: Asia/Shanghai
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Clone repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install deno
|
||||||
|
uses: denolib/setup-deno@master
|
||||||
|
|
||||||
|
- name: Run deno
|
||||||
|
run: |
|
||||||
|
git config --local user.email "huqi1008301@163.com"
|
||||||
|
git config --local user.name "huqi"
|
||||||
|
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||||
|
git pull --rebase
|
||||||
|
deno run --unstable --allow-net --allow-read --allow-write --import-map=import_map.json mod.ts
|
||||||
|
git add .
|
||||||
|
git commit -m "update by github action"
|
||||||
|
git push
|
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
*.log
|
||||||
|
.cache
|
||||||
|
.DS_Store
|
||||||
|
*bak
|
||||||
|
.history
|
||||||
|
.temp/**
|
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2020 huqi
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
293
README.md
Normal file
293
README.md
Normal file
@ -0,0 +1,293 @@
|
|||||||
|
# trending-in-one
|
||||||
|
|
||||||
|
[![Build Status](https://github.com/hu-qi/trending-in-one/workflows/ci/badge.svg?branch=master)](https://github.com/hu-qi/trending-in-one/actions)
|
||||||
|
[![license](https://img.shields.io/github/license/hu-qi/trending-in-one)](https://github.com/hu-qi/trending-in-one/blob/master/LICENSE)
|
||||||
|
|
||||||
|
今日头条热搜,知乎热门视频,知乎热搜榜,知乎热门话题,微博热搜榜;记录从 2020-11-29 日开始的热搜。每小时抓取一次数据,按天[归档](./archives)。
|
||||||
|
|
||||||
|
<!-- 感谢Deno中国之父jjc大佬,99%的代码来自于jjc大佬的仓库 -->
|
||||||
|
|
||||||
|
## 相关项目
|
||||||
|
|
||||||
|
- [知乎热门视频](https://github.com/justjavac/zhihu-trending-hot-video)
|
||||||
|
- [知乎热搜榜](https://github.com/justjavac/zhihu-trending-top-search)
|
||||||
|
- [知乎热门话题](https://github.com/justjavac/zhihu-trending-hot-questions)
|
||||||
|
- [微博热搜榜](https://github.com/justjavac/weibo-trending-hot-search)
|
||||||
|
|
||||||
|
## 使用
|
||||||
|
|
||||||
|
可通过访问**jsdelivr**提供的 CDN 文件路径获取到本项目的存档文件,
|
||||||
|
如想获取**2020-11-29**当天的知乎热搜,只需访问[**https://cdn.jsdelivr.net/gh/hu-qi/trending-in-one/raw/zhihu-search/2020-11-29.json**](https://cdn.jsdelivr.net/gh/hu-qi/trending-in-one/raw/zhihu-search/2020-11-29.json) 即可;
|
||||||
|
|
||||||
|
如需想访问**2020-11-29**当天的知乎热搜,只需访问[**https://cdn.jsdelivr.net/gh/hu-qi/trending-in-one/archives/zhihu-search/2020-11-29.md**](https://cdn.jsdelivr.net/gh/hu-qi/trending-in-one/archives/zhihu-search/2020-11-29.md) 即可;
|
||||||
|
|
||||||
|
## 今日头条热搜
|
||||||
|
|
||||||
|
<!-- BEGIN TOUTIAO -->
|
||||||
|
<!-- 最后更新时间 Sun Nov 29 2020 03:03:06 GMT+0800 (CST) -->
|
||||||
|
|
||||||
|
1. [核科学家遇害 伊朗外长用中文回应](https://so.toutiao.com/search?keyword=核科学家遇害+伊朗外长用中文回应)
|
||||||
|
1. [人民日报:马保国闹剧该立刻收场](https://so.toutiao.com/search?keyword=人民日报:马保国闹剧该立刻收场)
|
||||||
|
1. [12 月新规](https://so.toutiao.com/search?keyword=12月新规)
|
||||||
|
1. [31 岁男子强奸卧病在床六旬老太](https://so.toutiao.com/search?keyword=31岁男子强奸卧病在床六旬老太)
|
||||||
|
1. [辞去市长职务的女干部赴京履新](https://so.toutiao.com/search?keyword=辞去市长职务的女干部赴京履新)
|
||||||
|
1. [妈妈在校内挨揍 班主任老公动的手](https://so.toutiao.com/search?keyword=妈妈在校内挨揍+班主任老公动的手)
|
||||||
|
1. [伊朗欲报复 以色列大使馆高度戒备](https://so.toutiao.com/search?keyword=伊朗欲报复+以色列大使馆高度戒备)
|
||||||
|
1. [至少 32 国日增确诊超千例](https://so.toutiao.com/search?keyword=至少32国日增确诊超千例)
|
||||||
|
1. [女明星跟王思聪亲密通话疑有恋情](https://so.toutiao.com/search?keyword=女明星跟王思聪亲密通话疑有恋情)
|
||||||
|
1. [第 33 届金鸡奖完整获奖名单出炉](https://so.toutiao.com/search?keyword=第33届金鸡奖完整获奖名单出炉)
|
||||||
|
1. [美国感恩节预计 5000 万人出行](https://so.toutiao.com/search?keyword=美国感恩节预计5000万人出行)
|
||||||
|
1. [同案不同判? 种株罂有判 5 年有缓刑](https://so.toutiao.com/search?keyword=同案不同判?+种株罂有判5年有缓刑)
|
||||||
|
1. [六大银行暂停贵金属业务新户开立](https://so.toutiao.com/search?keyword=六大银行暂停贵金属业务新户开立)
|
||||||
|
1. [香港专家为何反对钟南山“良方”](https://so.toutiao.com/search?keyword=香港专家为何反对钟南山“良方”)
|
||||||
|
1. [深圳豪宅高坠苹果砸伤半岁婴儿](https://so.toutiao.com/search?keyword=深圳豪宅高坠苹果砸伤半岁婴儿)
|
||||||
|
1. [解放军真打过来怎么办?“就投降”](https://so.toutiao.com/search?keyword=解放军真打过来怎么办?“就投降”)
|
||||||
|
1. [成龙刘德华黄晓明等群星集结厦门](https://so.toutiao.com/search?keyword=成龙刘德华黄晓明等群星集结厦门)
|
||||||
|
1. [财产留给亲人还是陪伴自己的陌生人](https://so.toutiao.com/search?keyword=财产留给亲人还是陪伴自己的陌生人)
|
||||||
|
1. [特朗普要当战时总统?](https://so.toutiao.com/search?keyword=特朗普要当战时总统?)
|
||||||
|
1. [解放军基本实现机械化](https://so.toutiao.com/search?keyword=解放军基本实现机械化)
|
||||||
|
1. [弦子诉朱军性骚扰:希望他能出庭](https://so.toutiao.com/search?keyword=弦子诉朱军性骚扰:希望他能出庭)
|
||||||
|
1. [李亚鹏为啥还不起 4000 万](https://so.toutiao.com/search?keyword=李亚鹏为啥还不起4000万)
|
||||||
|
1. [多名澳政府高官寻求与中国对话](https://so.toutiao.com/search?keyword=多名澳政府高官寻求与中国对话)
|
||||||
|
1. [王大陆为出名把自己晒黑](https://so.toutiao.com/search?keyword=王大陆为出名把自己晒黑)
|
||||||
|
1. [国家出手提振重点消费](https://so.toutiao.com/search?keyword=国家出手提振重点消费)
|
||||||
|
1. [特朗普或对伊朗开战 盟军做好准备](https://so.toutiao.com/search?keyword=特朗普或对伊朗开战+盟军做好准备)
|
||||||
|
1. [钟点工拍短视频晒雇主家](https://so.toutiao.com/search?keyword=钟点工拍短视频晒雇主家)
|
||||||
|
1. [潮汕 18 岁高中生娶 14 岁初中生](https://so.toutiao.com/search?keyword=潮汕18岁高中生娶14岁初中生)
|
||||||
|
1. [深圳又一制造工厂解散](https://so.toutiao.com/search?keyword=深圳又一制造工厂解散)
|
||||||
|
1. [隐秘而伟大大结局](https://so.toutiao.com/search?keyword=隐秘而伟大大结局)
|
||||||
|
1. [特朗普:1126940 张选票凭空产生](https://so.toutiao.com/search?keyword=特朗普:1126940张选票凭空产生)
|
||||||
|
1. [纪委拿下“海南虎”张琦老下属](https://so.toutiao.com/search?keyword=纪委拿下“海南虎”张琦老下属)
|
||||||
|
1. [杨幂羽绒服搭配凉鞋被吐槽](https://so.toutiao.com/search?keyword=杨幂羽绒服搭配凉鞋被吐槽)
|
||||||
|
1. [印度新德里周边大规模农民抗议](https://so.toutiao.com/search?keyword=印度新德里周边大规模农民抗议)
|
||||||
|
1. [李现以为自己发型被吹乱了](https://so.toutiao.com/search?keyword=李现以为自己发型被吹乱了)
|
||||||
|
1. [中菲关系要变天?](https://so.toutiao.com/search?keyword=中菲关系要变天?)
|
||||||
|
1. [孩子不写作业被家长按地痛打](https://so.toutiao.com/search?keyword=孩子不写作业被家长按地痛打)
|
||||||
|
1. [美机抵近南海谁授意?拜登不好对付](https://so.toutiao.com/search?keyword=美机抵近南海谁授意?拜登不好对付)
|
||||||
|
1. [铁路:我们接受现金购票](https://so.toutiao.com/search?keyword=铁路:我们接受现金购票)
|
||||||
|
1. [黄子韬要去四川找丁真](https://so.toutiao.com/search?keyword=黄子韬要去四川找丁真)
|
||||||
|
1. [男子出狱杀同伙 捂死对方妻女埋尸](https://so.toutiao.com/search?keyword=男子出狱杀同伙+捂死对方妻女埋尸)
|
||||||
|
1. [耳朵上有折痕是心梗标志](https://so.toutiao.com/search?keyword=耳朵上有折痕是心梗标志)
|
||||||
|
1. [妈妈赶火车把三岁儿子胳膊拉脱臼](https://so.toutiao.com/search?keyword=妈妈赶火车把三岁儿子胳膊拉脱臼)
|
||||||
|
1. [今年第一场冷流雪来了](https://so.toutiao.com/search?keyword=今年第一场冷流雪来了)
|
||||||
|
1. [6 死命案嫌犯未落网 村庄严格盘查](https://so.toutiao.com/search?keyword=6死命案嫌犯未落网+村庄严格盘查)
|
||||||
|
1. [歌手杨坤直播带货遭商家报警](https://so.toutiao.com/search?keyword=歌手杨坤直播带货遭商家报警)
|
||||||
|
1. [国安就是亚冠的中超头牌](https://so.toutiao.com/search?keyword=国安就是亚冠的中超头牌)
|
||||||
|
1. [今年国考约 61 人竞争 1 个岗位](https://so.toutiao.com/search?keyword=今年国考约61人竞争1个岗位)
|
||||||
|
1. [解放军 2 架运 8 进台西南空域](https://so.toutiao.com/search?keyword=解放军2架运8进台西南空域)
|
||||||
|
1. [女子与前任争吵失联 40 天后遗体找到](https://so.toutiao.com/search?keyword=女子与前任争吵失联40天后遗体找到)
|
||||||
|
1. [美军派 3 架侦察机赴南海](https://so.toutiao.com/search?keyword=美军派3架侦察机赴南海)
|
||||||
|
1. [高速货车木板飞砸后车 惊魂画面](https://so.toutiao.com/search?keyword=高速货车木板飞砸后车+惊魂画面)
|
||||||
|
<!-- END TOUTIAO -->
|
||||||
|
|
||||||
|
历史归档 [./archives/toutiao-search](./archives/toutiao-search)
|
||||||
|
|
||||||
|
## 知乎热搜榜
|
||||||
|
|
||||||
|
<!-- BEGIN ZHIHUSEARCH -->
|
||||||
|
<!-- 最后更新时间 Sun Nov 29 2020 02:51:33 GMT+0800 (CST) -->
|
||||||
|
|
||||||
|
1. [王攀招研资格不予恢复](https://www.zhihu.com/search?q=王攀)
|
||||||
|
1. [丁真为家乡四川拍宣传片](https://www.zhihu.com/search?q=丁真)
|
||||||
|
1. [毛洪涛溺亡调查结果公布](https://www.zhihu.com/search?q=毛洪涛)
|
||||||
|
1. [电影《一秒钟》](https://www.zhihu.com/search?q=一秒钟)
|
||||||
|
1. [殡葬工与马拉多纳遗体自拍](https://www.zhihu.com/search?q=马拉多纳)
|
||||||
|
1. [金鸡奖获奖名单公布](https://www.zhihu.com/search?q=金鸡奖)
|
||||||
|
1. [11 月 29 日国考 ](https://www.zhihu.com/search?q=国考)
|
||||||
|
1. [迪士尼计划裁员 32000 人](https://www.zhihu.com/search?q=迪士尼)
|
||||||
|
1. [特朗普称要离开白宫](https://www.zhihu.com/search?q=特朗普)
|
||||||
|
1. [农妇勒死施暴男子属正当防卫](https://www.zhihu.com/search?q=农妇勒死男子)
|
||||||
|
<!-- END ZHIHUSEARCH -->
|
||||||
|
|
||||||
|
历史归档 [./archives/zhihu-search](./archives/zhihu-search)
|
||||||
|
|
||||||
|
## 知乎热门视频
|
||||||
|
|
||||||
|
<!-- BEGIN ZHIHUVIDEO -->
|
||||||
|
<!-- 最后更新时间 Sun Nov 29 2020 03:10:23 GMT+0800 (CST) -->
|
||||||
|
1. [如何看待农妇打完农药遇强奸,用药水箱软管勒死施暴男子,检察院认为「属于正当防卫,依法不负刑事责任」?](https://www.zhihu.com/question/432282922)
|
||||||
|
1. [如何看待网上流传「无门槛加到高学历优质男方法」:检索论文,给名校作者发邮件借讨论学术之名要微信?](https://www.zhihu.com/question/432373156)
|
||||||
|
1. [伊朗媒体称,一名伊朗核科学家在德黑兰附近被暗杀,有哪些信息值得关注?](https://www.zhihu.com/question/432314788)
|
||||||
|
1. [如何看待「演员请就位」第 9 期下尔冬升导演和郭敬明互怼,揭导演抱团是剧本还是真性情?](https://www.zhihu.com/question/432433909)
|
||||||
|
1. [如何看待 2021 年起我国将全面禁止进口固体废物,环境部将不再审批发放许可证?将产生哪些影响?](https://www.zhihu.com/question/432230746)
|
||||||
|
1. [成都大学毛洪涛溺亡调查结果公布,你怎么看?有哪些信息值得关注?](https://www.zhihu.com/question/432244987)
|
||||||
|
1. [如何看待暴雪过后鸡西一拾荒老人主动为餐馆扫雪,餐馆老板表示「只要我的小店在,就有老人吃饭的地方」?](https://www.zhihu.com/question/432291197)
|
||||||
|
1. [有没有什么可爱又略调皮的微信头像?](https://www.zhihu.com/question/312909236)
|
||||||
|
1. [如何看待60岁以上老人(不分地域)在山东免费乘公交? 对其他地区是否有借鉴意义?](https://www.zhihu.com/question/432139650)
|
||||||
|
1. [考上 985、211 的学生在高三能有多疯狂?](https://www.zhihu.com/question/336622881)
|
||||||
|
1. [为什么圈子里的大佬们总喜欢组饭局,有什么事儿非得吃饭的时候说?](https://www.zhihu.com/question/432305015)
|
||||||
|
1. [开一个盈利性自习室的可行性如何?](https://www.zhihu.com/question/36887220)
|
||||||
|
1. [数学为什么没有列在四大天坑专业中?](https://www.zhihu.com/question/431174381)
|
||||||
|
1. [有哪些不想谈恋爱的文案?](https://www.zhihu.com/question/391790138)
|
||||||
|
1. [2020年大概10万块左右买什么车呢?](https://www.zhihu.com/question/358157833)
|
||||||
|
1. [迭戈马拉多纳去世,阿根廷举国哀悼三天值得吗?](https://www.zhihu.com/question/432033390)
|
||||||
|
1. [如何评价第33届中国电影金鸡奖获奖名单,黄晓明和周冬雨继第35届百花奖之后,再分获最佳男、女主角奖?](https://www.zhihu.com/question/432446430)
|
||||||
|
1. [王嵋屌丝事件对小米集团的伤害有多大?](https://www.zhihu.com/question/432056369)
|
||||||
|
1. [你身边有没有性子凉薄,感情匮乏的人?](https://www.zhihu.com/question/388065495)
|
||||||
|
1. [《王者荣耀》绝悟人机 20 关如何通过?](https://www.zhihu.com/question/432334068)
|
||||||
|
1. [多数狙击手电影里,狙击手不用弹夹,而是直接拉开枪栓把子弹放到枪膛里,这样做的目的是什么?](https://www.zhihu.com/question/431984892)
|
||||||
|
1. [为什么大部分人一辈子赚不到500万,却觉得25岁拿500万退休跑不赢通货膨胀活不下去?](https://www.zhihu.com/question/431742535)
|
||||||
|
1. [当你越来越好的时候真的会遇到越来越好的人吗?](https://www.zhihu.com/question/426742349)
|
||||||
|
1. [男博士是喜欢找个女博士,还是愿意找个比自己小几岁的师妹?](https://www.zhihu.com/question/302750196)
|
||||||
|
1. [985硕 2021 秋招0 offer是一种什么体验?](https://www.zhihu.com/question/430732154)
|
||||||
|
1. [为什么人们都讨厌HR?](https://www.zhihu.com/question/357655494)
|
||||||
|
1. [如何看待黄子韬最新发文 “我需要蹭什么你告诉我”?](https://www.zhihu.com/question/432395953)
|
||||||
|
1. [你心目中最好的战争电影是哪三部?](https://www.zhihu.com/question/40225004)
|
||||||
|
1. [演员黄晓明凭借电影《烈火英雄》中的表演继百花奖后再获第33届中国电影金鸡奖最佳男主角奖,你怎么看?](https://www.zhihu.com/question/432444133)
|
||||||
|
1. [一觉醒来,你发现自己的爱人是人工智能,你是否会和TA继续爱情?](https://www.zhihu.com/question/432365547)
|
||||||
|
1. [如何看待 11 月 28 日,媒体发文《马保国闹剧,该立刻收场了》?这一「闹剧」可能会怎样收场?](https://www.zhihu.com/question/432378297)
|
||||||
|
1. [如何看待网传的「人大附中分校初一学生家教要求」?真实性如何?](https://www.zhihu.com/question/432248148)
|
||||||
|
1. [如何看待国内部分人群认为田园猫不如国外品种猫?](https://www.zhihu.com/question/430774441)
|
||||||
|
1. [如何练好自己的口才?](https://www.zhihu.com/question/358700820)
|
||||||
|
1. [自己每天坚持看书,也每天坚持学习,但是为什么过了一段时间总觉得没有学一样?](https://www.zhihu.com/question/61269583)
|
||||||
|
1. [为什么我觉得「刃牙3」像日本和美国对中国的诋毁?](https://www.zhihu.com/question/400727395)
|
||||||
|
1. [家庭收入一般,老婆一定要请个保姆在家带小孩,我该怎么办?](https://www.zhihu.com/question/430935340)
|
||||||
|
1. [如何评价《演员请就位》第二季第九期?](https://www.zhihu.com/question/431517021)
|
||||||
|
1. [在大学里有不化妆的女生吗?](https://www.zhihu.com/question/327628390)
|
||||||
|
1. [如何评价国产动漫《天官赐福》?](https://www.zhihu.com/question/392100278)
|
||||||
|
1. [goodnotes notability哪个好用呢?](https://www.zhihu.com/question/362005754)
|
||||||
|
1. [你有哪些住宿必备好吃不贵的零食?](https://www.zhihu.com/question/342445699)
|
||||||
|
1. [如何评价剧场版《精灵宝可梦:超梦的逆袭 进化》?](https://www.zhihu.com/question/312122078)
|
||||||
|
1. [研究生生涯遇到一个很菜的导师怎么办?](https://www.zhihu.com/question/431110371)
|
||||||
|
1. [如何评价第五届 CCCC 团体程序设计天梯赛?](https://www.zhihu.com/question/432319795)
|
||||||
|
1. [如何快速走出强迫症?](https://www.zhihu.com/question/342735189)
|
||||||
|
1. [《饥荒》新手怎么入门?](https://www.zhihu.com/question/53324225)
|
||||||
|
1. [对于一个大一计科新生,有什么代码行数在 500~1000 的程序(C 语言)可以试着写来练手?](https://www.zhihu.com/question/52324710)
|
||||||
|
1. [小小一个梁山泊,靠什么维持十万军马?](https://www.zhihu.com/question/34724965)
|
||||||
|
1. [你们可以告诉我什么才能叫生活吗?](https://www.zhihu.com/question/431688731)
|
||||||
|
1. [高中数学为什么这么难啊?](https://www.zhihu.com/question/429770380)
|
||||||
|
1. [在一所女生很多的大学是什么感觉?](https://www.zhihu.com/question/264682886)
|
||||||
|
1. [如果不用学习,你最想做的一件事情是什么?](https://www.zhihu.com/question/431600896)
|
||||||
|
1. [你读过哪些你认为很伤感的句子?](https://www.zhihu.com/question/431504207)
|
||||||
|
1. [你认为最美的一幅画是哪一幅?](https://www.zhihu.com/question/280293735)
|
||||||
|
1. [如何评价第十二届全国大学生数学竞赛初赛非数学类试题?](https://www.zhihu.com/question/432356812)
|
||||||
|
1. [如何看待武汉理工大学决定不予通过教师王攀的硕士研究生招生资格?](https://www.zhihu.com/question/432325134)
|
||||||
|
1. [当下主流车企的顶尖制造工艺水平能到什么程度?](https://www.zhihu.com/question/432112403)
|
||||||
|
<!-- END ZHIHUVIDEO -->
|
||||||
|
|
||||||
|
历史归档 [./archives/zhihu-video](./archives/zhihu-video)
|
||||||
|
|
||||||
|
## 知乎热门话题
|
||||||
|
|
||||||
|
<!-- BEGIN ZHIHUQUESTIONS -->
|
||||||
|
<!-- 最后更新时间 Sun Nov 29 2020 03:10:23 GMT+0800 (CST) -->
|
||||||
|
1. [如何看待农妇打完农药遇强奸,用药水箱软管勒死施暴男子,检察院认为「属于正当防卫,依法不负刑事责任」?](https://www.zhihu.com/question/432282922)
|
||||||
|
1. [如何看待网上流传「无门槛加到高学历优质男方法」:检索论文,给名校作者发邮件借讨论学术之名要微信?](https://www.zhihu.com/question/432373156)
|
||||||
|
1. [伊朗媒体称,一名伊朗核科学家在德黑兰附近被暗杀,有哪些信息值得关注?](https://www.zhihu.com/question/432314788)
|
||||||
|
1. [如何看待「演员请就位」第 9 期下尔冬升导演和郭敬明互怼,揭导演抱团是剧本还是真性情?](https://www.zhihu.com/question/432433909)
|
||||||
|
1. [如何看待 2021 年起我国将全面禁止进口固体废物,环境部将不再审批发放许可证?将产生哪些影响?](https://www.zhihu.com/question/432230746)
|
||||||
|
1. [成都大学毛洪涛溺亡调查结果公布,你怎么看?有哪些信息值得关注?](https://www.zhihu.com/question/432244987)
|
||||||
|
1. [如何看待暴雪过后鸡西一拾荒老人主动为餐馆扫雪,餐馆老板表示「只要我的小店在,就有老人吃饭的地方」?](https://www.zhihu.com/question/432291197)
|
||||||
|
1. [有没有什么可爱又略调皮的微信头像?](https://www.zhihu.com/question/312909236)
|
||||||
|
1. [如何看待60岁以上老人(不分地域)在山东免费乘公交? 对其他地区是否有借鉴意义?](https://www.zhihu.com/question/432139650)
|
||||||
|
1. [考上 985、211 的学生在高三能有多疯狂?](https://www.zhihu.com/question/336622881)
|
||||||
|
1. [为什么圈子里的大佬们总喜欢组饭局,有什么事儿非得吃饭的时候说?](https://www.zhihu.com/question/432305015)
|
||||||
|
1. [开一个盈利性自习室的可行性如何?](https://www.zhihu.com/question/36887220)
|
||||||
|
1. [数学为什么没有列在四大天坑专业中?](https://www.zhihu.com/question/431174381)
|
||||||
|
1. [有哪些不想谈恋爱的文案?](https://www.zhihu.com/question/391790138)
|
||||||
|
1. [2020年大概10万块左右买什么车呢?](https://www.zhihu.com/question/358157833)
|
||||||
|
1. [迭戈马拉多纳去世,阿根廷举国哀悼三天值得吗?](https://www.zhihu.com/question/432033390)
|
||||||
|
1. [如何评价第33届中国电影金鸡奖获奖名单,黄晓明和周冬雨继第35届百花奖之后,再分获最佳男、女主角奖?](https://www.zhihu.com/question/432446430)
|
||||||
|
1. [王嵋屌丝事件对小米集团的伤害有多大?](https://www.zhihu.com/question/432056369)
|
||||||
|
1. [你身边有没有性子凉薄,感情匮乏的人?](https://www.zhihu.com/question/388065495)
|
||||||
|
1. [《王者荣耀》绝悟人机 20 关如何通过?](https://www.zhihu.com/question/432334068)
|
||||||
|
1. [多数狙击手电影里,狙击手不用弹夹,而是直接拉开枪栓把子弹放到枪膛里,这样做的目的是什么?](https://www.zhihu.com/question/431984892)
|
||||||
|
1. [为什么大部分人一辈子赚不到500万,却觉得25岁拿500万退休跑不赢通货膨胀活不下去?](https://www.zhihu.com/question/431742535)
|
||||||
|
1. [当你越来越好的时候真的会遇到越来越好的人吗?](https://www.zhihu.com/question/426742349)
|
||||||
|
1. [男博士是喜欢找个女博士,还是愿意找个比自己小几岁的师妹?](https://www.zhihu.com/question/302750196)
|
||||||
|
1. [985硕 2021 秋招0 offer是一种什么体验?](https://www.zhihu.com/question/430732154)
|
||||||
|
1. [为什么人们都讨厌HR?](https://www.zhihu.com/question/357655494)
|
||||||
|
1. [如何看待黄子韬最新发文 “我需要蹭什么你告诉我”?](https://www.zhihu.com/question/432395953)
|
||||||
|
1. [你心目中最好的战争电影是哪三部?](https://www.zhihu.com/question/40225004)
|
||||||
|
1. [演员黄晓明凭借电影《烈火英雄》中的表演继百花奖后再获第33届中国电影金鸡奖最佳男主角奖,你怎么看?](https://www.zhihu.com/question/432444133)
|
||||||
|
1. [一觉醒来,你发现自己的爱人是人工智能,你是否会和TA继续爱情?](https://www.zhihu.com/question/432365547)
|
||||||
|
1. [如何看待 11 月 28 日,媒体发文《马保国闹剧,该立刻收场了》?这一「闹剧」可能会怎样收场?](https://www.zhihu.com/question/432378297)
|
||||||
|
1. [如何看待网传的「人大附中分校初一学生家教要求」?真实性如何?](https://www.zhihu.com/question/432248148)
|
||||||
|
1. [如何看待国内部分人群认为田园猫不如国外品种猫?](https://www.zhihu.com/question/430774441)
|
||||||
|
1. [如何练好自己的口才?](https://www.zhihu.com/question/358700820)
|
||||||
|
1. [自己每天坚持看书,也每天坚持学习,但是为什么过了一段时间总觉得没有学一样?](https://www.zhihu.com/question/61269583)
|
||||||
|
1. [为什么我觉得「刃牙3」像日本和美国对中国的诋毁?](https://www.zhihu.com/question/400727395)
|
||||||
|
1. [家庭收入一般,老婆一定要请个保姆在家带小孩,我该怎么办?](https://www.zhihu.com/question/430935340)
|
||||||
|
1. [如何评价《演员请就位》第二季第九期?](https://www.zhihu.com/question/431517021)
|
||||||
|
1. [在大学里有不化妆的女生吗?](https://www.zhihu.com/question/327628390)
|
||||||
|
1. [如何评价国产动漫《天官赐福》?](https://www.zhihu.com/question/392100278)
|
||||||
|
1. [goodnotes notability哪个好用呢?](https://www.zhihu.com/question/362005754)
|
||||||
|
1. [你有哪些住宿必备好吃不贵的零食?](https://www.zhihu.com/question/342445699)
|
||||||
|
1. [如何评价剧场版《精灵宝可梦:超梦的逆袭 进化》?](https://www.zhihu.com/question/312122078)
|
||||||
|
1. [研究生生涯遇到一个很菜的导师怎么办?](https://www.zhihu.com/question/431110371)
|
||||||
|
1. [如何评价第五届 CCCC 团体程序设计天梯赛?](https://www.zhihu.com/question/432319795)
|
||||||
|
1. [如何快速走出强迫症?](https://www.zhihu.com/question/342735189)
|
||||||
|
1. [《饥荒》新手怎么入门?](https://www.zhihu.com/question/53324225)
|
||||||
|
1. [对于一个大一计科新生,有什么代码行数在 500~1000 的程序(C 语言)可以试着写来练手?](https://www.zhihu.com/question/52324710)
|
||||||
|
1. [小小一个梁山泊,靠什么维持十万军马?](https://www.zhihu.com/question/34724965)
|
||||||
|
1. [你们可以告诉我什么才能叫生活吗?](https://www.zhihu.com/question/431688731)
|
||||||
|
1. [高中数学为什么这么难啊?](https://www.zhihu.com/question/429770380)
|
||||||
|
1. [在一所女生很多的大学是什么感觉?](https://www.zhihu.com/question/264682886)
|
||||||
|
1. [如果不用学习,你最想做的一件事情是什么?](https://www.zhihu.com/question/431600896)
|
||||||
|
1. [你读过哪些你认为很伤感的句子?](https://www.zhihu.com/question/431504207)
|
||||||
|
1. [你认为最美的一幅画是哪一幅?](https://www.zhihu.com/question/280293735)
|
||||||
|
1. [如何评价第十二届全国大学生数学竞赛初赛非数学类试题?](https://www.zhihu.com/question/432356812)
|
||||||
|
1. [如何看待武汉理工大学决定不予通过教师王攀的硕士研究生招生资格?](https://www.zhihu.com/question/432325134)
|
||||||
|
1. [当下主流车企的顶尖制造工艺水平能到什么程度?](https://www.zhihu.com/question/432112403)
|
||||||
|
<!-- END ZHIHUQUESTIONS -->
|
||||||
|
|
||||||
|
历史归档 [./archives/zhihu-questions](./archives/zhihu-questions)
|
||||||
|
|
||||||
|
## 微博热搜
|
||||||
|
|
||||||
|
<!-- BEGIN WEIBO -->
|
||||||
|
<!-- 最后更新时间 Sun Nov 29 2020 03:03:15 GMT+0800 (CST) -->
|
||||||
|
|
||||||
|
1. [7 条线帮老年人追上智能时代](https://s.weibo.com//weibo?q=%237%E6%9D%A1%E7%BA%BF%E5%B8%AE%E8%80%81%E5%B9%B4%E4%BA%BA%E8%BF%BD%E4%B8%8A%E6%99%BA%E8%83%BD%E6%97%B6%E4%BB%A3%23&Refer=new_time)
|
||||||
|
1. [尔冬升离场](https://s.weibo.com//weibo?q=%23%E5%B0%94%E5%86%AC%E5%8D%87%E7%A6%BB%E5%9C%BA%23&Refer=top)
|
||||||
|
1. [官方通报举报补课被班主任丈夫暴打](https://s.weibo.com//weibo?q=%23%E5%AE%98%E6%96%B9%E9%80%9A%E6%8A%A5%E4%B8%BE%E6%8A%A5%E8%A1%A5%E8%AF%BE%E8%A2%AB%E7%8F%AD%E4%B8%BB%E4%BB%BB%E4%B8%88%E5%A4%AB%E6%9A%B4%E6%89%93%23&Refer=top)
|
||||||
|
1. [周冬雨金马金像金鸡三金影后](https://s.weibo.com//weibo?q=%23%E5%91%A8%E5%86%AC%E9%9B%A8%E9%87%91%E9%A9%AC%E9%87%91%E5%83%8F%E9%87%91%E9%B8%A1%E4%B8%89%E9%87%91%E5%BD%B1%E5%90%8E%23&Refer=top)
|
||||||
|
1. [郭敬明被尔冬升怼哭](https://s.weibo.com//weibo?q=%23%E9%83%AD%E6%95%AC%E6%98%8E%E8%A2%AB%E5%B0%94%E5%86%AC%E5%8D%87%E6%80%BC%E5%93%AD%23&Refer=top)
|
||||||
|
1. [我们离婚了](https://s.weibo.com//weibo?q=%E6%88%91%E4%BB%AC%E7%A6%BB%E5%A9%9A%E4%BA%86&Refer=top)
|
||||||
|
1. [演员请就位](https://s.weibo.com//weibo?q=%E6%BC%94%E5%91%98%E8%AF%B7%E5%B0%B1%E4%BD%8D&Refer=top)
|
||||||
|
1. [快乐大本营](https://s.weibo.com//weibo?q=%E5%BF%AB%E4%B9%90%E5%A4%A7%E6%9C%AC%E8%90%A5&Refer=top)
|
||||||
|
1. [隐秘而伟大大结局](https://s.weibo.com//weibo?q=%23%E9%9A%90%E7%A7%98%E8%80%8C%E4%BC%9F%E5%A4%A7%E5%A4%A7%E7%BB%93%E5%B1%80%23&Refer=top)
|
||||||
|
1. [国务院建议试行企业休眠制度](https://s.weibo.com//weibo?q=%E5%9B%BD%E5%8A%A1%E9%99%A2%E5%BB%BA%E8%AE%AE%E8%AF%95%E8%A1%8C%E4%BC%81%E4%B8%9A%E4%BC%91%E7%9C%A0%E5%88%B6%E5%BA%A6&Refer=top)
|
||||||
|
1. [西藏和四川开始 rap battle 了](https://s.weibo.com//weibo?q=%E8%A5%BF%E8%97%8F%E5%92%8C%E5%9B%9B%E5%B7%9D%E5%BC%80%E5%A7%8Brap%20battle%E4%BA%86&Refer=top)
|
||||||
|
1. [关晓彤陈飞宇对称表情](https://s.weibo.com//weibo?q=%23%E5%85%B3%E6%99%93%E5%BD%A4%E9%99%88%E9%A3%9E%E5%AE%87%E5%AF%B9%E7%A7%B0%E8%A1%A8%E6%83%85%23&Refer=top)
|
||||||
|
1. [周冬雨金鸡奖最佳女主角](https://s.weibo.com//weibo?q=%23%E5%91%A8%E5%86%AC%E9%9B%A8%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E5%A5%B3%E4%B8%BB%E8%A7%92%23&Refer=top)
|
||||||
|
1. [黄晓明金鸡奖最佳男主角](https://s.weibo.com//weibo?q=%E9%BB%84%E6%99%93%E6%98%8E%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E7%94%B7%E4%B8%BB%E8%A7%92&Refer=top)
|
||||||
|
1. [陕西 2 地店家急寻顾客做核酸检测](https://s.weibo.com//weibo?q=%23%E9%99%95%E8%A5%BF2%E5%9C%B0%E5%BA%97%E5%AE%B6%E6%80%A5%E5%AF%BB%E9%A1%BE%E5%AE%A2%E5%81%9A%E6%A0%B8%E9%85%B8%E6%A3%80%E6%B5%8B%23&Refer=top)
|
||||||
|
1. [嫦娥五号顺利进入环月轨道](https://s.weibo.com//weibo?q=%23%E5%AB%A6%E5%A8%A5%E4%BA%94%E5%8F%B7%E9%A1%BA%E5%88%A9%E8%BF%9B%E5%85%A5%E7%8E%AF%E6%9C%88%E8%BD%A8%E9%81%93%23&Refer=top)
|
||||||
|
1. [广东一 18 岁高中生迎娶 14 岁初中生](https://s.weibo.com//weibo?q=%23%E5%B9%BF%E4%B8%9C%E4%B8%801票让给张月](https://s.weibo.com//weibo?q=%23%E9%BB%84%E5%A5%95%E9%A9%AC%E8%8B%8F%E5%80%AA%E8%99%B9%E6%B4%81%E6%8A%8A%E7%A5%A8%E8%AE%A9%E7%BB%99%E5%BC%A0%E6%9C%88%23&Refer=top)
|
||||||
|
1. [所以贾玲见到刘德华了吗](https://s.weibo.com//weibo?q=%23%E6%89%80%E4%BB%A5%E8%B4%BE%E7%8E%B2%E8%A7%81%E5%88%B0%E5%88%98%E5%BE%B7%E5%8D%8E%E4%BA%86%E5%90%97%23&Refer=top)
|
||||||
|
1. [甘孜机票预定量](https://s.weibo.com//weibo?q=%23%E7%94%98%E5%AD%9C%E6%9C%BA%E7%A5%A8%E9%A2%84%E5%AE%9A%E9%87%8F%23&Refer=top)
|
||||||
|
1. [夺冠金鸡奖最佳故事片](https://s.weibo.com//weibo?q=%E5%A4%BA%E5%86%A0%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E6%95%85%E4%BA%8B%E7%89%87&Refer=top)
|
||||||
|
1. [刘念总选举第二](https://s.weibo.com//weibo?q=%23%E5%88%98%E5%BF%B5%E6%80%BB%E9%80%89%E4%B8%BE%E7%AC%AC%E4%BA%8C%23&Refer=top)
|
||||||
|
1. [刘德华 可能明年金鸡奖有我提名](https://s.weibo.com//weibo?q=%E5%88%98%E5%BE%B7%E5%8D%8E%20%E5%8F%AF%E8%83%BD%E6%98%8E%E5%B9%B4%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%89%E6%88%91%E6%8F%90%E5%90%8D&Refer=top)
|
||||||
|
1. [印小天金鸡奖最佳男配角](https://s.weibo.com//weibo?q=%E5%8D%B0%E5%B0%8F%E5%A4%A9%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E7%94%B7%E9%85%8D%E8%A7%92&Refer=top)
|
||||||
|
1. [搭讪路人偷拍上传涉嫌违法](https://s.weibo.com//weibo?q=%23%E6%90%AD%E8%AE%AA%E8%B7%AF%E4%BA%BA%E5%81%B7%E6%8B%8D%E4%B8%8A%E4%BC%A0%E6%B6%89%E5%AB%8C%E8%BF%9D%E6%B3%95%23&Refer=top)
|
||||||
|
1. [金鸡奖最佳音乐奖空缺](https://s.weibo.com//weibo?q=%23%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E9%9F%B3%E4%B9%90%E5%A5%96%E7%A9%BA%E7%BC%BA%23&Refer=top)
|
||||||
|
1. [刘耀文和丁程鑫把宋亚轩顶破音了](https://s.weibo.com//weibo?q=%23%E5%88%98%E8%80%80%E6%96%87%E5%92%8C%E4%B8%81%E7%A8%8B%E9%91%AB%E6%8A%8A%E5%AE%8B%E4%BA%9A%E8%BD%A9%E9%A1%B6%E7%A0%B4%E9%9F%B3%E4%BA%86%23&Refer=top)
|
||||||
|
1. [嫦娥五号踩了脚太空刹车](https://s.weibo.com//weibo?q=%23%E5%AB%A6%E5%A8%A5%E4%BA%94%E5%8F%B7%E8%B8%A9%E4%BA%86%E8%84%9A%E5%A4%AA%E7%A9%BA%E5%88%B9%E8%BD%A6%23&Refer=top)
|
||||||
|
1. [30 个专业学位类别将体检](https://s.weibo.com//weibo?q=%2330%E4%B8%AA%E4%B8%93%E4%B8%9A%E5%AD%A6%E4%BD%8D%E7%B1%BB%E5%88%AB%E5%B0%86%E4%BD%93%E6%A3%80%23&Refer=top)
|
||||||
|
1. [伊朗称以色列参与暗杀核科学家](https://s.weibo.com//weibo?q=%E4%BC%8A%E6%9C%97%E7%A7%B0%E4%BB%A5%E8%89%B2%E5%88%97%E5%8F%82%E4%B8%8E%E6%9A%97%E6%9D%80%E6%A0%B8%E7%A7%91%E5%AD%A6%E5%AE%B6&Refer=top)
|
||||||
|
1. [中山大学副教授否认燕窝是智商税](https://s.weibo.com//weibo?q=%23%E4%B8%AD%E5%B1%B1%E5%A4%A7%E5%AD%A6%E5%89%AF%E6%95%99%E6%8E%88%E5%90%A6%E8%AE%A4%E7%87%95%E7%AA%9D%E6%98%AF%E6%99%BA%E5%95%86%E7%A8%8E%23&Refer=top)
|
||||||
|
1. [丁真肤色跟热干面挺像的](https://s.weibo.com//weibo?q=%23%E4%B8%81%E7%9C%9F%E8%82%A4%E8%89%B2%E8%B7%9F%E7%83%AD%E5%B9%B2%E9%9D%A2%E6%8C%BA%E5%83%8F%E7%9A%84%23&Refer=top)
|
||||||
|
1. [狼殿下](https://s.weibo.com//weibo?q=%E7%8B%BC%E6%AE%BF%E4%B8%8B&Refer=top)
|
||||||
|
1. [舞蹈风暴](https://s.weibo.com//weibo?q=%E8%88%9E%E8%B9%88%E9%A3%8E%E6%9A%B4&Refer=top)
|
||||||
|
1. [2021 年起我国将全面禁止进口固体废物](https://s.weibo.com//weibo?q=%232021%E5%B9%B4%E8%B5%B7%E6%88%91%E5%9B%BD%E5%B0%86%E5%85%A8%E9%9D%A2%E7%A6%81%E6%AD%A2%E8%BF%9B%E5%8F%A3%E5%9B%BA%E4%BD%93%E5%BA%9F%E7%89%A9%23&Refer=top)
|
||||||
|
1. [坐图书馆横梁 14 小时男子被批捕](https://s.weibo.com//weibo?q=%E5%9D%90%E5%9B%BE%E4%B9%A6%E9%A6%86%E6%A8%AA%E6%A2%8114%E5%B0%8F%E6%97%B6%E7%94%B7%E5%AD%90%E8%A2%AB%E6%89%B9%E6%8D%95&Refer=top)
|
||||||
|
1. [袁泉金鸡奖最佳女配角](https://s.weibo.com//weibo?q=%23%E8%A2%81%E6%B3%89%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E5%A5%B3%E9%85%8D%E8%A7%92%23&Refer=top)
|
||||||
|
1. [时代少年团演唱会](https://s.weibo.com//weibo?q=%23%E6%97%B6%E4%BB%A3%E5%B0%91%E5%B9%B4%E5%9B%A2%E6%BC%94%E5%94%B1%E4%BC%9A%23&Refer=top)
|
||||||
|
1. [李佳琦直播](https://s.weibo.com//weibo?q=%E6%9D%8E%E4%BD%B3%E7%90%A6%E7%9B%B4%E6%92%AD&Refer=top)
|
||||||
|
1. [西安年底前禁用不可降解塑料袋](https://s.weibo.com//weibo?q=%23%E8%A5%BF%E5%AE%89%E5%B9%B4%E5%BA%95%E5%89%8D%E7%A6%81%E7%94%A8%E4%B8%8D%E5%8F%AF%E9%99%8D%E8%A7%A3%E5%A1%91%E6%96%99%E8%A2%8B%23&Refer=top)
|
||||||
|
1. [丁程鑫画心好唯美](https://s.weibo.com//weibo?q=%23%E4%B8%81%E7%A8%8B%E9%91%AB%E7%94%BB%E5%BF%83%E5%A5%BD%E5%94%AF%E7%BE%8E%23&Refer=top)
|
||||||
|
1. [李易峰演技](https://s.weibo.com//weibo?q=%23%E6%9D%8E%E6%98%93%E5%B3%B0%E6%BC%94%E6%8A%80%23&Refer=top)
|
||||||
|
1. [夏处长没有牺牲](https://s.weibo.com//weibo?q=%23%E5%A4%8F%E5%A4%84%E9%95%BF%E6%B2%A1%E6%9C%89%E7%89%BA%E7%89%B2%23&Refer=top)
|
||||||
|
1. [钱学森之子分享父亲的十个感人故事](https://s.weibo.com//weibo?q=%23%E9%92%B1%E5%AD%A6%E6%A3%AE%E4%B9%8B%E5%AD%90%E5%88%86%E4%BA%AB%E7%88%B6%E4%BA%B2%E7%9A%84%E5%8D%81%E4%B8%AA%E6%84%9F%E4%BA%BA%E6%95%85%E4%BA%8B%23&Refer=top)
|
||||||
|
1. [绿松石耳坠](https://s.weibo.com//weibo?q=%23%E7%BB%BF%E6%9D%BE%E7%9F%B3%E8%80%B3%E5%9D%A0%23&Refer=top)
|
||||||
|
1. [宋亚轩全开麦](https://s.weibo.com//weibo?q=%E5%AE%8B%E4%BA%9A%E8%BD%A9%E5%85%A8%E5%BC%80%E9%BA%A6&Refer=top)
|
||||||
|
1. [小胖哭了](https://s.weibo.com//weibo?q=%E5%B0%8F%E8%83%96%E5%93%AD%E4%BA%86&Refer=top)
|
||||||
|
1. [持刀凶徒在干警追逃下窜入法院](https://s.weibo.com//weibo?q=%23%E6%8C%81%E5%88%80%E5%87%B6%E5%BE%92%E5%9C%A8%E5%B9%B2%E8%AD%A6%E8%BF%BD%E9%80%83%E4%B8%8B%E7%AA%9C%E5%85%A5%E6%B3%95%E9%99%A2%23&Refer=top)
|
||||||
|
1. [亚冠](https://s.weibo.com//weibo?q=%E4%BA%9A%E5%86%A0&Refer=top)
|
||||||
|
1. [虐杀动物兜售视频成地下产业链](https://s.weibo.com//weibo?q=%23%E8%99%90%E6%9D%80%E5%8A%A8%E7%89%A9%E5%85%9C%E5%94%AE%E8%A7%86%E9%A2%91%E6%88%90%E5%9C%B0%E4%B8%8B%E4%BA%A7%E4%B8%9A%E9%93%BE%23&Refer=top)
|
||||||
|
1. [星辰大海](https://s.weibo.com//weibo?q=%E6%98%9F%E8%BE%B0%E5%A4%A7%E6%B5%B7&Refer=top)
|
||||||
|
1. [同学们请坐](https://s.weibo.com//weibo?q=%23%E5%90%8C%E5%AD%A6%E4%BB%AC%E8%AF%B7%E5%9D%90%23&Refer=new_time)
|
||||||
|
1. [2021 年起全面禁止进口洋垃圾](https://s.weibo.com//weibo?q=%232021%E5%B9%B4%E8%B5%B7%E5%85%A8%E9%9D%A2%E7%A6%81%E6%AD%A2%E8%BF%9B%E5%8F%A3%E6%B4%8B%E5%9E%83%E5%9C%BE%23&Refer=new_time)
|
||||||
|
1. [袁泉金鸡奖最佳女配角](https://s.weibo.com//weibo?q=%E8%A2%81%E6%B3%89%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80
|
59
archives/toutiao-search/2020-11-29.md
Normal file
59
archives/toutiao-search/2020-11-29.md
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
# 2020-11-29
|
||||||
|
|
||||||
|
共 52 条
|
||||||
|
|
||||||
|
<!-- BEGIN TOUTIAO -->
|
||||||
|
<!-- 最后更新时间 Sun Nov 29 2020 03:10:23 GMT+0800 (CST) -->
|
||||||
|
1. [核科学家遇害 伊朗外长用中文回应](https://so.toutiao.com/search?keyword=核科学家遇害+伊朗外长用中文回应)
|
||||||
|
1. [人民日报:马保国闹剧该立刻收场](https://so.toutiao.com/search?keyword=人民日报:马保国闹剧该立刻收场)
|
||||||
|
1. [12月新规](https://so.toutiao.com/search?keyword=12月新规)
|
||||||
|
1. [31岁男子强奸卧病在床六旬老太](https://so.toutiao.com/search?keyword=31岁男子强奸卧病在床六旬老太)
|
||||||
|
1. [辞去市长职务的女干部赴京履新](https://so.toutiao.com/search?keyword=辞去市长职务的女干部赴京履新)
|
||||||
|
1. [妈妈在校内挨揍 班主任老公动的手](https://so.toutiao.com/search?keyword=妈妈在校内挨揍+班主任老公动的手)
|
||||||
|
1. [第33届金鸡奖完整获奖名单出炉](https://so.toutiao.com/search?keyword=第33届金鸡奖完整获奖名单出炉)
|
||||||
|
1. [至少32国日增确诊超千例](https://so.toutiao.com/search?keyword=至少32国日增确诊超千例)
|
||||||
|
1. [女明星跟王思聪亲密通话疑有恋情](https://so.toutiao.com/search?keyword=女明星跟王思聪亲密通话疑有恋情)
|
||||||
|
1. [伊朗欲报复 以色列大使馆高度戒备](https://so.toutiao.com/search?keyword=伊朗欲报复+以色列大使馆高度戒备)
|
||||||
|
1. [美国感恩节预计5000万人出行](https://so.toutiao.com/search?keyword=美国感恩节预计5000万人出行)
|
||||||
|
1. [同案不同判? 种株罂有判5年有缓刑](https://so.toutiao.com/search?keyword=同案不同判?+种株罂有判5年有缓刑)
|
||||||
|
1. [特朗普要当战时总统?](https://so.toutiao.com/search?keyword=特朗普要当战时总统?)
|
||||||
|
1. [香港专家为何反对钟南山“良方”](https://so.toutiao.com/search?keyword=香港专家为何反对钟南山“良方”)
|
||||||
|
1. [深圳豪宅高坠苹果砸伤半岁婴儿](https://so.toutiao.com/search?keyword=深圳豪宅高坠苹果砸伤半岁婴儿)
|
||||||
|
1. [六大银行暂停贵金属业务新户开立](https://so.toutiao.com/search?keyword=六大银行暂停贵金属业务新户开立)
|
||||||
|
1. [成龙刘德华黄晓明等群星集结厦门](https://so.toutiao.com/search?keyword=成龙刘德华黄晓明等群星集结厦门)
|
||||||
|
1. [财产留给亲人还是陪伴自己的陌生人](https://so.toutiao.com/search?keyword=财产留给亲人还是陪伴自己的陌生人)
|
||||||
|
1. [国家出手提振重点消费](https://so.toutiao.com/search?keyword=国家出手提振重点消费)
|
||||||
|
1. [多名澳政府高官寻求与中国对话](https://so.toutiao.com/search?keyword=多名澳政府高官寻求与中国对话)
|
||||||
|
1. [弦子诉朱军性骚扰:希望他能出庭](https://so.toutiao.com/search?keyword=弦子诉朱军性骚扰:希望他能出庭)
|
||||||
|
1. [李亚鹏为啥还不起4000万](https://so.toutiao.com/search?keyword=李亚鹏为啥还不起4000万)
|
||||||
|
1. [解放军基本实现机械化](https://so.toutiao.com/search?keyword=解放军基本实现机械化)
|
||||||
|
1. [王大陆为出名把自己晒黑](https://so.toutiao.com/search?keyword=王大陆为出名把自己晒黑)
|
||||||
|
1. [解放军真打过来怎么办?“就投降”](https://so.toutiao.com/search?keyword=解放军真打过来怎么办?“就投降”)
|
||||||
|
1. [钟点工拍短视频晒雇主家](https://so.toutiao.com/search?keyword=钟点工拍短视频晒雇主家)
|
||||||
|
1. [特朗普或对伊朗开战 盟军做好准备](https://so.toutiao.com/search?keyword=特朗普或对伊朗开战+盟军做好准备)
|
||||||
|
1. [深圳又一制造工厂解散](https://so.toutiao.com/search?keyword=深圳又一制造工厂解散)
|
||||||
|
1. [隐秘而伟大大结局](https://so.toutiao.com/search?keyword=隐秘而伟大大结局)
|
||||||
|
1. [特朗普:1126940张选票凭空产生](https://so.toutiao.com/search?keyword=特朗普:1126940张选票凭空产生)
|
||||||
|
1. [潮汕18岁高中生娶14岁初中生](https://so.toutiao.com/search?keyword=潮汕18岁高中生娶14岁初中生)
|
||||||
|
1. [杨幂羽绒服搭配凉鞋被吐槽](https://so.toutiao.com/search?keyword=杨幂羽绒服搭配凉鞋被吐槽)
|
||||||
|
1. [纪委拿下“海南虎”张琦老下属](https://so.toutiao.com/search?keyword=纪委拿下“海南虎”张琦老下属)
|
||||||
|
1. [印度新德里周边大规模农民抗议](https://so.toutiao.com/search?keyword=印度新德里周边大规模农民抗议)
|
||||||
|
1. [李现以为自己发型被吹乱了](https://so.toutiao.com/search?keyword=李现以为自己发型被吹乱了)
|
||||||
|
1. [美机抵近南海谁授意?拜登不好对付](https://so.toutiao.com/search?keyword=美机抵近南海谁授意?拜登不好对付)
|
||||||
|
1. [中菲关系要变天?](https://so.toutiao.com/search?keyword=中菲关系要变天?)
|
||||||
|
1. [孩子不写作业被家长按地痛打](https://so.toutiao.com/search?keyword=孩子不写作业被家长按地痛打)
|
||||||
|
1. [铁路:我们接受现金购票](https://so.toutiao.com/search?keyword=铁路:我们接受现金购票)
|
||||||
|
1. [男子出狱杀同伙 捂死对方妻女埋尸](https://so.toutiao.com/search?keyword=男子出狱杀同伙+捂死对方妻女埋尸)
|
||||||
|
1. [黄子韬要去四川找丁真](https://so.toutiao.com/search?keyword=黄子韬要去四川找丁真)
|
||||||
|
1. [今年第一场冷流雪来了](https://so.toutiao.com/search?keyword=今年第一场冷流雪来了)
|
||||||
|
1. [妈妈赶火车把三岁儿子胳膊拉脱臼](https://so.toutiao.com/search?keyword=妈妈赶火车把三岁儿子胳膊拉脱臼)
|
||||||
|
1. [耳朵上有折痕是心梗标志](https://so.toutiao.com/search?keyword=耳朵上有折痕是心梗标志)
|
||||||
|
1. [6死命案嫌犯未落网 村庄严格盘查](https://so.toutiao.com/search?keyword=6死命案嫌犯未落网+村庄严格盘查)
|
||||||
|
1. [歌手杨坤直播带货遭商家报警](https://so.toutiao.com/search?keyword=歌手杨坤直播带货遭商家报警)
|
||||||
|
1. [国安就是亚冠的中超头牌](https://so.toutiao.com/search?keyword=国安就是亚冠的中超头牌)
|
||||||
|
1. [今年国考约61人竞争1个岗位](https://so.toutiao.com/search?keyword=今年国考约61人竞争1个岗位)
|
||||||
|
1. [解放军2架运8进台西南空域](https://so.toutiao.com/search?keyword=解放军2架运8进台西南空域)
|
||||||
|
1. [女子与前任争吵失联40天后遗体找到](https://so.toutiao.com/search?keyword=女子与前任争吵失联40天后遗体找到)
|
||||||
|
1. [美军派3架侦察机赴南海](https://so.toutiao.com/search?keyword=美军派3架侦察机赴南海)
|
||||||
|
1. [高速货车木板飞砸后车 惊魂画面](https://so.toutiao.com/search?keyword=高速货车木板飞砸后车+惊魂画面)
|
||||||
|
<!-- END TOUTIAO -->
|
69
archives/weibo-search/2020-11-29.md
Normal file
69
archives/weibo-search/2020-11-29.md
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
# 2020-11-29
|
||||||
|
|
||||||
|
共 62 条
|
||||||
|
|
||||||
|
<!-- BEGIN WEIBO -->
|
||||||
|
<!-- 最后更新时间 Sun Nov 29 2020 03:10:23 GMT+0800 (CST) -->
|
||||||
|
1. [7条线帮老年人追上智能时代](https://s.weibo.com//weibo?q=%237%E6%9D%A1%E7%BA%BF%E5%B8%AE%E8%80%81%E5%B9%B4%E4%BA%BA%E8%BF%BD%E4%B8%8A%E6%99%BA%E8%83%BD%E6%97%B6%E4%BB%A3%23&Refer=new_time)
|
||||||
|
1. [尔冬升离场](https://s.weibo.com//weibo?q=%23%E5%B0%94%E5%86%AC%E5%8D%87%E7%A6%BB%E5%9C%BA%23&Refer=top)
|
||||||
|
1. [官方通报举报补课被班主任丈夫暴打](https://s.weibo.com//weibo?q=%23%E5%AE%98%E6%96%B9%E9%80%9A%E6%8A%A5%E4%B8%BE%E6%8A%A5%E8%A1%A5%E8%AF%BE%E8%A2%AB%E7%8F%AD%E4%B8%BB%E4%BB%BB%E4%B8%88%E5%A4%AB%E6%9A%B4%E6%89%93%23&Refer=top)
|
||||||
|
1. [周冬雨金马金像金鸡三金影后](https://s.weibo.com//weibo?q=%23%E5%91%A8%E5%86%AC%E9%9B%A8%E9%87%91%E9%A9%AC%E9%87%91%E5%83%8F%E9%87%91%E9%B8%A1%E4%B8%89%E9%87%91%E5%BD%B1%E5%90%8E%23&Refer=top)
|
||||||
|
1. [郭敬明被尔冬升怼哭](https://s.weibo.com//weibo?q=%23%E9%83%AD%E6%95%AC%E6%98%8E%E8%A2%AB%E5%B0%94%E5%86%AC%E5%8D%87%E6%80%BC%E5%93%AD%23&Refer=top)
|
||||||
|
1. [快乐大本营](https://s.weibo.com//weibo?q=%E5%BF%AB%E4%B9%90%E5%A4%A7%E6%9C%AC%E8%90%A5&Refer=top)
|
||||||
|
1. [演员请就位](https://s.weibo.com//weibo?q=%E6%BC%94%E5%91%98%E8%AF%B7%E5%B0%B1%E4%BD%8D&Refer=top)
|
||||||
|
1. [我们离婚了](https://s.weibo.com//weibo?q=%E6%88%91%E4%BB%AC%E7%A6%BB%E5%A9%9A%E4%BA%86&Refer=top)
|
||||||
|
1. [隐秘而伟大大结局](https://s.weibo.com//weibo?q=%23%E9%9A%90%E7%A7%98%E8%80%8C%E4%BC%9F%E5%A4%A7%E5%A4%A7%E7%BB%93%E5%B1%80%23&Refer=top)
|
||||||
|
1. [国务院建议试行企业休眠制度](https://s.weibo.com//weibo?q=%E5%9B%BD%E5%8A%A1%E9%99%A2%E5%BB%BA%E8%AE%AE%E8%AF%95%E8%A1%8C%E4%BC%81%E4%B8%9A%E4%BC%91%E7%9C%A0%E5%88%B6%E5%BA%A6&Refer=top)
|
||||||
|
1. [西藏和四川开始rap battle了](https://s.weibo.com//weibo?q=%E8%A5%BF%E8%97%8F%E5%92%8C%E5%9B%9B%E5%B7%9D%E5%BC%80%E5%A7%8Brap%20battle%E4%BA%86&Refer=top)
|
||||||
|
1. [关晓彤陈飞宇对称表情](https://s.weibo.com//weibo?q=%23%E5%85%B3%E6%99%93%E5%BD%A4%E9%99%88%E9%A3%9E%E5%AE%87%E5%AF%B9%E7%A7%B0%E8%A1%A8%E6%83%85%23&Refer=top)
|
||||||
|
1. [周冬雨金鸡奖最佳女主角](https://s.weibo.com//weibo?q=%23%E5%91%A8%E5%86%AC%E9%9B%A8%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E5%A5%B3%E4%B8%BB%E8%A7%92%23&Refer=top)
|
||||||
|
1. [黄晓明金鸡奖最佳男主角](https://s.weibo.com//weibo?q=%E9%BB%84%E6%99%93%E6%98%8E%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E7%94%B7%E4%B8%BB%E8%A7%92&Refer=top)
|
||||||
|
1. [陕西2地店家急寻顾客做核酸检测](https://s.weibo.com//weibo?q=%23%E9%99%95%E8%A5%BF2%E5%9C%B0%E5%BA%97%E5%AE%B6%E6%80%A5%E5%AF%BB%E9%A1%BE%E5%AE%A2%E5%81%9A%E6%A0%B8%E9%85%B8%E6%A3%80%E6%B5%8B%23&Refer=top)
|
||||||
|
1. [嫦娥五号顺利进入环月轨道](https://s.weibo.com//weibo?q=%23%E5%AB%A6%E5%A8%A5%E4%BA%94%E5%8F%B7%E9%A1%BA%E5%88%A9%E8%BF%9B%E5%85%A5%E7%8E%AF%E6%9C%88%E8%BD%A8%E9%81%93%23&Refer=top)
|
||||||
|
1. [广东一18岁高中生迎娶14岁初中生](https://s.weibo.com//weibo?q=%23%E5%B9%BF%E4%B8%9C%E4%B8%8018%E5%B2%81%E9%AB%98%E4%B8%AD%E7%94%9F%E8%BF%8E%E5%A8%B614%E5%B2%81%E5%88%9D%E4%B8%AD%E7%94%9F%23&Refer=top)
|
||||||
|
1. [黄奕马苏倪虹洁把票让给张月](https://s.weibo.com//weibo?q=%23%E9%BB%84%E5%A5%95%E9%A9%AC%E8%8B%8F%E5%80%AA%E8%99%B9%E6%B4%81%E6%8A%8A%E7%A5%A8%E8%AE%A9%E7%BB%99%E5%BC%A0%E6%9C%88%23&Refer=top)
|
||||||
|
1. [所以贾玲见到刘德华了吗](https://s.weibo.com//weibo?q=%23%E6%89%80%E4%BB%A5%E8%B4%BE%E7%8E%B2%E8%A7%81%E5%88%B0%E5%88%98%E5%BE%B7%E5%8D%8E%E4%BA%86%E5%90%97%23&Refer=top)
|
||||||
|
1. [甘孜机票预定量](https://s.weibo.com//weibo?q=%23%E7%94%98%E5%AD%9C%E6%9C%BA%E7%A5%A8%E9%A2%84%E5%AE%9A%E9%87%8F%23&Refer=top)
|
||||||
|
1. [夺冠金鸡奖最佳故事片](https://s.weibo.com//weibo?q=%E5%A4%BA%E5%86%A0%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E6%95%85%E4%BA%8B%E7%89%87&Refer=top)
|
||||||
|
1. [刘念总选举第二](https://s.weibo.com//weibo?q=%23%E5%88%98%E5%BF%B5%E6%80%BB%E9%80%89%E4%B8%BE%E7%AC%AC%E4%BA%8C%23&Refer=top)
|
||||||
|
1. [刘德华 可能明年金鸡奖有我提名](https://s.weibo.com//weibo?q=%E5%88%98%E5%BE%B7%E5%8D%8E%20%E5%8F%AF%E8%83%BD%E6%98%8E%E5%B9%B4%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%89%E6%88%91%E6%8F%90%E5%90%8D&Refer=top)
|
||||||
|
1. [印小天金鸡奖最佳男配角](https://s.weibo.com//weibo?q=%E5%8D%B0%E5%B0%8F%E5%A4%A9%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E7%94%B7%E9%85%8D%E8%A7%92&Refer=top)
|
||||||
|
1. [搭讪路人偷拍上传涉嫌违法](https://s.weibo.com//weibo?q=%23%E6%90%AD%E8%AE%AA%E8%B7%AF%E4%BA%BA%E5%81%B7%E6%8B%8D%E4%B8%8A%E4%BC%A0%E6%B6%89%E5%AB%8C%E8%BF%9D%E6%B3%95%23&Refer=top)
|
||||||
|
1. [金鸡奖最佳音乐奖空缺](https://s.weibo.com//weibo?q=%23%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E9%9F%B3%E4%B9%90%E5%A5%96%E7%A9%BA%E7%BC%BA%23&Refer=top)
|
||||||
|
1. [刘耀文和丁程鑫把宋亚轩顶破音了](https://s.weibo.com//weibo?q=%23%E5%88%98%E8%80%80%E6%96%87%E5%92%8C%E4%B8%81%E7%A8%8B%E9%91%AB%E6%8A%8A%E5%AE%8B%E4%BA%9A%E8%BD%A9%E9%A1%B6%E7%A0%B4%E9%9F%B3%E4%BA%86%23&Refer=top)
|
||||||
|
1. [嫦娥五号踩了脚太空刹车](https://s.weibo.com//weibo?q=%23%E5%AB%A6%E5%A8%A5%E4%BA%94%E5%8F%B7%E8%B8%A9%E4%BA%86%E8%84%9A%E5%A4%AA%E7%A9%BA%E5%88%B9%E8%BD%A6%23&Refer=top)
|
||||||
|
1. [30个专业学位类别将体检](https://s.weibo.com//weibo?q=%2330%E4%B8%AA%E4%B8%93%E4%B8%9A%E5%AD%A6%E4%BD%8D%E7%B1%BB%E5%88%AB%E5%B0%86%E4%BD%93%E6%A3%80%23&Refer=top)
|
||||||
|
1. [伊朗称以色列参与暗杀核科学家](https://s.weibo.com//weibo?q=%E4%BC%8A%E6%9C%97%E7%A7%B0%E4%BB%A5%E8%89%B2%E5%88%97%E5%8F%82%E4%B8%8E%E6%9A%97%E6%9D%80%E6%A0%B8%E7%A7%91%E5%AD%A6%E5%AE%B6&Refer=top)
|
||||||
|
1. [中山大学副教授否认燕窝是智商税](https://s.weibo.com//weibo?q=%23%E4%B8%AD%E5%B1%B1%E5%A4%A7%E5%AD%A6%E5%89%AF%E6%95%99%E6%8E%88%E5%90%A6%E8%AE%A4%E7%87%95%E7%AA%9D%E6%98%AF%E6%99%BA%E5%95%86%E7%A8%8E%23&Refer=top)
|
||||||
|
1. [丁真肤色跟热干面挺像的](https://s.weibo.com//weibo?q=%23%E4%B8%81%E7%9C%9F%E8%82%A4%E8%89%B2%E8%B7%9F%E7%83%AD%E5%B9%B2%E9%9D%A2%E6%8C%BA%E5%83%8F%E7%9A%84%23&Refer=top)
|
||||||
|
1. [狼殿下](https://s.weibo.com//weibo?q=%E7%8B%BC%E6%AE%BF%E4%B8%8B&Refer=top)
|
||||||
|
1. [舞蹈风暴](https://s.weibo.com//weibo?q=%E8%88%9E%E8%B9%88%E9%A3%8E%E6%9A%B4&Refer=top)
|
||||||
|
1. [2021年起我国将全面禁止进口固体废物](https://s.weibo.com//weibo?q=%232021%E5%B9%B4%E8%B5%B7%E6%88%91%E5%9B%BD%E5%B0%86%E5%85%A8%E9%9D%A2%E7%A6%81%E6%AD%A2%E8%BF%9B%E5%8F%A3%E5%9B%BA%E4%BD%93%E5%BA%9F%E7%89%A9%23&Refer=top)
|
||||||
|
1. [坐图书馆横梁14小时男子被批捕](https://s.weibo.com//weibo?q=%E5%9D%90%E5%9B%BE%E4%B9%A6%E9%A6%86%E6%A8%AA%E6%A2%8114%E5%B0%8F%E6%97%B6%E7%94%B7%E5%AD%90%E8%A2%AB%E6%89%B9%E6%8D%95&Refer=top)
|
||||||
|
1. [袁泉金鸡奖最佳女配角](https://s.weibo.com//weibo?q=%23%E8%A2%81%E6%B3%89%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E5%A5%B3%E9%85%8D%E8%A7%92%23&Refer=top)
|
||||||
|
1. [李易峰演技](https://s.weibo.com//weibo?q=%23%E6%9D%8E%E6%98%93%E5%B3%B0%E6%BC%94%E6%8A%80%23&Refer=top)
|
||||||
|
1. [丁程鑫画心好唯美](https://s.weibo.com//weibo?q=%23%E4%B8%81%E7%A8%8B%E9%91%AB%E7%94%BB%E5%BF%83%E5%A5%BD%E5%94%AF%E7%BE%8E%23&Refer=top)
|
||||||
|
1. [西安年底前禁用不可降解塑料袋](https://s.weibo.com//weibo?q=%23%E8%A5%BF%E5%AE%89%E5%B9%B4%E5%BA%95%E5%89%8D%E7%A6%81%E7%94%A8%E4%B8%8D%E5%8F%AF%E9%99%8D%E8%A7%A3%E5%A1%91%E6%96%99%E8%A2%8B%23&Refer=top)
|
||||||
|
1. [夏处长没有牺牲](https://s.weibo.com//weibo?q=%23%E5%A4%8F%E5%A4%84%E9%95%BF%E6%B2%A1%E6%9C%89%E7%89%BA%E7%89%B2%23&Refer=top)
|
||||||
|
1. [时代少年团演唱会](https://s.weibo.com//weibo?q=%E6%97%B6%E4%BB%A3%E5%B0%91%E5%B9%B4%E5%9B%A2%E6%BC%94%E5%94%B1%E4%BC%9A&Refer=top)
|
||||||
|
1. [李佳琦直播](https://s.weibo.com//weibo?q=%E6%9D%8E%E4%BD%B3%E7%90%A6%E7%9B%B4%E6%92%AD&Refer=top)
|
||||||
|
1. [钱学森之子分享父亲的十个感人故事](https://s.weibo.com//weibo?q=%23%E9%92%B1%E5%AD%A6%E6%A3%AE%E4%B9%8B%E5%AD%90%E5%88%86%E4%BA%AB%E7%88%B6%E4%BA%B2%E7%9A%84%E5%8D%81%E4%B8%AA%E6%84%9F%E4%BA%BA%E6%95%85%E4%BA%8B%23&Refer=top)
|
||||||
|
1. [绿松石耳坠](https://s.weibo.com//weibo?q=%23%E7%BB%BF%E6%9D%BE%E7%9F%B3%E8%80%B3%E5%9D%A0%23&Refer=top)
|
||||||
|
1. [宋亚轩全开麦](https://s.weibo.com//weibo?q=%23%E5%AE%8B%E4%BA%9A%E8%BD%A9%E5%85%A8%E5%BC%80%E9%BA%A6%23&Refer=top)
|
||||||
|
1. [持刀凶徒在干警追逃下窜入法院](https://s.weibo.com//weibo?q=%23%E6%8C%81%E5%88%80%E5%87%B6%E5%BE%92%E5%9C%A8%E5%B9%B2%E8%AD%A6%E8%BF%BD%E9%80%83%E4%B8%8B%E7%AA%9C%E5%85%A5%E6%B3%95%E9%99%A2%23&Refer=top)
|
||||||
|
1. [小胖哭了](https://s.weibo.com//weibo?q=%E5%B0%8F%E8%83%96%E5%93%AD%E4%BA%86&Refer=top)
|
||||||
|
1. [亚冠](https://s.weibo.com//weibo?q=%E4%BA%9A%E5%86%A0&Refer=top)
|
||||||
|
1. [虐杀动物兜售视频成地下产业链](https://s.weibo.com//weibo?q=%23%E8%99%90%E6%9D%80%E5%8A%A8%E7%89%A9%E5%85%9C%E5%94%AE%E8%A7%86%E9%A2%91%E6%88%90%E5%9C%B0%E4%B8%8B%E4%BA%A7%E4%B8%9A%E9%93%BE%23&Refer=top)
|
||||||
|
1. [星辰大海](https://s.weibo.com//weibo?q=%E6%98%9F%E8%BE%B0%E5%A4%A7%E6%B5%B7&Refer=top)
|
||||||
|
1. [2021年起全面禁止进口洋垃圾](https://s.weibo.com//weibo?q=%232021%E5%B9%B4%E8%B5%B7%E5%85%A8%E9%9D%A2%E7%A6%81%E6%AD%A2%E8%BF%9B%E5%8F%A3%E6%B4%8B%E5%9E%83%E5%9C%BE%23&Refer=new_time)
|
||||||
|
1. [时代少年团演唱会](https://s.weibo.com//weibo?q=%23%E6%97%B6%E4%BB%A3%E5%B0%91%E5%B9%B4%E5%9B%A2%E6%BC%94%E5%94%B1%E4%BC%9A%23&Refer=top)
|
||||||
|
1. [宋亚轩全开麦](https://s.weibo.com//weibo?q=%E5%AE%8B%E4%BA%9A%E8%BD%A9%E5%85%A8%E5%BC%80%E9%BA%A6&Refer=top)
|
||||||
|
1. [同学们请坐](https://s.weibo.com//weibo?q=%23%E5%90%8C%E5%AD%A6%E4%BB%AC%E8%AF%B7%E5%9D%90%23&Refer=new_time)
|
||||||
|
1. [袁泉金鸡奖最佳女配角](https://s.weibo.com//weibo?q=%E8%A2%81%E6%B3%89%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E5%A5%B3%E9%85%8D%E8%A7%92&Refer=top)
|
||||||
|
1. [黄晓明金鸡奖最佳男主角](https://s.weibo.com//weibo?q=%23%E9%BB%84%E6%99%93%E6%98%8E%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E7%94%B7%E4%B8%BB%E8%A7%92%23&Refer=top)
|
||||||
|
1. [所以贾玲见到刘德华了吗](https://s.weibo.com//weibo?q=%E6%89%80%E4%BB%A5%E8%B4%BE%E7%8E%B2%E8%A7%81%E5%88%B0%E5%88%98%E5%BE%B7%E5%8D%8E%E4%BA%86%E5%90%97&Refer=top)
|
||||||
|
1. [东风快递后来的我们](https://s.weibo.com//weibo?q=%E4%B8%9C%E9%A3%8E%E5%BF%AB%E9%80%92%E5%90%8E%E6%9D%A5%E7%9A%84%E6%88%91%E4%BB%AC&Refer=top)
|
||||||
|
1. [尔冬升离场](https://s.weibo.com//weibo?q=%E5%B0%94%E5%86%AC%E5%8D%87%E7%A6%BB%E5%9C%BA&Refer=top)
|
||||||
|
1. [夺冠金鸡奖最佳故事片](https://s.weibo.com//weibo?q=%23%E5%A4%BA%E5%86%A0%E9%87%91%E9%B8%A1%E5%A5%96%E6%9C%80%E4%BD%B3%E6%95%85%E4%BA%8B%E7%89%87%23&Refer=top)
|
||||||
|
1. [高校寒假时间](https://s.weibo.com//weibo?q=%23%E9%AB%98%E6%A0%A1%E5%AF%92%E5%81%87%E6%97%B6%E9%97%B4%23&Refer=top)
|
||||||
|
<!-- END WEIBO -->
|
65
archives/zhihu-questions/2020-11-29.md
Normal file
65
archives/zhihu-questions/2020-11-29.md
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
# 2020-11-29
|
||||||
|
|
||||||
|
共 58 条
|
||||||
|
|
||||||
|
<!-- BEGIN ZHIHUVIDEO -->
|
||||||
|
<!-- 最后更新时间 Sun Nov 29 2020 03:10:23 GMT+0800 (CST) -->
|
||||||
|
1. [如何看待农妇打完农药遇强奸,用药水箱软管勒死施暴男子,检察院认为「属于正当防卫,依法不负刑事责任」?](https://www.zhihu.com/question/432282922)
|
||||||
|
1. [如何看待网上流传「无门槛加到高学历优质男方法」:检索论文,给名校作者发邮件借讨论学术之名要微信?](https://www.zhihu.com/question/432373156)
|
||||||
|
1. [伊朗媒体称,一名伊朗核科学家在德黑兰附近被暗杀,有哪些信息值得关注?](https://www.zhihu.com/question/432314788)
|
||||||
|
1. [如何看待「演员请就位」第 9 期下尔冬升导演和郭敬明互怼,揭导演抱团是剧本还是真性情?](https://www.zhihu.com/question/432433909)
|
||||||
|
1. [如何看待 2021 年起我国将全面禁止进口固体废物,环境部将不再审批发放许可证?将产生哪些影响?](https://www.zhihu.com/question/432230746)
|
||||||
|
1. [成都大学毛洪涛溺亡调查结果公布,你怎么看?有哪些信息值得关注?](https://www.zhihu.com/question/432244987)
|
||||||
|
1. [如何看待暴雪过后鸡西一拾荒老人主动为餐馆扫雪,餐馆老板表示「只要我的小店在,就有老人吃饭的地方」?](https://www.zhihu.com/question/432291197)
|
||||||
|
1. [有没有什么可爱又略调皮的微信头像?](https://www.zhihu.com/question/312909236)
|
||||||
|
1. [如何看待60岁以上老人(不分地域)在山东免费乘公交? 对其他地区是否有借鉴意义?](https://www.zhihu.com/question/432139650)
|
||||||
|
1. [考上 985、211 的学生在高三能有多疯狂?](https://www.zhihu.com/question/336622881)
|
||||||
|
1. [为什么圈子里的大佬们总喜欢组饭局,有什么事儿非得吃饭的时候说?](https://www.zhihu.com/question/432305015)
|
||||||
|
1. [开一个盈利性自习室的可行性如何?](https://www.zhihu.com/question/36887220)
|
||||||
|
1. [数学为什么没有列在四大天坑专业中?](https://www.zhihu.com/question/431174381)
|
||||||
|
1. [有哪些不想谈恋爱的文案?](https://www.zhihu.com/question/391790138)
|
||||||
|
1. [2020年大概10万块左右买什么车呢?](https://www.zhihu.com/question/358157833)
|
||||||
|
1. [迭戈马拉多纳去世,阿根廷举国哀悼三天值得吗?](https://www.zhihu.com/question/432033390)
|
||||||
|
1. [如何评价第33届中国电影金鸡奖获奖名单,黄晓明和周冬雨继第35届百花奖之后,再分获最佳男、女主角奖?](https://www.zhihu.com/question/432446430)
|
||||||
|
1. [王嵋屌丝事件对小米集团的伤害有多大?](https://www.zhihu.com/question/432056369)
|
||||||
|
1. [你身边有没有性子凉薄,感情匮乏的人?](https://www.zhihu.com/question/388065495)
|
||||||
|
1. [《王者荣耀》绝悟人机 20 关如何通过?](https://www.zhihu.com/question/432334068)
|
||||||
|
1. [多数狙击手电影里,狙击手不用弹夹,而是直接拉开枪栓把子弹放到枪膛里,这样做的目的是什么?](https://www.zhihu.com/question/431984892)
|
||||||
|
1. [为什么大部分人一辈子赚不到500万,却觉得25岁拿500万退休跑不赢通货膨胀活不下去?](https://www.zhihu.com/question/431742535)
|
||||||
|
1. [当你越来越好的时候真的会遇到越来越好的人吗?](https://www.zhihu.com/question/426742349)
|
||||||
|
1. [男博士是喜欢找个女博士,还是愿意找个比自己小几岁的师妹?](https://www.zhihu.com/question/302750196)
|
||||||
|
1. [985硕 2021 秋招0 offer是一种什么体验?](https://www.zhihu.com/question/430732154)
|
||||||
|
1. [为什么人们都讨厌HR?](https://www.zhihu.com/question/357655494)
|
||||||
|
1. [如何看待黄子韬最新发文 “我需要蹭什么你告诉我”?](https://www.zhihu.com/question/432395953)
|
||||||
|
1. [你心目中最好的战争电影是哪三部?](https://www.zhihu.com/question/40225004)
|
||||||
|
1. [演员黄晓明凭借电影《烈火英雄》中的表演继百花奖后再获第33届中国电影金鸡奖最佳男主角奖,你怎么看?](https://www.zhihu.com/question/432444133)
|
||||||
|
1. [一觉醒来,你发现自己的爱人是人工智能,你是否会和TA继续爱情?](https://www.zhihu.com/question/432365547)
|
||||||
|
1. [如何看待 11 月 28 日,媒体发文《马保国闹剧,该立刻收场了》?这一「闹剧」可能会怎样收场?](https://www.zhihu.com/question/432378297)
|
||||||
|
1. [如何看待网传的「人大附中分校初一学生家教要求」?真实性如何?](https://www.zhihu.com/question/432248148)
|
||||||
|
1. [如何看待国内部分人群认为田园猫不如国外品种猫?](https://www.zhihu.com/question/430774441)
|
||||||
|
1. [如何练好自己的口才?](https://www.zhihu.com/question/358700820)
|
||||||
|
1. [自己每天坚持看书,也每天坚持学习,但是为什么过了一段时间总觉得没有学一样?](https://www.zhihu.com/question/61269583)
|
||||||
|
1. [为什么我觉得「刃牙3」像日本和美国对中国的诋毁?](https://www.zhihu.com/question/400727395)
|
||||||
|
1. [家庭收入一般,老婆一定要请个保姆在家带小孩,我该怎么办?](https://www.zhihu.com/question/430935340)
|
||||||
|
1. [如何评价《演员请就位》第二季第九期?](https://www.zhihu.com/question/431517021)
|
||||||
|
1. [在大学里有不化妆的女生吗?](https://www.zhihu.com/question/327628390)
|
||||||
|
1. [如何评价国产动漫《天官赐福》?](https://www.zhihu.com/question/392100278)
|
||||||
|
1. [goodnotes notability哪个好用呢?](https://www.zhihu.com/question/362005754)
|
||||||
|
1. [你有哪些住宿必备好吃不贵的零食?](https://www.zhihu.com/question/342445699)
|
||||||
|
1. [如何评价剧场版《精灵宝可梦:超梦的逆袭 进化》?](https://www.zhihu.com/question/312122078)
|
||||||
|
1. [研究生生涯遇到一个很菜的导师怎么办?](https://www.zhihu.com/question/431110371)
|
||||||
|
1. [如何评价第五届 CCCC 团体程序设计天梯赛?](https://www.zhihu.com/question/432319795)
|
||||||
|
1. [如何快速走出强迫症?](https://www.zhihu.com/question/342735189)
|
||||||
|
1. [《饥荒》新手怎么入门?](https://www.zhihu.com/question/53324225)
|
||||||
|
1. [对于一个大一计科新生,有什么代码行数在 500~1000 的程序(C 语言)可以试着写来练手?](https://www.zhihu.com/question/52324710)
|
||||||
|
1. [小小一个梁山泊,靠什么维持十万军马?](https://www.zhihu.com/question/34724965)
|
||||||
|
1. [你们可以告诉我什么才能叫生活吗?](https://www.zhihu.com/question/431688731)
|
||||||
|
1. [高中数学为什么这么难啊?](https://www.zhihu.com/question/429770380)
|
||||||
|
1. [在一所女生很多的大学是什么感觉?](https://www.zhihu.com/question/264682886)
|
||||||
|
1. [如果不用学习,你最想做的一件事情是什么?](https://www.zhihu.com/question/431600896)
|
||||||
|
1. [你读过哪些你认为很伤感的句子?](https://www.zhihu.com/question/431504207)
|
||||||
|
1. [你认为最美的一幅画是哪一幅?](https://www.zhihu.com/question/280293735)
|
||||||
|
1. [如何评价第十二届全国大学生数学竞赛初赛非数学类试题?](https://www.zhihu.com/question/432356812)
|
||||||
|
1. [如何看待武汉理工大学决定不予通过教师王攀的硕士研究生招生资格?](https://www.zhihu.com/question/432325134)
|
||||||
|
1. [当下主流车企的顶尖制造工艺水平能到什么程度?](https://www.zhihu.com/question/432112403)
|
||||||
|
<!-- END ZHIHUVIDEO -->
|
17
archives/zhihu-search/2020-11-29.md
Normal file
17
archives/zhihu-search/2020-11-29.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# 2020-11-29
|
||||||
|
|
||||||
|
共 10 条
|
||||||
|
|
||||||
|
<!-- BEGIN ZHIHUSEARCH -->
|
||||||
|
<!-- 最后更新时间 Sun Nov 29 2020 03:10:23 GMT+0800 (CST) -->
|
||||||
|
1. [王攀招研资格不予恢复](https://www.zhihu.com/search?q=王攀)
|
||||||
|
1. [丁真为家乡四川拍宣传片](https://www.zhihu.com/search?q=丁真)
|
||||||
|
1. [毛洪涛溺亡调查结果公布](https://www.zhihu.com/search?q=毛洪涛)
|
||||||
|
1. [电影《一秒钟》](https://www.zhihu.com/search?q=一秒钟)
|
||||||
|
1. [殡葬工与马拉多纳遗体自拍](https://www.zhihu.com/search?q=马拉多纳)
|
||||||
|
1. [11 月 29 日国考 ](https://www.zhihu.com/search?q=国考)
|
||||||
|
1. [金鸡奖获奖名单公布](https://www.zhihu.com/search?q=金鸡奖)
|
||||||
|
1. [迪士尼计划裁员 32000 人](https://www.zhihu.com/search?q=迪士尼)
|
||||||
|
1. [特朗普称要离开白宫](https://www.zhihu.com/search?q=特朗普)
|
||||||
|
1. [农妇勒死施暴男子属正当防卫](https://www.zhihu.com/search?q=农妇勒死男子)
|
||||||
|
<!-- END ZHIHUSEARCH -->
|
24
archives/zhihu-video/2020-11-29.md
Normal file
24
archives/zhihu-video/2020-11-29.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# 2020-11-29
|
||||||
|
|
||||||
|
共 17 条
|
||||||
|
|
||||||
|
<!-- BEGIN ZHIHUVIDEO -->
|
||||||
|
<!-- 最后更新时间 Sun Nov 29 2020 03:10:23 GMT+0800 (CST) -->
|
||||||
|
1. [丁真的世界](https://www.zhihu.com/zvideo/1315813149224497152)
|
||||||
|
1. [聊天鬼才,拆台大师](https://www.zhihu.com/zvideo/1316044112568004608)
|
||||||
|
1. [老饭骨教你做冰糖葫芦,酸甜可口嘎嘣脆,满满的都是儿时记忆](https://www.zhihu.com/zvideo/1316135156043309056)
|
||||||
|
1. [厨师长分享:「 番茄炒蛋 」 的 6 种做法](https://www.zhihu.com/zvideo/1315985176045027328)
|
||||||
|
1. [秋冬进补,吃蛇正当时!](https://www.zhihu.com/zvideo/1315995324779728896)
|
||||||
|
1. [笑喷!日本议员为了反对外国人参政,在议会上狂飙普通话,广东话,福建话!](https://www.zhihu.com/zvideo/1315746273249587200)
|
||||||
|
1. [为什么菊花会被辣到,却不能感受其他味道?原因很多人都不知道](https://www.zhihu.com/zvideo/1316070516307337216)
|
||||||
|
1. [新手入!香水应该怎么喷?超全香水喷法指南](https://www.zhihu.com/zvideo/1315370776745070592)
|
||||||
|
1. [如何评价金凯瑞的喜剧天赋?演憨憨救生员笑果炸裂](https://www.zhihu.com/zvideo/1314382167238066176)
|
||||||
|
1. [四川方言搞笑配音:人质,放了那个抢劫犯](https://www.zhihu.com/zvideo/1315252244481019904)
|
||||||
|
1. [小猫咪第一次见到爸爸,秒变螃蟹](https://www.zhihu.com/zvideo/1315675424962740224)
|
||||||
|
1. [鸡腿猫: 洗澡我就忍了,还得自己把住水龙头?](https://www.zhihu.com/zvideo/1315694373623861248)
|
||||||
|
1. [《老友记》莫妮卡再现火鸡头名场面(附原版片段)](https://www.zhihu.com/zvideo/1315710101341745152)
|
||||||
|
1. [教你炸酱的正确做法,油、肉、酱彻底融合,拌饭、拌面都好吃](https://www.zhihu.com/zvideo/1316039054978973696)
|
||||||
|
1. [1499 和 11390 的大衣到底有什么区别?](https://www.zhihu.com/zvideo/1315745992583618560)
|
||||||
|
1. [哈利波特与魔法技校](https://www.zhihu.com/zvideo/1315764463610257408)
|
||||||
|
1. [【俗说宇宙】视黑洞为蝼蚁的真正巨兽——巨引源](https://www.zhihu.com/zvideo/1315473801439182848)
|
||||||
|
<!-- END ZHIHUVIDEO -->
|
6
import_map.json
Normal file
6
import_map.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"imports": {
|
||||||
|
"std/": "https://deno.land/std@0.79.0/",
|
||||||
|
"dotenv/": "https://deno.land/x/dotenv/"
|
||||||
|
}
|
||||||
|
}
|
11
mod.ts
Normal file
11
mod.ts
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import { zhihuVideo } from './zhihu-video.ts'
|
||||||
|
import { zhihuQuestions } from './zhihu-questions.ts'
|
||||||
|
import { zhihuSearch } from './zhihu-search.ts'
|
||||||
|
import { weiboSearch } from './weibo-search.ts'
|
||||||
|
import { toutiaoSearch } from './toutiao-search.ts'
|
||||||
|
|
||||||
|
zhihuVideo()
|
||||||
|
zhihuQuestions()
|
||||||
|
zhihuSearch()
|
||||||
|
weiboSearch()
|
||||||
|
toutiaoSearch()
|
1
raw/toutiao-search/2020-11-29.json
Normal file
1
raw/toutiao-search/2020-11-29.json
Normal file
File diff suppressed because one or more lines are too long
1
raw/weibo-search/2020-11-29.json
Normal file
1
raw/weibo-search/2020-11-29.json
Normal file
File diff suppressed because one or more lines are too long
1
raw/zhihu-questions/2020-11-29.json
Normal file
1
raw/zhihu-questions/2020-11-29.json
Normal file
File diff suppressed because one or more lines are too long
1
raw/zhihu-search/2020-11-29.json
Normal file
1
raw/zhihu-search/2020-11-29.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[{"query":"王攀","display_query":"王攀招研资格不予恢复","url":"https://www.zhihu.com/search?q=王攀"},{"query":"丁真","display_query":"丁真为家乡四川拍宣传片","url":"https://www.zhihu.com/search?q=丁真"},{"query":"毛洪涛","display_query":"毛洪涛溺亡调查结果公布","url":"https://www.zhihu.com/search?q=毛洪涛"},{"query":"一秒钟","display_query":"电影《一秒钟》","url":"https://www.zhihu.com/search?q=一秒钟"},{"query":"马拉多纳","display_query":"殡葬工与马拉多纳遗体自拍","url":"https://www.zhihu.com/search?q=马拉多纳"},{"query":"国考","display_query":"11 月 29 日国考 ","url":"https://www.zhihu.com/search?q=国考"},{"query":"金鸡奖","display_query":"金鸡奖获奖名单公布","url":"https://www.zhihu.com/search?q=金鸡奖"},{"query":"迪士尼","display_query":"迪士尼计划裁员 32000 人","url":"https://www.zhihu.com/search?q=迪士尼"},{"query":"特朗普","display_query":"特朗普称要离开白宫","url":"https://www.zhihu.com/search?q=特朗普"},{"query":"农妇勒死男子","display_query":"农妇勒死施暴男子属正当防卫","url":"https://www.zhihu.com/search?q=农妇勒死男子"}]
|
1
raw/zhihu-video/2020-11-29.json
Normal file
1
raw/zhihu-video/2020-11-29.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[{"url":"https://www.zhihu.com/zvideo/1315813149224497152","title":"丁真的世界"},{"url":"https://www.zhihu.com/zvideo/1316044112568004608","title":"聊天鬼才,拆台大师"},{"url":"https://www.zhihu.com/zvideo/1316135156043309056","title":"老饭骨教你做冰糖葫芦,酸甜可口嘎嘣脆,满满的都是儿时记忆"},{"url":"https://www.zhihu.com/zvideo/1315985176045027328","title":"厨师长分享:「 番茄炒蛋 」 的 6 种做法"},{"url":"https://www.zhihu.com/zvideo/1315995324779728896","title":"秋冬进补,吃蛇正当时!"},{"url":"https://www.zhihu.com/zvideo/1315746273249587200","title":"笑喷!日本议员为了反对外国人参政,在议会上狂飙普通话,广东话,福建话!"},{"url":"https://www.zhihu.com/zvideo/1316070516307337216","title":"为什么菊花会被辣到,却不能感受其他味道?原因很多人都不知道"},{"url":"https://www.zhihu.com/zvideo/1315370776745070592","title":"新手入!香水应该怎么喷?超全香水喷法指南"},{"url":"https://www.zhihu.com/zvideo/1314382167238066176","title":"如何评价金凯瑞的喜剧天赋?演憨憨救生员笑果炸裂"},{"url":"https://www.zhihu.com/zvideo/1315252244481019904","title":"四川方言搞笑配音:人质,放了那个抢劫犯"},{"url":"https://www.zhihu.com/zvideo/1315675424962740224","title":"小猫咪第一次见到爸爸,秒变螃蟹"},{"url":"https://www.zhihu.com/zvideo/1315694373623861248","title":"鸡腿猫: 洗澡我就忍了,还得自己把住水龙头?"},{"url":"https://www.zhihu.com/zvideo/1315710101341745152","title":"《老友记》莫妮卡再现火鸡头名场面(附原版片段)"},{"url":"https://www.zhihu.com/zvideo/1316039054978973696","title":"教你炸酱的正确做法,油、肉、酱彻底融合,拌饭、拌面都好吃"},{"url":"https://www.zhihu.com/zvideo/1315745992583618560","title":"1499 和 11390 的大衣到底有什么区别?"},{"url":"https://www.zhihu.com/zvideo/1315764463610257408","title":"哈利波特与魔法技校"},{"url":"https://www.zhihu.com/zvideo/1315473801439182848","title":"【俗说宇宙】视黑洞为蝼蚁的真正巨兽——巨引源"}]
|
50
toutiao-search.ts
Normal file
50
toutiao-search.ts
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
#!/usr/bin/env -S deno run --unstable --allow-net --allow-read --allow-write --import-map=import_map.json
|
||||||
|
// Copyright 2020 justjavac(迷渡). All rights reserved. MIT license.
|
||||||
|
import { format } from "std/datetime/mod.ts";
|
||||||
|
import { join } from "std/path/mod.ts";
|
||||||
|
import { exists } from "std/fs/mod.ts";
|
||||||
|
|
||||||
|
import type { ToutiaoTopSearch, ToutiaoWord } from "./types.ts";
|
||||||
|
import { createArchive4Toutiao, createReadme4Toutiao, mergeWords4Toutiao } from "./utils.ts";
|
||||||
|
|
||||||
|
const response = await fetch("https://is-lq.snssdk.com/api/suggest_words/?business_id=10016");
|
||||||
|
|
||||||
|
if (!response.ok) {
|
||||||
|
console.error(response.statusText);
|
||||||
|
Deno.exit(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
const result: ToutiaoTopSearch = await response.json();
|
||||||
|
const words = result.data[0].words;
|
||||||
|
|
||||||
|
const yyyyMMdd = format(new Date(), "yyyy-MM-dd");
|
||||||
|
const fullPath = join("raw/toutiao-search", `${yyyyMMdd}.json`);
|
||||||
|
|
||||||
|
let wordsAlreadyDownload: ToutiaoWord[] = [];
|
||||||
|
if (await exists(fullPath)) {
|
||||||
|
const content = await Deno.readTextFile(fullPath);
|
||||||
|
wordsAlreadyDownload = JSON.parse(content);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
const wordsAll = mergeWords4Toutiao(words, wordsAlreadyDownload);
|
||||||
|
|
||||||
|
export const ToutiaoSearchData = wordsAll.map(x=> {
|
||||||
|
x.url = `https://so.toutiao.com/search?keyword=${x.word.replace(' ','+')}`;
|
||||||
|
return x;
|
||||||
|
});
|
||||||
|
|
||||||
|
export async function toutiaoSearch() {
|
||||||
|
// 保存原始数据
|
||||||
|
await Deno.writeTextFile(fullPath, JSON.stringify(wordsAll));
|
||||||
|
|
||||||
|
// 更新 README.md
|
||||||
|
const readme = await createReadme4Toutiao(wordsAll);
|
||||||
|
await Deno.writeTextFile("./README.md", readme);
|
||||||
|
|
||||||
|
// 更新 archives
|
||||||
|
const archiveText = createArchive4Toutiao(wordsAll, yyyyMMdd);
|
||||||
|
const archivePath = join("archives/toutiao-search", `${yyyyMMdd}.md`);
|
||||||
|
await Deno.writeTextFile(archivePath, archiveText);
|
||||||
|
|
||||||
|
}
|
61
types.ts
Normal file
61
types.ts
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
export type ZhihuVideoItem = {
|
||||||
|
target: {
|
||||||
|
title_area: {
|
||||||
|
text: string;
|
||||||
|
};
|
||||||
|
link: {
|
||||||
|
url: string;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
export type Question = {
|
||||||
|
title: string;
|
||||||
|
url: string;
|
||||||
|
};
|
||||||
|
|
||||||
|
export type ZhihuVideoList = {
|
||||||
|
data: ZhihuVideoItem[];
|
||||||
|
};
|
||||||
|
|
||||||
|
export type ZhihuQuestionItem = {
|
||||||
|
target: {
|
||||||
|
title: string;
|
||||||
|
id: number;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
export type ZhihuQuestionList = {
|
||||||
|
data: ZhihuQuestionItem[];
|
||||||
|
};
|
||||||
|
|
||||||
|
export type SearchWord = {
|
||||||
|
query: string;
|
||||||
|
display_query: string;
|
||||||
|
url?: string
|
||||||
|
};
|
||||||
|
|
||||||
|
export type TopSearch = {
|
||||||
|
top_search: {
|
||||||
|
words: SearchWord[];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
export type Word = {
|
||||||
|
title: string;
|
||||||
|
url: string;
|
||||||
|
realurl?: string;
|
||||||
|
};
|
||||||
|
|
||||||
|
export type ToutiaoTopSearch = {
|
||||||
|
data: [
|
||||||
|
{
|
||||||
|
words: ToutiaoWord[]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
export type ToutiaoWord = {
|
||||||
|
word: string;
|
||||||
|
url?: string
|
||||||
|
};
|
80
utils.test.ts
Normal file
80
utils.test.ts
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
#!/usr/bin/env -S deno run --unstable --allow-net --allow-read --allow-write --import-map=import_map.json
|
||||||
|
import { assertEquals, assertStringIncludes } from "std/testing/asserts.ts";
|
||||||
|
import type { Question } from "./types.ts";
|
||||||
|
|
||||||
|
import {
|
||||||
|
createArchive,
|
||||||
|
createList,
|
||||||
|
createReadme,
|
||||||
|
mergeQuestions,
|
||||||
|
} from "./utils.ts";
|
||||||
|
|
||||||
|
Deno.test("mergeQuestions", function (): void {
|
||||||
|
const words1: Question[] = [];
|
||||||
|
const words2: Question[] = [{ title: "foo", url: "bar" }];
|
||||||
|
const words3: Question[] = [{ title: "foo", url: "hello" }];
|
||||||
|
const words4: Question[] = [{ title: "hello", url: "world" }];
|
||||||
|
const words5: Question[] = [
|
||||||
|
{ title: "foo", url: "bar" },
|
||||||
|
{ title: "hello", url: "world" },
|
||||||
|
];
|
||||||
|
|
||||||
|
assertEquals(mergeQuestions(words1, words2), words2);
|
||||||
|
assertEquals(mergeQuestions(words1, words5), words5);
|
||||||
|
assertEquals(mergeQuestions(words2, words2), words2);
|
||||||
|
assertEquals(
|
||||||
|
mergeQuestions(words2, words3),
|
||||||
|
[
|
||||||
|
{ title: "foo", url: "bar" },
|
||||||
|
{ title: "foo", url: "hello" },
|
||||||
|
],
|
||||||
|
);
|
||||||
|
assertEquals(mergeQuestions(words4, words5), [
|
||||||
|
{ title: "hello", url: "world" },
|
||||||
|
{ title: "foo", url: "bar" },
|
||||||
|
]);
|
||||||
|
assertEquals(
|
||||||
|
mergeQuestions(words3, words5),
|
||||||
|
[
|
||||||
|
{ title: "foo", url: "hello" },
|
||||||
|
{ title: "foo", url: "bar" },
|
||||||
|
{ title: "hello", url: "world" },
|
||||||
|
],
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
Deno.test("createList", function (): void {
|
||||||
|
const words: Question[] = [
|
||||||
|
{ title: "foo", url: "bar" },
|
||||||
|
{ title: "hello", url: "world" },
|
||||||
|
];
|
||||||
|
|
||||||
|
assertStringIncludes(createList(words), "<!-- BEGIN -->");
|
||||||
|
assertStringIncludes(createList(words), "<!-- END -->");
|
||||||
|
assertStringIncludes(createList(words), "foo");
|
||||||
|
assertStringIncludes(createList(words), "world");
|
||||||
|
assertStringIncludes(createList(words), "hello");
|
||||||
|
});
|
||||||
|
|
||||||
|
Deno.test("createArchive", function (): void {
|
||||||
|
const words: Question[] = [
|
||||||
|
{ title: "foo", url: "bar" },
|
||||||
|
{ title: "hello", url: "world" },
|
||||||
|
];
|
||||||
|
|
||||||
|
assertStringIncludes(createArchive(words, "2020-02-02"), "# 2020-02-02");
|
||||||
|
assertStringIncludes(createArchive(words, "2020-02-02"), "共 2 条");
|
||||||
|
});
|
||||||
|
|
||||||
|
Deno.test("createReadme", async function (): Promise<void> {
|
||||||
|
const words: Question[] = [
|
||||||
|
{ title: "foo", url: "bar" },
|
||||||
|
{ title: "hello", url: "world" },
|
||||||
|
];
|
||||||
|
|
||||||
|
assertStringIncludes(await createReadme(words), "知乎");
|
||||||
|
assertStringIncludes(
|
||||||
|
await createReadme(words),
|
||||||
|
"zhihu-trending-hot-questions",
|
||||||
|
);
|
||||||
|
});
|
165
utils.ts
Normal file
165
utils.ts
Normal file
@ -0,0 +1,165 @@
|
|||||||
|
import type { Question, SearchWord, Word, ToutiaoWord } from "./types.ts";
|
||||||
|
|
||||||
|
/** 合并两次热门话题并根据 id 去重 */
|
||||||
|
export function mergeQuestions(
|
||||||
|
words: Question[],
|
||||||
|
another: Question[],
|
||||||
|
): Question[] {
|
||||||
|
const obj: Record<string, string> = {};
|
||||||
|
for (const w of words.concat(another)) {
|
||||||
|
obj[w.url] = w.title;
|
||||||
|
}
|
||||||
|
return Object.entries(obj).map(([url, title]) => ({
|
||||||
|
url,
|
||||||
|
title,
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 合并两次关键词并根据 display_query 去重 */
|
||||||
|
export function mergeWords(
|
||||||
|
words: SearchWord[],
|
||||||
|
another: SearchWord[],
|
||||||
|
): SearchWord[] {
|
||||||
|
const obj: Record<string, string> = {};
|
||||||
|
for (const w of words.concat(another)) {
|
||||||
|
obj[w.display_query] = w.query;
|
||||||
|
}
|
||||||
|
return Object.entries(obj).map(([display_query, query]) => ({
|
||||||
|
query,
|
||||||
|
display_query,
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 合并两次热门话题并根据 id 去重 */
|
||||||
|
export function mergeWords4Toutiao(
|
||||||
|
words: ToutiaoWord[],
|
||||||
|
another: ToutiaoWord[],
|
||||||
|
): ToutiaoWord[] {
|
||||||
|
const obj: Record<string, string> = {};
|
||||||
|
for (const w of words.concat(another)) {
|
||||||
|
obj[w.word] = w.word;
|
||||||
|
}
|
||||||
|
return Object.entries(obj).map(([url, word]) => ({
|
||||||
|
url,
|
||||||
|
word,
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 合并两次热门话题并根据 id 去重 */
|
||||||
|
export function mergeWords4Weibo(
|
||||||
|
words: Word[],
|
||||||
|
another: Word[],
|
||||||
|
): Word[] {
|
||||||
|
const obj: Record<string, string> = {};
|
||||||
|
for (const w of words.concat(another)) {
|
||||||
|
obj[w.url] = w.title;
|
||||||
|
}
|
||||||
|
return Object.entries(obj).map(([url, title]) => ({
|
||||||
|
url,
|
||||||
|
title,
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function createReadme(words: Question[]): Promise<string> {
|
||||||
|
const readme = await Deno.readTextFile("./README.md");
|
||||||
|
return readme.replace(/<!-- BEGIN ZHIHUVIDEO -->[\W\w]*<!-- END ZHIHUVIDEO -->/, createVideoList(words))
|
||||||
|
.replace(/<!-- BEGIN ZHIHUQUESTIONS -->[\W\w]*<!-- END ZHIHUQUESTIONS -->/, createQuestionList(words));
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function createReadme4Search(words: SearchWord[]): Promise<string> {
|
||||||
|
const readme = await Deno.readTextFile("./README.md");
|
||||||
|
return readme.replace(/<!-- BEGIN ZHIHUSEARCH -->[\W\w]*<!-- END ZHIHUSEARCH -->/, createSearchList(words));
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function createReadme4Weibo(words: Word[]): Promise<string> {
|
||||||
|
const readme = await Deno.readTextFile("./README.md");
|
||||||
|
return readme.replace(/<!-- BEGIN WEIBO -->[\W\w]*<!-- END WEIBO -->/, createWeiboList(words));
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function createReadme4Toutiao(words: ToutiaoWord[]): Promise<string> {
|
||||||
|
const readme = await Deno.readTextFile("./README.md");
|
||||||
|
return readme.replace(/<!-- BEGIN TOUTIAO -->[\W\w]*<!-- END TOUTIAO -->/, createTuotiaoList(words));
|
||||||
|
}
|
||||||
|
|
||||||
|
export function createVideoList(words: Question[]): string {
|
||||||
|
return `<!-- BEGIN ZHIHUVIDEO -->
|
||||||
|
<!-- 最后更新时间 ${Date()} -->
|
||||||
|
${
|
||||||
|
words.map((x) => `1. [${x.title}](${x.url})`)
|
||||||
|
.join("\n")
|
||||||
|
}
|
||||||
|
<!-- END ZHIHUVIDEO -->`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function createQuestionList(words: Question[]): string {
|
||||||
|
return `<!-- BEGIN ZHIHUQUESTIONS -->
|
||||||
|
<!-- 最后更新时间 ${Date()} -->
|
||||||
|
${
|
||||||
|
words.map((x) => `1. [${x.title}](${x.url})`)
|
||||||
|
.join("\n")
|
||||||
|
}
|
||||||
|
<!-- END ZHIHUQUESTIONS -->`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function createSearchList(words: SearchWord[]): string {
|
||||||
|
return `<!-- BEGIN ZHIHUSEARCH -->
|
||||||
|
<!-- 最后更新时间 ${Date()} -->
|
||||||
|
${
|
||||||
|
words.map((x) =>
|
||||||
|
`1. [${x.display_query}](https://www.zhihu.com/search?q=${x.query})`
|
||||||
|
).join("\n")
|
||||||
|
}
|
||||||
|
<!-- END ZHIHUSEARCH -->`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function createWeiboList(words: Word[]): string {
|
||||||
|
return `<!-- BEGIN WEIBO -->
|
||||||
|
<!-- 最后更新时间 ${Date()} -->
|
||||||
|
${
|
||||||
|
words.map((x) => `1. [${x.title}](https://s.weibo.com/${x.url})`)
|
||||||
|
.join("\n")
|
||||||
|
}
|
||||||
|
<!-- END WEIBO -->`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function createTuotiaoList(words: ToutiaoWord[]): string {
|
||||||
|
return `<!-- BEGIN TOUTIAO -->
|
||||||
|
<!-- 最后更新时间 ${Date()} -->
|
||||||
|
${
|
||||||
|
words.map((x) => `1. [${x.word}](${x.url})`)
|
||||||
|
.join("\n")
|
||||||
|
}
|
||||||
|
<!-- END TOUTIAO -->`;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
export function createArchive(words: Question[], date: string): string {
|
||||||
|
return `# ${date}\n
|
||||||
|
共 ${words.length} 条\n
|
||||||
|
${createVideoList(words)}
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function createArchive4Search(words: SearchWord[], date: string): string {
|
||||||
|
return `# ${date}\n
|
||||||
|
共 ${words.length} 条\n
|
||||||
|
${createSearchList(words)}
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function createArchive4Weibo(words: Word[], date: string): string {
|
||||||
|
return `# ${date}\n
|
||||||
|
共 ${words.length} 条\n
|
||||||
|
${createWeiboList(words)}
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function createArchive4Toutiao(words: ToutiaoWord[], date: string): string {
|
||||||
|
return `# ${date}\n
|
||||||
|
共 ${words.length} 条\n
|
||||||
|
${createTuotiaoList(words)}
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
59
weibo-search.ts
Normal file
59
weibo-search.ts
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
#!/usr/bin/env -S deno run --unstable --allow-net --allow-read --allow-write --import-map=import_map.json
|
||||||
|
// Copyright 2020 justjavac(迷渡). All rights reserved. MIT license.
|
||||||
|
import { format } from "std/datetime/mod.ts";
|
||||||
|
import { join } from "std/path/mod.ts";
|
||||||
|
import { exists } from "std/fs/mod.ts";
|
||||||
|
|
||||||
|
import type { Word } from "./types.ts";
|
||||||
|
import { createArchive4Weibo, createReadme4Weibo, mergeWords4Weibo } from "./utils.ts";
|
||||||
|
|
||||||
|
const regexp = /<a href="(\/weibo\?q=[^"]+)".*?>(.+)<\/a>/g;
|
||||||
|
|
||||||
|
const response = await fetch("https://s.weibo.com/top/summary");
|
||||||
|
|
||||||
|
if (!response.ok) {
|
||||||
|
console.error(response.statusText);
|
||||||
|
Deno.exit(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
const result: string = await response.text();
|
||||||
|
|
||||||
|
const matches = result.matchAll(regexp);
|
||||||
|
|
||||||
|
const words: Word[] = Array.from(matches).map((x) => ({
|
||||||
|
url: x[1],
|
||||||
|
title: x[2],
|
||||||
|
}));
|
||||||
|
|
||||||
|
const yyyyMMdd = format(new Date(), "yyyy-MM-dd");
|
||||||
|
const fullPath = join("raw/weibo-search", `${yyyyMMdd}.json`);
|
||||||
|
|
||||||
|
let wordsAlreadyDownload: Word[] = [];
|
||||||
|
if (await exists(fullPath)) {
|
||||||
|
const content = await Deno.readTextFile(fullPath);
|
||||||
|
wordsAlreadyDownload = JSON.parse(content);
|
||||||
|
}
|
||||||
|
|
||||||
|
const queswordsAll = mergeWords4Weibo(words, wordsAlreadyDownload);
|
||||||
|
|
||||||
|
export const weiboSearchData = queswordsAll.map(x=> {
|
||||||
|
x.realurl = `https://s.weibo.com/${x.url}`;
|
||||||
|
return x;
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
export async function weiboSearch() {
|
||||||
|
// 保存原始数据
|
||||||
|
await Deno.writeTextFile(fullPath, JSON.stringify(queswordsAll));
|
||||||
|
|
||||||
|
// 更新 README.md
|
||||||
|
const readme = await createReadme4Weibo(queswordsAll);
|
||||||
|
await Deno.writeTextFile("./README.md", readme);
|
||||||
|
|
||||||
|
// 更新 archives
|
||||||
|
const archiveText = createArchive4Weibo(queswordsAll, yyyyMMdd);
|
||||||
|
const archivePath = join("archives/weibo-search", `${yyyyMMdd}.md`);
|
||||||
|
await Deno.writeTextFile(archivePath, archiveText);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
55
zhihu-questions.ts
Executable file
55
zhihu-questions.ts
Executable file
@ -0,0 +1,55 @@
|
|||||||
|
#!/usr/bin/env -S deno run --unstable --allow-net --allow-read --allow-write --import-map=import_map.json
|
||||||
|
// Copyright 2020 justjavac(迷渡). All rights reserved. MIT license.
|
||||||
|
import { format } from "std/datetime/mod.ts";
|
||||||
|
import { join } from "std/path/mod.ts";
|
||||||
|
import { exists } from "std/fs/mod.ts";
|
||||||
|
// import { config } from 'dotenv/mod.ts'
|
||||||
|
|
||||||
|
import type { ZhihuQuestionList, Question } from "./types.ts";
|
||||||
|
import { createArchive, createReadme, mergeQuestions } from "./utils.ts";
|
||||||
|
|
||||||
|
|
||||||
|
const response = await fetch(
|
||||||
|
"https://www.zhihu.com/api/v3/feed/topstory/hot-lists/total?limit=100",
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!response.ok) {
|
||||||
|
console.error(response.statusText);
|
||||||
|
Deno.exit(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
const result: ZhihuQuestionList = await response.json();
|
||||||
|
|
||||||
|
const questions: Question[] = result.data.map((x) => ({
|
||||||
|
title: x.target.title,
|
||||||
|
url: `https://www.zhihu.com/question/${x.target.id}`,
|
||||||
|
}));
|
||||||
|
|
||||||
|
const yyyyMMdd = format(new Date(), "yyyy-MM-dd");
|
||||||
|
const fullPath = join("raw/zhihu-questions", `${yyyyMMdd}.json`);
|
||||||
|
|
||||||
|
let questionsAlreadyDownload: Question[] = [];
|
||||||
|
if (await exists(fullPath)) {
|
||||||
|
const content = await Deno.readTextFile(fullPath);
|
||||||
|
questionsAlreadyDownload = JSON.parse(content);
|
||||||
|
}
|
||||||
|
|
||||||
|
const questionsAll = mergeQuestions(questions, questionsAlreadyDownload);
|
||||||
|
|
||||||
|
export const zhihuQuestionData = questionsAll;
|
||||||
|
|
||||||
|
export async function zhihuQuestions() {
|
||||||
|
|
||||||
|
// 保存原始数据
|
||||||
|
await Deno.writeTextFile(fullPath, JSON.stringify(questionsAll));
|
||||||
|
|
||||||
|
// 更新 README.md
|
||||||
|
const readme = await createReadme(questionsAll);
|
||||||
|
await Deno.writeTextFile("./README.md", readme);
|
||||||
|
|
||||||
|
// 更新 archives
|
||||||
|
const archiveText = createArchive(questionsAll, yyyyMMdd);
|
||||||
|
const archivePath = join("archives/zhihu-questions", `${yyyyMMdd}.md`);
|
||||||
|
await Deno.writeTextFile(archivePath, archiveText);
|
||||||
|
|
||||||
|
}
|
49
zhihu-search.ts
Executable file
49
zhihu-search.ts
Executable file
@ -0,0 +1,49 @@
|
|||||||
|
#!/usr/bin/env -S deno run --unstable --allow-net --allow-read --allow-write --import-map=import_map.json
|
||||||
|
// Copyright 2020 justjavac(迷渡). All rights reserved. MIT license.
|
||||||
|
import { format } from "std/datetime/mod.ts";
|
||||||
|
import { join } from "std/path/mod.ts";
|
||||||
|
import { exists } from "std/fs/mod.ts";
|
||||||
|
|
||||||
|
import type { SearchWord, TopSearch } from "./types.ts";
|
||||||
|
import { createArchive4Search, createReadme4Search, mergeWords } from "./utils.ts";
|
||||||
|
|
||||||
|
const response = await fetch("https://www.zhihu.com/api/v4/search/top_search");
|
||||||
|
|
||||||
|
if (!response.ok) {
|
||||||
|
console.error(response.statusText);
|
||||||
|
Deno.exit(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
const result: TopSearch = await response.json();
|
||||||
|
const words = result.top_search.words;
|
||||||
|
|
||||||
|
const yyyyMMdd = format(new Date(), "yyyy-MM-dd");
|
||||||
|
const fullPath = join("raw/zhihu-search", `${yyyyMMdd}.json`);
|
||||||
|
|
||||||
|
let wordsAlreadyDownload: SearchWord[] = [];
|
||||||
|
if (await exists(fullPath)) {
|
||||||
|
const content = await Deno.readTextFile(fullPath);
|
||||||
|
wordsAlreadyDownload = JSON.parse(content);
|
||||||
|
}
|
||||||
|
|
||||||
|
const wordsAll = mergeWords(words, wordsAlreadyDownload);
|
||||||
|
|
||||||
|
export const zhihuSearchData = wordsAll.map(x=> {
|
||||||
|
x.url = `https://www.zhihu.com/search?q=${x.query}`;
|
||||||
|
return x;
|
||||||
|
});
|
||||||
|
|
||||||
|
export async function zhihuSearch() {
|
||||||
|
// 保存原始数据
|
||||||
|
await Deno.writeTextFile(fullPath, JSON.stringify(wordsAll));
|
||||||
|
|
||||||
|
// 更新 README.md
|
||||||
|
const readme = await createReadme4Search(wordsAll);
|
||||||
|
await Deno.writeTextFile("./README.md", readme);
|
||||||
|
|
||||||
|
// 更新 archives
|
||||||
|
const archiveText = createArchive4Search(wordsAll, yyyyMMdd);
|
||||||
|
const archivePath = join("archives/zhihu-search", `${yyyyMMdd}.md`);
|
||||||
|
await Deno.writeTextFile(archivePath, archiveText);
|
||||||
|
|
||||||
|
}
|
59
zhihu-video.ts
Executable file
59
zhihu-video.ts
Executable file
@ -0,0 +1,59 @@
|
|||||||
|
#!/usr/bin/env -S deno run --unstable --allow-net --allow-read --allow-write --import-map=import_map.json
|
||||||
|
// Copyright 2020 justjavac(迷渡). All rights reserved. MIT license.
|
||||||
|
import { format } from "std/datetime/mod.ts";
|
||||||
|
import { join } from "std/path/mod.ts";
|
||||||
|
import { exists } from "std/fs/mod.ts";
|
||||||
|
|
||||||
|
import type { ZhihuVideoList, Question } from "./types.ts";
|
||||||
|
import { createArchive, createReadme, mergeQuestions } from "./utils.ts";
|
||||||
|
|
||||||
|
const response = await fetch(
|
||||||
|
"https://www.zhihu.com/api/v3/feed/topstory/hot-lists/zvideo?limit=100",
|
||||||
|
{
|
||||||
|
"headers": {
|
||||||
|
"x-api-version": "3.0.76",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!response.ok) {
|
||||||
|
console.error(response.statusText);
|
||||||
|
Deno.exit(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
const result: ZhihuVideoList = await response.json();
|
||||||
|
|
||||||
|
const questions: Question[] = result.data.map((x) => ({
|
||||||
|
title: x.target.title_area.text,
|
||||||
|
url: x.target.link.url,
|
||||||
|
}));
|
||||||
|
|
||||||
|
const yyyyMMdd = format(new Date(), "yyyy-MM-dd");
|
||||||
|
const fullPath = join("raw/zhihu-video", `${yyyyMMdd}.json`);
|
||||||
|
|
||||||
|
let questionsAlreadyDownload: Question[] = [];
|
||||||
|
if (await exists(fullPath)) {
|
||||||
|
const content = await Deno.readTextFile(fullPath);
|
||||||
|
questionsAlreadyDownload = JSON.parse(content);
|
||||||
|
}
|
||||||
|
|
||||||
|
const questionsAll = mergeQuestions(questions, questionsAlreadyDownload);
|
||||||
|
|
||||||
|
export const zhihuVideoData = questionsAll;
|
||||||
|
|
||||||
|
export async function zhihuVideo() {
|
||||||
|
|
||||||
|
// 保存原始数据
|
||||||
|
await Deno.writeTextFile(fullPath, JSON.stringify(questionsAll));
|
||||||
|
|
||||||
|
// 更新 README.md
|
||||||
|
const readme = await createReadme(questionsAll);
|
||||||
|
await Deno.writeTextFile("./README.md", readme);
|
||||||
|
|
||||||
|
// 更新 archives
|
||||||
|
const archiveText = createArchive(questionsAll, yyyyMMdd);
|
||||||
|
const archivePath = join("archives/zhihu-video", `${yyyyMMdd}.md`);
|
||||||
|
await Deno.writeTextFile(archivePath, archiveText);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user