Telegram bot to fix social media link previews
Go to file
Harsh Shandilya 4a5f4942e2 chore(release): remove commit/tag signing 2022-11-23 10:22:38 +00:00
.github chore(deps): update cachix/install-nix-action action to v18 2022-11-21 05:54:40 +00:00
.idea Add CLion config 2020-02-22 21:58:02 +05:30
.vscode chore(vscode): add suggested extensions 2022-07-11 15:17:48 +00:00
pkg/debian feat(package): setup systemd support for Debian packaging 2022-07-21 12:51:22 +05:30
src fix(logging): mark `handle_error` with `#[track_caller]` 2022-11-23 10:09:51 +00:00
testdata Add some more tests 2020-03-02 18:59:25 +05:30
.env.sample feat: remove walls functionality 2022-10-17 23:44:57 +05:30
.gitignore chore: add Nix result patterns to gitignore 2022-11-19 22:03:11 +05:30
Cargo.lock chore(release): bump walls-bot-rs to version 0.20.0 2022-11-22 17:43:29 +05:30
Cargo.toml chore(release): bump walls-bot-rs to version 0.20.0 2022-11-22 17:43:29 +05:30
LICENSE-APACHE License under MIT/ASL 2.0 2020-02-20 23:23:05 +05:30
LICENSE-MIT Fix license text 2020-03-11 23:47:31 +05:30
README.md chore: update CI badge 2022-10-27 19:08:33 +00:00
deny.toml fix(deny): adjust for current state 2022-10-27 19:15:42 +00:00
flake.lock flake.lock: Update (#25) 2022-11-21 00:40:13 +05:30
flake.nix chore: add `cargo-release` to devshell inputs 2022-11-23 10:12:41 +00:00
justfile feat(just): use argument capture and set an explicit default 2022-09-30 00:50:21 +05:30
release.toml chore(release): remove commit/tag signing 2022-11-23 10:22:38 +00:00

README.md

walls-bot-rs Check Rust code

Telegram bot for my wallpapers collection, in Rust.

To build

  • Copy .env.sample as .env and edit with the necessary details
  • Use cargo run to start the bot