Skip to content

Commit

Permalink
Update README.md (#23)
Browse files Browse the repository at this point in the history
Added .env example
  • Loading branch information
Icare2000 authored Jan 7, 2024
1 parent 056fbc9 commit 72eb988
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,16 @@ This method requires a valid session cookie obtained from an authenticated brows
1. ```
source .env
go run main.go "$CARDID" "$COOKIE" > data/export.csv
go run main.go "$VISECA_CARD" "$VISECA_SESS" > data/export.csv
```
## Example .env
```
VISECA_SESS=AL_SESS-S=xxxxxxxxxxxxxxxyyyyyy
VISECA_CARD=443592xxxxxxxxxx
```
## Example Output
```csv
Expand Down

0 comments on commit 72eb988

Please sign in to comment.