Server_Stats Voyager Bot
A bot running trough the matrix network to find all rooms.
Explore the graph »
Report Bug · Request Feature
Table of Contents
About The Project
Built With
- Rustlang
- Matrix
- 3d-force-graph
- And many more. See Cargo.toml for dependencies
How To Remove The Bot From A Room
You can choose between 2 variants to remove it:
- You kick it -> This causes the bot to leave until the room is mentioned again somewhere.
- You ban it -> This results in the bot not joining again unless you unban it.
The bot automatically will remove the room from its data.
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the AGPLv3 License. See LICENSE
for more information.
Contact
Matrix Room: #server_stats:nordgedanken.dev
MTRNord - @mtrnord:nordgedanken.dev - @mtrnord
Project Link: https://github.com/MTRNord/server_stats
Acknowledgements
- Travis for giving me the idea and for doing the groundwork with the excelent Voyager Bot
- Jonathan for helping with optimizing the code
- Johannes for writing the appservice code of the SDK that is heavily used in the bot