A library of classes which can be used to build a search engine.
Project inspired by the simple "Wronnay Search Engine" from 2014 (which is deprecated).
License: GNU General Public License
Author: Christoph Daniel Miksche
The crawler uses BeautifulSoup for handling the html code and MongoEngine for Data-Management.
pip install wronnay-search-lib
Please install MongoDB first:
On Debian Servers:
apt install mongodb
Next steps: create a MongoDB Database and edit the wronnay_search_lib/settings.py file.