Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syrflover committed Jul 6, 2024
1 parent 44f682e commit 23fb651
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# transmission-rss

## installation and example usage

### from source

```sh
git clone git@github.com:syrflover/transmission-rss.git
cargo install --path ./transmission-rss

export TRANSMISSION_URL=http://localhost:9091/transmission/rpc
export CHANNELS_CONFIG_URL=https://raw.githubusercontent.com/syrflover/syrflover/master/transmission-rss-channels.yaml

# run for one time
transmission-rss
```

### from dockerhub

```sh
# run for one time
docker run -t \
-e TRANSMISSION_URL=http://localhost:9091/transmission/rpc \
-e CHANNELS_CONFIG_URL=https://raw.githubusercontent.com/syrflover/syrflover/master/transmission-rss-channels.yaml \
syrlee/transmission-rss:0.1.0
```

## configuration

[example](https://github.com/syrflover/syrflover/blob/master/transmission-rss-channels.yaml)

0 comments on commit 23fb651

Please sign in to comment.