Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackle/mastodon-data-viewer.py
a viewer for mastodon export data
https://github.com/blackle/mastodon-data-viewer.py
activitypub mastodon
Last synced: 27 days ago
JSON representation
a viewer for mastodon export data
- Host: GitHub
- URL: https://github.com/blackle/mastodon-data-viewer.py
- Owner: blackle
- License: cc0-1.0
- Created: 2020-12-10T10:05:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T05:14:01.000Z (9 months ago)
- Last Synced: 2024-04-13T21:17:36.816Z (7 months ago)
- Topics: activitypub, mastodon
- Language: Python
- Homepage:
- Size: 359 KB
- Stars: 121
- Watchers: 3
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - blackle/mastodon-data-viewer.py - a viewer for mastodon export data (mastodon)
README
# mastodon-data-viewer.py
A viewer for mastodon data written in python. It creates a local server that you can use to browse the data. Designed for large (>40,000) toot archives. Supports full text search and the following post content:
* Content warnings
* Image attachments
* Video attachments
* Audio attachments
* Alt text
* Polls (oneOf or anyOf)## Install
```bash
pip install -r requirements.txt
```Then place mastodon-data-viewer.py in your extracted mastodon data directory (the folder with actor.json/outbox.json) and run it. Open a web browser and go to http://localhost:8000
## Screenshots
![Screenshot](screenshot.png?raw=true)
![Screenshot (Dark Mode)](screenshot_dark.png?raw=true)