Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 731 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 731 Bytes

PyLitReview

19.05.2022: Updated for Python 3.10 usage (Fixed deprecated selenium code and added enums & match cases)

Quick Guide

  • Install Selenium
  • Download Chromdriver with same version as current Google Chrome installation
  • Put info into config_template.py and rename to config.py
  • Create keywords
  • usage: crawl(keywords, Library.library, SearchWhere.searchWhere)
    • keywords must be a list of lists of strings
    • library options:
      • IEEE
      • ACM
      • ScienceDirect (Not working headless)
    • searchWhere options:
      • Title
      • TitleAbstract (Title OR Abstract - not working for ACM)
      • Abstract
      • Text (All)

ToDos

  • Implement title+abstractsearch
  • Update Sciencedirect crawler