This is an app that searches for papers on ArXiv using a query, summarizes their abstracts using ChatGPT, and saves them to Notion.
Please execute the following commands in the project's root directory.
poetry install
poetry run python main.pyYou'll need the following files:
query.yaml: Describes the search queries for ArXiv. A sample is included in this repository. Please modify the content for your use..env: Add your NOTION_API_KEY, NOTION_DATABASE_ID, and OPENAI_API_KEY.
For other settings, please refer to settings.py.