A bot that explores the Matrix federation web.
Go to file
Cyberes b83a5d7814 fix joining rooms 2023-06-06 01:59:43 -06:00
.gitignore initial prototype 2023-06-06 00:55:26 -06:00
LICENSE Initial commit 2023-06-05 22:32:26 -06:00
README.md initial prototype 2023-06-06 00:55:26 -06:00
requirements.txt initial prototype 2023-06-06 00:55:26 -06:00
spider.py fix joining rooms 2023-06-06 01:59:43 -06:00

README.md

matrix-spider-bot

A bot that explores the Matrix federation web.

This is a Matrix bot that crawls through historical messages in rooms, looking for other Matrix room IDs. It then tries to join those rooms and continues the process. The bot stores messages it finds in its database (including system metadata messages like edits and joins) along with the users in a room, plus various other metadata.