Skip to content

deadlock-wiki/wiki_analysis

Repository files navigation

Deadlock Wiki Analysis

this repo focuses on data analysis related to deadlock's wikipedia.

This repository (for now) contains small analysis scripts used to explore recent activity on the Deadlock Wiki.

The goal is to provide lightweight insights (e.g. trending pages or topics) without affecting the main game data repository.

Wiki Activity

Scripts in wiki_activity/ fetch and analyze recent wiki revision data.

Files

  • fetch_revisions.py – downloads recent revision data from the Deadlock Wiki
  • analyze_activity.py – aggregates edits by page/topic
  • visualize.py – generates simple charts
  • output/ – example CSV output generated by the scripts
  • top 10 editors - fetches the top 10 editors from the last 30 days on the deadlock wikipedia
  • top 10 new page creators - fetches the top 10 new page creators from the last 30 days on the deadlock wikipedia
  • total_edits_total_editors_subject - let's you input a subject you are interested in, then numerates the editors, how many edits per editor, how many editors in total and how many edits in total about the request subject in all times'

How to run

pip install -r requirements.txt
python fetch_revisions.py
python analyze_activity.py
python visualize.py
python Top_10_Editors.py
python Top_10_New_Page_Creators
total_edits_total_editors_subjec
#comment: all above mentioned analysis scripts needs the fetch_revisions.py script to be able to execute.

About

this repo focuses on data analysis related to deadlock's wikipedia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages