Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/benignbeppe/fika-analyzer
- Owner: BenignBeppe
- License: mit
- Created: 2017-02-27T07:22:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T08:14:33.000Z (almost 8 years ago)
- Last Synced: 2024-11-14T06:51:54.571Z (2 months ago)
- Topics: mediawiki, wikipedia
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.