Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 231adad93f009839614c6d7638a7ccd2df3e60d5
  • master par défaut
  • 1-baka-export
  • meson
  • assdraw
  • old-master
  • v3.2.2
  • v3.2.1
  • v3.2.0
  • v3.1.3
  • v3.1.2
  • v3.1.1
  • v3.1.0
  • v3.0.4
  • v3.0.3
  • v3.0.2
  • v3.0.1
  • v3.0.0
  • v2.1.3
  • v2.1.4
  • v2.1.5
  • v2.1.6
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.1.7
26 résultats

Aegisub

Nom Dernière validation Dernière mise à jour
src
.gitignore
Cargo.toml
LICENSE
README.md
mgb.ini

MGB: Matrix Gatcha Bot

Build instructions

You need rust installed, with rustup as its the simple thing to do. To install rust, use the following command then add the $HOME/.cargo/bin folder to your path:

# Install rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Or, if rustup is already installed :
rustup update

To build, just use the cargo build command. You will need the nighly version of the rust toolchain, so a rustup default nightly might be needed.

If you need rls (Rust Language Server) and it's missing from the nightly builds, you can find the latest nightly build that has that compoment at: https://rust-lang.github.io/rustup-components-history/ and install that specific version with rustup install nightly-2021-12-05.

Help

Here are the matrix sdk samples: https://github.com/matrix-org/matrix-rust-sdk/tree/main/crates/matrix-sdk/examples

TODO

  • Auto-join without restarting the bot
  • When joining rooms at start-up, the bot no longer know the name of the rooms, need another start-up to fix...