mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-27 22:11:10 +00:00
10 lines
182 B
Markdown
10 lines
182 B
Markdown
|
|
# Getting Wikipedia Information
|
|
super easy and simple python script to get wikipedia information
|
|
|
|
## Installation
|
|
Install the dependencies
|
|
|
|
```sh
|
|
pip install -r requirements.txt
|
|
``` |