- Fork this repository or download the repository and create a new repository by uploading it again. (Plz leave a 'star' or 'like' if you are reloading it, TY!)
- In your user profile, go to Settings - Developer settings, and apply for a token. In your new repository, go to Setting->Security->Secrets->Actions, and create a Repository secret named "ISSUE_TOKEN" with the value being the token you just obtained.
- Modify the settings in
config.py
as per your requirements. - If your repository does not have a
.github/workflows/
folder and thearxiv_daily.yml
file within it, create the folder yourself and copy thearxiv_daily.yml
file from this repository into it. - (Optional) Modify the
arxiv_daily.yml
file to set your preferred time for automated pushes. - In your repository, go to Settings-Actions-General, and set "Allow all actions and reusable workflows".
- In your repository, go to Actions, make sure workflows are allowed.
- Now, your repository is set up for scheduled pushes!
- fork本repository,或打包下载再新建repository重新上传也行 (打包重传的亲们请留个star或like,谢谢!)
- 在个人中心的setting - developer settings里申请一个普通的访问令牌Token;在你的新repository的Setting->Security->Secrets->Actions下,创建一个Repository secrets,名字写为ISSUE_TOKEN,数据改为自己刚申请的Token
- 修改
config.py
下的各项信息 - 如果你的repository此时并没有
.github/workflows/
文件夹及其中的arxiv_daily.yml
,则自行创建此文件夹并把本repository的arxiv_daily.yml
复制过去 - (可选)通过修改
arxiv_daily.yml
更改自动推送时间为你喜欢的时间;需注意,由于Github actions需要排队触发,你repo的真实推送时间大概会比你定的时间晚20min - 在你的repository的Settings-Actions-General里开启actions权限:Allow all actions and reusable workflows
- 在你的repository的Actions里确认workflows已开启
- 现在你的repository可以定时推送了!
'Star's and 'Like's are very welcomed! 求三连!
本repo代码fork自zhuhu00/Paper-Daily-Notice
forked from zhuhu00/Paper-Daily-Notice
由于Github上Arxiv推送repo非常多且前人大多没写引用,核心代码的真正作者暂不可考TAT
-- olozhika (Xing Yuchen)