├── .github └── workflows │ └── blank.yml ├── README.md ├── cv-arxiv-daily.json ├── daily_arxiv.py └── docs ├── _config.yml ├── cv-arxiv-daily-web.json ├── cv-arxiv-daily-wechat.json ├── index.md └── wechat.md /.github/workflows/blank.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DWCTOD/cv-arxiv-daily/HEAD/.github/workflows/blank.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DWCTOD/cv-arxiv-daily/HEAD/README.md -------------------------------------------------------------------------------- /cv-arxiv-daily.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DWCTOD/cv-arxiv-daily/HEAD/cv-arxiv-daily.json -------------------------------------------------------------------------------- /daily_arxiv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DWCTOD/cv-arxiv-daily/HEAD/daily_arxiv.py -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DWCTOD/cv-arxiv-daily/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/cv-arxiv-daily-web.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DWCTOD/cv-arxiv-daily/HEAD/docs/cv-arxiv-daily-web.json -------------------------------------------------------------------------------- /docs/cv-arxiv-daily-wechat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DWCTOD/cv-arxiv-daily/HEAD/docs/cv-arxiv-daily-wechat.json -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DWCTOD/cv-arxiv-daily/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/wechat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DWCTOD/cv-arxiv-daily/HEAD/docs/wechat.md --------------------------------------------------------------------------------