Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 515 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 515 Bytes

What is it

A selenium-based command-line Wikipedia search engine.

How to use:

Installation:

  1. Install python of version 3.8 or higher.

  2. Create a virtual environment:

    $ python3 -m venv venv

  3. Activate virtual environment

    windows: $ venv\Scripts\activate.bat

    other: $ . venv/bin/activate

  4. install this package:

    $ pip install https://github.com/Zeskbest/rr/archive/main.zip

Usage:

$ python -m robotic_researcher.main --help