tgreddit 0.1.2

Get the top posts of your favorite subreddits to Telegram
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build:
  cargo build

build-release:
  cargo build --release

run-w *FLAGS:
  fd .rs | entr -r cargo run {{FLAGS}}

test-w *FLAGS:
  fd .rs | entr -r cargo test {{FLAGS}}

install:
  cargo install --path .