aurora-bot

Crates.ioaurora-bot
lib.rsaurora-bot
version0.1.8
created_at2025-06-13 15:21:56.665545+00
updated_at2025-08-04 16:17:07.625539+00
descriptionFast, smart, easy, fast way to interact with Aurora OS.
homepagehttps://aurora-bot.keygenqt.com
repositoryhttps://github.com/keygenqt/aurora-bot
max_upload_size
id1711566
size967,330
Vitaliy Zarubin (keygenqt)

documentation

README

Aurora Bot

The application that simplifies interaction with the Aurora OS infrastructure for software development.

preview

Features

Install

Download services to /etc/systemd/user.

# Install dependency
sudo apt-get install \
    clang \
    libssl-dev \
    libdbus-1-dev \
    libavutil-dev \
    libavcodec-dev \
    libavformat-dev \
    libavfilter-dev \
    libavdevice-dev
# Install app
cargo install aurora-bot
# Enable services
systemctl --user enable aurora-bot.client.service
systemctl --user enable aurora-bot.dbus.service
# Start services
systemctl --user start aurora-bot.client.service
systemctl --user start aurora-bot.dbus.service

For use the client service, authorization in the application is required:
https://aurora-bot.keygenqt.com/book/telegram-bot/auth.html

Commit count: 254

cargo fmt