LpCodes / SearcherX

This is a Flask application that searches Wikipedia for a given keyword and returns the top 8 results along with their summaries and URLs. The app uses the wikipedia module to search and retrieve information from Wikipedia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wikipedia Search App

This is a Flask application that searches Wikipedia for a given keyword and returns the top 8 results along with their summaries and URLs. The app uses the wikipedia module to search and retrieve information from Wikipedia.

Installation

Before running the application, make sure that you have the necessary modules installed. You can install the modules by running the following command in your terminal:

Use the package manager pip to install

pip install flask wikipedia

Usage

To run the application, execute the following command in your terminal:

python app.py

This will start the Flask application, and you can access it by navigating to http://localhost:5000 in your web browser.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

This is a Flask application that searches Wikipedia for a given keyword and returns the top 8 results along with their summaries and URLs. The app uses the wikipedia module to search and retrieve information from Wikipedia.


Languages

Language:HTML 65.6%Language:Python 27.3%Language:JavaScript 7.1%