https://github.com/gearkite/yapperfinder
Finds the yappers in your Matrix chats and displays some statistics
https://github.com/gearkite/yapperfinder
matrix statistics
Last synced: over 1 year ago
JSON representation
Finds the yappers in your Matrix chats and displays some statistics
- Host: GitHub
- URL: https://github.com/gearkite/yapperfinder
- Owner: GearKite
- License: agpl-3.0
- Created: 2024-06-27T16:50:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T15:53:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T03:33:39.587Z (over 1 year ago)
- Topics: matrix, statistics
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yapper Finder
Helps you find the people who spam your Matrix chat the most.
## Installation
1. Create a Python virtual environment
`python -m venv .venv`
2. Activate the venv
`source .venv/bin/activate`
3. Install dependencies
`pip install -r requirements.txt`
## Usage
1. Export the chat history from Element to `export.json` (maybe other clients also support this? I haven't tested it)
2. Change/set user display names in `names.json` (optional)
3. Run the script
`python main.py`