https://github.com/makelinux/wikigraphviz
Generates graphical representation of Wikipedia category hierarchy
https://github.com/makelinux/wikigraphviz
graphviz pywikibot wikipedia
Last synced: 5 months ago
JSON representation
Generates graphical representation of Wikipedia category hierarchy
- Host: GitHub
- URL: https://github.com/makelinux/wikigraphviz
- Owner: makelinux
- Created: 2022-03-16T05:52:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T10:03:52.000Z (about 3 years ago)
- Last Synced: 2025-07-13T12:51:35.720Z (8 months ago)
- Topics: graphviz, pywikibot, wikipedia
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wikigraphviz
Generates graphical representation of Wikipedia category hierarchy
in formats dot svg and html5
[official version](https://gerrit.wikimedia.org/r/plugins/gitiles/pywikibot/core/+/refs/heads/master/scripts/category_graph.py),
[log](https://gerrit.wikimedia.org/r/plugins/gitiles/pywikibot/core/+log/refs/heads/master/scripts/category_graph.py)
Examples:
[./wikigraphviz.py category](https://makelinux.github.io/wikigraphviz/Main_topic_classifications)
[./wikigraphviz.py --style rankdir=BT category Life](https://makelinux.github.io/wikigraphviz/Life)
[./wikigraphviz.py --style rankdir=TB category Computing](https://makelinux.github.io/wikigraphviz/Computing)