-
-
Notifications
You must be signed in to change notification settings - Fork 72
Labels
β¨ goal: improvementImprovement to an existing featureImprovement to an existing featureπ status: ready for workReady for workReady for workπ» aspect: codeConcerns the software code in the repositoryConcerns the software code in the repositoryπ© priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed
Description
Description
Currently, Quantifying uses Google Custom Search and GitHub APIs. I would like to add Wikipedia as a new source for fetching data. So we would have wikipedia_fetch.py under scripts directory.
Implementation
- Integrate the Wikipedia API as a source for it to retrieve the count of Wikipedia articles containing references to specific Creative Commons licenses or keywords.
- Implement fetching functions similar to existing
github_fetch.pyso the data flow remains consistent. - Update documentation to reflect Wikipedia as a supported data source.
API documentation: https://www.mediawiki.org/wiki/API:Siteinfo#Rightsinfo
Available statistics:
- Number of articles
- Number of pages
- Number of edits
- Number of users
- Number of images
I would update the implementation as I continue working on it.
Sub-issues
Metadata
Metadata
Assignees
Labels
β¨ goal: improvementImprovement to an existing featureImprovement to an existing featureπ status: ready for workReady for workReady for workπ» aspect: codeConcerns the software code in the repositoryConcerns the software code in the repositoryπ© priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed
Type
Projects
Status
Done