mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +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
|
||
|
```
|