Skip to content

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.

Notifications You must be signed in to change notification settings

LpCodes/SearcherX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published