GithubHelp home page GithubHelp logo

paper-daily-notice's Introduction

Get-daily-arxiv-notice

不知道什么原因,不能更新issue了,本地运行返回401,action也不能正常更新issue,不过还是会更新到markdown里面的,每天论文都是在文件夹Arxiv_Daily_Notice文件夹下xxxx-xx-xx-Arxiv-Daily-Paper.md,文件夹的README.md是最新更新的论文

以及,如果感觉以后论文太多翻的麻烦,可以在个人主页看:https://zhuhu00.top/blog/,这里会更新每天的arxiv有关SLAM等的文章

如何使用

  1. fork本repository,然后在Setting->Security->Secrets->Actions下,创建一个Repository secrets, 并记下名字为ISSUE_TOKEN,这个TOKEN上需要先做github账号下申请的。然后粘贴到ISSUE_TOKEN
  2. 修改config.py下,repo的名字,以及github名字等,可查看后面的内容。
  3. 可先在本地运行,成功后github的action会每天自动运行

You can get daily arxiv notification with pre-defined keywords as here.

Arxiv.org announces new submissions every day on fixed time as informed here.

This repository makes it easy to filter papers and follow-up new papers which are in your interests by creating an issue in a github repository.

Prerequisites

  • Python3.x

Install requirements with below command.

$ pip install --upgrade pip
$ pip install -r requirements.txt

Usage

1. Create a Repo

Create a repository to get notification in your github.

2. Set Config

Revise config.py as your perferences.

# Authentication for user filing issue (must have read/write access to repository to add issue to)
USERNAME = 'changeme'

# 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. Set Cronjob

You need to set a cronjob to run the code everyday to get the daily notification.

Refer the announcement schedule in arxiv.org and set the cronjob as below.

$ cronjob -e
$ 0 13 * * mon-fri python PATH-TO-CODE/get-daily-arxiv-noti/main.py

设定定时任务时可以怎么设置呢?

ubuntu下可以是crontab,也是一样的功能

Arxiv上的时区

paper-daily-notice's People

Contributors

github-actions[bot] avatar zhuhu00 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.