Skip to content

Commit

Permalink
add to 4 times a day; add stats.ML, cs.IR
Browse files Browse the repository at this point in the history
  • Loading branch information
qhduan committed Mar 16, 2023
1 parent 485a252 commit a4fc418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cn-chat-arxiv.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Fetch arxiv daily
on:
schedule:
- cron: '0 9,21 * * *'
- cron: '0 3,9,15,21 * * *'
workflow_dispatch:
jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion cn_chat_arxiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,11 @@ def chat_arxiv(arxiv_channel='cs.AI'):

if __name__ == '__main__':
# cs = '''AI,AR,CC,CE,CG,CL,CR,CV,CY,DB,DC,DL,DM,DS,ET,FL,GL,GR,GT,HC,IR,IT,LG,LO,MA,MM,MS,NA,NE,NI,OH,OS,PF,PL,RO,SC,SD,SE,SI,SY'''.split(',')
cs = '''AI,CL,LG'''.split(',')
cs = '''AI,CL,LG,IR'''.split(',')
for c in cs:
chat_arxiv(f'cs.{c}')
# other = '''astro-ph,cond-mat,econ,eess,gr-qc,hep-ex,hep-lat,hep-ph,hep-th,math,math-ph,nlin,nucl-ex,nucl-th,physics,q-bio,q-fin,quant-ph,stat'''.split(',')
others = '''econ,q-fin'''.split(',')
for c in others:
chat_arxiv(c)
chat_arxiv('stat.ML')

0 comments on commit a4fc418

Please sign in to comment.