Skip to content

DongZhouGu/arxiv-daily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-daily-arxiv-noti

This repository is build based on here

  • Subject: computer science (cs)
  • Keywords: "human object interaction", "visual relation detection", "object detection", "transformer","scene understanding", "visual reasoning"

Usage( github actions)

0. ⭐Star⭐

1.Clone this Repo and Create a Repo

  • Create a repository to get notification in your github.
  • click "Settings"->"Secrets"->"New repository secret"
Name: GITHUB
# Authentication for user filing issue (must have read/write access to repository to add issue to)
Value: your_github_username,your_github_token

2. Set Config

updateconfig.py as your perferences.

# The repository to add this issue to
REPO_OWNER = 'changeme'
REPO_NAME = 'changeme'

# Set new submission url of subject
NEW_SUB_URL = 'https://arxiv.org/list/cs/new'

# Keywords to search
KEYWORD_LIST = ["changeme"]

3. workflow

To test the functionality, you can click " Run Workflow button" for an immediate run.

Releases

No releases published

Packages

No packages published

Languages