Skip to content

根据论文标题检索论文数据,将检索到的数据上传Notion数据库并下载论文的pdf文件

Notifications You must be signed in to change notification settings

zhangzef/PaperToNotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

创建自己的 Notion 论文数据库

Arxiv 论文信息检索并上传 Notion

  • 简介(代码流程)
    • 首先读取给定 paper_titles.txt 文件中的论文标题(这里也对文件中的论文标题进行去重),使用 Notion Python API 读取给定数据库中的所有论文标题,根据数据库中的论文标题进行去重。
    • 然后使用 Arxiv Python API 对去重后的论文标题列表进行检索,将检索到的论文 pdf 下载到 download_papers 文件夹中,并将未检索到的论文标题写入 not_exist.txt 文件中。
    • 最后使用 Notion Python API 将检索到的论文信息上传到 Notion 数据库中。
  • 使用方法
    • 创建自己的 Notion Python API 并将给定 database_id 和 API 信息写入 main.py 文件中
    • 读取一个数据库的数据项,并根据数据项中的数据格式修改 main.py 中的 create_database_item 函数中的数据库信息格式字典
    • 运行 main.py 文件

About

根据论文标题检索论文数据,将检索到的数据上传Notion数据库并下载论文的pdf文件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages