Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 794 Bytes

File metadata and controls

20 lines (19 loc) · 794 Bytes

ARXIV_DAILY

  • a simple script to parse arxiv papers (based on keyword and category) then push it to Notion
  • Demo here(keyword=agent)

Quick Start

  • prepare your notion
    export database_id="YOUR_NOTION_DATABASE_ID" 
    export integration_token="YOUR_NOTION_INTEGRATION_TOKEN"
  • parse recent paper and filter with keyword (you need to mkdir logs and papers in the first time):
    python3 execute_parse.py agent
  • or search paper with keyword under certain category
    python3 execute_search.py cs.CL agent
  • both parse and search scripts have done deduplication on papers so you can crontab it daily for a paper daily express.