Skip to content

Commit 2e92d34

Browse files
committed
Update readme
1 parent f38c604 commit 2e92d34

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Then run
1010
pip install -r requirements.txt
1111
```
1212

13-
## Usage
13+
## Basic Usage
1414
To save a snapshot of the binance account run:
1515
```bash
1616
python main.py snapshot
@@ -20,14 +20,16 @@ To show the previously saved snapshots
2020
python main.py output # --help for options
2121
```
2222

23-
### Deployment
23+
## Deployment
2424
One can use crontab to use this code:
2525
```cron
2626
0 * * * * cd [FOLDER] ; python3 main.py snapshot
2727
2 19 * * * cd [FOLDER] ; python3 main.py output [OPTIONS]
2828
```
2929
To have a snaphsot made every hour and a report made every day at 19:02.
3030

31+
The output can be sent to an external service, that can be configured with the APPRISE_URL parameter. See [here](https://github.com/caronc/apprise/wiki) to choose your external service and to create your APPRISE_URL. Please use a service that supports attachment, in order to send images. Recommended services : [Discord](https://github.com/caronc/apprise/wiki/Notify_discord), [Telegram](https://github.com/caronc/apprise/wiki/Notify_telegram) or [Email](https://github.com/caronc/apprise/wiki/Notify_email).
32+
3133
## Output example
3234
Plot `EOS` *equivalent* holdings:
3335
```bash

0 commit comments

Comments
 (0)