Telegram bot to fix social media link previews
Go to file
Harsh Shandilya 9534fdf5da
feat: remove walls functionality
2022-10-17 23:44:57 +05:30
.github chore(deps): update swatinem/rust-cache action to v2 2022-10-16 15:51:05 +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 feat: remove walls functionality 2022-10-17 23:44:57 +05:30
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 Add a `sled` backed store for file IDs 2021-04-26 16:41:24 +05:30
Cargo.lock feat: remove walls functionality 2022-10-17 23:44:57 +05:30
Cargo.toml feat: remove walls functionality 2022-10-17 23:44:57 +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 README: Add status badge 2020-02-27 22:09:38 +05:30
deny.toml fix(deny): remove unmatched vulnerability 2022-09-01 17:19:23 +00:00
justfile feat(just): use argument capture and set an explicit default 2022-09-30 00:50:21 +05:30
release.toml fix(release): don't start a dev version 2022-07-18 15:57:10 +00:00
rust-toolchain.toml chore: upgrade to latest Rust nightly 2022-10-17 23:31:13 +05:30
shell.nix feat: add justfile to simplify workflows 2022-07-07 23:01:47 +05:30

README.md

walls-bot-rs Run unit tests

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