/arXivNotifier

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

Primary LanguagePythonMIT LicenseMIT

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