mirror of
https://github.com/xecut-me/xecutbot.git
synced 2026-02-11 22:41:17 +00:00
No description
- Rust 92.3%
- Nix 4.3%
- Python 2.2%
- Shell 1%
- Dockerfile 0.2%
| .sqlx | ||
| migrations | ||
| old | ||
| src | ||
| tests | ||
| .envrc | ||
| .gitignore | ||
| build.rs | ||
| build.sh | ||
| Cargo.lock | ||
| Cargo.toml | ||
| default.nix | ||
| deploy_nix.sh | ||
| devenv.lock | ||
| devenv.nix | ||
| devenv.yaml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| nixos-module.nix | ||
| README.md | ||
| run.sh | ||
| update.sh | ||
| xecut_bot_example.yaml | ||
xecut_bot
A Telegram bot for managing hackerspace visits and other things.
Running
Create a config file xecut_bot.yaml. See xecut_bot_example.yaml.
Make sure you have Rust and Cargo installed (for example with rustup).
Then run:
cargo run --release
or build with cargo build --release and use the executable directly:
target/release/xecut_bot
License
MIT