Skip to content

Get daily notifications from Arxiv #72

Get daily notifications from Arxiv

Get daily notifications from Arxiv #72

name: Get daily notifications from Arxiv
permissions:
contents: read
issues: write
on:
schedule:
- cron: '0 8 * * *'
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Check arXiv lists and create github issue(s)
env:
ISSUE_TOKEN: ${{ secrets.ISSUE_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
run: python main.py