Was trying to test run this, but was complaining about missing python modules. They are not listed on the readme as requirements..
Ended up figuring out that for wikipedia it needs,
https://github.com/goldsmith/Wikipedia. That is provided by the package python-wikipedia in Archlinux.
For duckduck go, could not find out which python module is this needed "ddg" one,
File "/home/a1/.elinks/soupmonkey/__init__.py", line 9, in <module>
modules.append(__import__(module[:-3], locals(), globals()))
ModuleNotFoundError: No module named 'ddg'