https://github.com/thinkwee/arxivdaily
parse arxiv papers and push it to notion
https://github.com/thinkwee/arxivdaily
Last synced: 9 months ago
JSON representation
parse arxiv papers and push it to notion
- Host: GitHub
- URL: https://github.com/thinkwee/arxivdaily
- Owner: thinkwee
- Created: 2023-10-30T12:24:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T03:52:51.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T13:24:14.388Z (over 1 year ago)
- Language: Python
- Size: 538 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARXIV_DAILY
- a simple script to parse arxiv papers (based on keyword and category) then push it to Notion
- Demo [here](https://thinkwee.notion.site/d9d8ed114e3b4e9cac196c65afc77b6d?v=57763bfadc334c9dbba00e966baa942)(keyword=agent)
- 
## Quick Start
- prepare your notion
```bash
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):
```python
python3 execute_parse.py agent
```
- or search paper with keyword under certain category
```python
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.