A spider tool for downloading the DBLP search results into local BibTeX files.
pip3 install -i https://pypi.org/simple/ dblp-spider
# Get result from all of the ccf recommandation venues
dblp-spider --keywords "DNS Security" --output result
# Get result from all of the ccf class A recommandation venues
dblp-spider --keywords "DNS Security" --output result --ccf-a
# Get result from all of the ccf class A/B recommandation venues
dblp-spider --keywords "DNS Security" --output result --ccf-a --ccf-b
# Get result of multiple research keywords
dblp-spider --keywords "DNS Security" "BGP Security" --output result
├── TCP Security
│ ├── ACSAC
│ │ ├── conf-acsac-Bellovin04.bib
│ │ ├── conf-acsac-HsuC04.bib
│ │ └── conf-acsac-RitcheyON02.bib
│ ├── INFOCOM
│ │ └── conf-infocom-GuhaM96.bib
│ ├── USENIX
│ │ ├── conf-uss-CaoQWDKM16.bib
│ │ ├── conf-uss-ChenQ18.bib
│ │ ├── conf-uss-DharmapurikarP05.bib
│ │ ├── conf-uss-Joncheray95.bib
│ │ ├── conf-uss-ReardonG09.bib
│ │ └── conf-uss-SmartMJ00.bib
│ └── summary.bib
- File->Import
- Select
summary.bib