Telegram bot to fix social media link previews
Go to file
Harsh Shandilya ef0819b8c1
chore: add Nix result patterns to gitignore
2022-11-19 22:03:11 +05:30
.github refactor(ci): run checks with `Nix` 2022-11-12 02:28:49 +05:30
.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: add `ping` command 2022-11-07 13:46:12 +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 chore: add Nix result patterns to gitignore 2022-11-19 22:03:11 +05:30
Cargo.lock fix(deps): update rust crate tokio to 1.22.0 2022-11-18 22:07:03 +00:00
Cargo.toml fix(deps): update rust crate tokio to 1.22.0 2022-11-18 22:07:03 +00:00
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 chore(nix): update `flake.lock` 2022-11-19 21:57:00 +05:30
flake.nix chore(rust): bump nightly version 2022-11-19 22:02:40 +05:30
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

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