Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 421 Bytes

Wikipedia Analysor

Insights on the edits and data within Wikipedia

Setup

This project requires Python 3.10+ and pip 22.0+

  1. git clone [email protected]:Amustache/Wikipedia-Analysor.git
  2. cd Wikipedia-Analysor
  3. python3 -m venv env
  4. source env/bin/activate
  5. pip install -r requirements.txt

Usage

Development

Simply use python main.py, and connect to the prompted address.

Deployment