This is a [matrix] bot that travels the federation simply based upon user input to rooms it participates in.
Whenever the bot is invited to a room, or someone leaves an alias to a room in their message, the bot will try to join that room and add it to the network graph. If the bot is then kicked or banned, it removes the node from the graph.
The bot currently goes by the name of @voyager:t2bot.io
and has its network graph published here.
Questions? Ask away in #voyager-bot:matrix.org
@voyager:t2bot.io
to a roomHello! Please join #voyager-bot:matrix.org!
)Note: You'll need to have access to an account that the bot can use to get the access token.
npm install
config/default.yaml
to config/production.yaml
config/production.yaml
and config/database.json
to match your needsNODE_ENV=production node index.js
There's no real benefit to having this bot in the room, seeing as it just listens and joins other rooms. This is not intended to be a functional bot - just a fun project that builds a pretty graph.
There are 2 options to remove the bot from the room:
The bot does record who kicked/banned it and what the reason given was. The bot will remove any applicable nodes from the graph.