Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benignbeppe/fika-analyzer

A script for gathering statistics from a wiki, specifically for https://sv.wikipedia.org/wiki/Wikipedia:Fikarummet.
https://github.com/benignbeppe/fika-analyzer

mediawiki wikipedia

Last synced: 3 days ago
JSON representation

A script for gathering statistics from a wiki, specifically for https://sv.wikipedia.org/wiki/Wikipedia:Fikarummet.

Awesome Lists containing this project

README

        

# fika-analyzer
Gathers statistics from a wiki. Currently, values are hard coded for Fikarummet (the equivalent to the english Teahouse) on sv.wikipedia.org.
The statistics gathered are:

1. Pageviews, for *Wikipedia:Fikarummet* and *Wikipedia:Fikarummet/Frågor*.
* Uses [RestBASE](https://wikimedia.org/api/rest_v1/#/).
1. Number of users in category *Kategori:Wikipedianer som har fått en inbjudan till fikarummet*.
* Uses the [action API](https://www.mediawiki.org/wiki/API:Main_page).
* Users are added to this category when they receive an invitation.
1. Number of questions asked on *Wikipedia:Fikarummet/Frågor*.
* Uses the action API.
* Counts the number of sections; a new sections is created when a question is asked.