Skip to content

Generates customized URL based on user input, webscrapes information from the person's wikipedia page, and returns the formatted information.

Notifications You must be signed in to change notification settings

amitabhadey/getwikiinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Wiki Info program

It's a simple program I built on Python that generates customized URL based on user input, webscrapes information from the person's wikipedia page, and returns the formatted information.

Getting Started

  1. Install the required dependencies
  2. Download the repository
  3. Run the getwikiinfo.py script

Installing Dependencies

You will need three libraries - tkinter (to build the GUI), requests (to send in HTTP requests), and Beautiful Soup (to parse the html file).

Tkinter is included with Python by default

You can pip install the other two libraries.

pip install requests
pip install beautifulsoup4

Running the tests

Simply run the getwikiinfo.py script. You will be prompted with a simple interface. Type somebody's name (basically anyone who has a wikipedia page). Ideally, it's better to type the first letter of each word of the name in caps because some URLs are not case-insensitive.

Built With

Author

License

Licensees may copy, distribute, display, and perform the work and make derivative works and remixes based on it only for non-commercial purposes.

About

Generates customized URL based on user input, webscrapes information from the person's wikipedia page, and returns the formatted information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages