An open API service indexing awesome lists of open source software.

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

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)
- ![](sample.png)

## 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.