Skip to content

A library of classes which can be used to build a search engine.

License

Notifications You must be signed in to change notification settings

Wronnay/search-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wronnay Search Library

PyPI version Downloads

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).

General Information

License: GNU General Public License

Author: Christoph Daniel Miksche

Dependencies

The crawler uses BeautifulSoup for handling the html code and MongoEngine for Data-Management.

Installation

pip install wronnay-search-lib

Database

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.

About

A library of classes which can be used to build a search engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages