A selenium-based command-line Wikipedia search engine.
-
Install python of version 3.8 or higher.
-
Create a virtual environment:
$ python3 -m venv venv
-
Activate virtual environment
windows:
$ venv\Scripts\activate.bat
other:
$ . venv/bin/activate
-
install this package:
$ pip install https://github.com/Zeskbest/rr/archive/main.zip
$ python -m robotic_researcher.main --help