Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 756 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 756 Bytes

arXivNotifier

This repository notifies newly published papers from arXiv using GitHub Actions.

SetUp

  1. Create incoming webhook of a channel.
  2. Add the URL to repository secrets. secrets_screenshots
  3. Default division is Nonlinear science. If you want to change it to another division, let's say Computer science, change slack.py to the following.
    rssurl = "http://arxiv.org/rss/cs"

How it looks like

secrets_slack