Kpole / bibtex2ref

从 dblp 上爬取论文 bibtex 格式的引用,并将其转换为固定格式,方便插入参考文献

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bibtex2ref

从 dblp 上搜索论文,获取 bibtex 格式的引用数据,然后转换成中文论文要求的格式

安装第三方包

pip install requests beautifulsoup4 lxml termcolor
pip install --no-cache-dir --force-reinstall git+https://github.com/sciunto-org/python-bibtexparser@main

运行

python3 -u main.py

About

从 dblp 上爬取论文 bibtex 格式的引用,并将其转换为固定格式,方便插入参考文献


Languages

Language:Python 100.0%