https://github.com/internetarchive/tarb_insights
A Streamlit application to visualize Wikipedia IABot statistics
https://github.com/internetarchive/tarb_insights
data-science docker iabot insights internetarchive internetarchivebot python statistics streamlit wikipedia
Last synced: about 1 year ago
JSON representation
A Streamlit application to visualize Wikipedia IABot statistics
- Host: GitHub
- URL: https://github.com/internetarchive/tarb_insights
- Owner: internetarchive
- License: agpl-3.0
- Created: 2022-04-11T18:02:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T16:38:18.000Z (over 1 year ago)
- Last Synced: 2025-04-15T11:55:16.513Z (about 1 year ago)
- Topics: data-science, docker, iabot, insights, internetarchive, internetarchivebot, python, statistics, streamlit, wikipedia
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TARB Insights
This is a [Streamlit](https://streamlit.io/) application to visualize [Wikipedia InternetArchiveBot](https://meta.wikimedia.org/wiki/InternetArchiveBot/API#action=statistics) and [Turn All References Blue (TARB)](https://archive.org/details/mark-graham-presentation) project statistics.
To run it locally (in Docker), clone this repository and build a docker image:
```
$ docker image build -t tarbinsights .
```
Run a container from the freshly built Docker image:
```
$ docker container run --rm -it -p 8501:8501 tarbinsights
```
Access http://localhost:8501/ in a web browser for interactive insights.