Use poetry install --only main
to install python requirements.
Crawl papers for specific conferences in dblp with multiple keywords.
- Crawl conference
- Simple regex to filter workshop or other session
- Log to a file and stream to console
poetry shell
to use the created python virtual environment.
python mydblp.py -h
for the help message.
python mydblp.py --conf="sc"
to crawl a specific conference.
- Crawl journal
- Multi-processing crawl
- Add more regex filters
- Read keywords from a json file
- More