Skip to content

thinkwee/ArxivDaily

Repository files navigation

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.

About

parse arxiv papers and push it to notion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages