Skip to content

A spider tool for downloading the DBLP search results into local BibTeX files.

License

Notifications You must be signed in to change notification settings

WangYihang/DBLP-Spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBLP Spider

A spider tool for downloading the DBLP search results into local BibTeX files.

Installation

pip3 install -i https://pypi.org/simple/ dblp-spider

Usage

# 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

Output

├── 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

Zotero

  1. File->Import
  2. Select summary.bib

Acknowledgements

References

About

A spider tool for downloading the DBLP search results into local BibTeX files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published