Skip to content

Commit

Permalink
add notes how script can be called
Browse files Browse the repository at this point in the history
  • Loading branch information
DocentSzachista committed Aug 7, 2022
1 parent a95c540 commit 887783b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ As intention of this script was just to automate my search for tournaments in my
```

# How to use it?

## Mailing
Add ``smtpServer.json`` with configurations for smpt server to project directory. Example file contents:
```
Expand Down Expand Up @@ -171,7 +170,10 @@ Example file content:
}
]
```

How the file is called in github actions:
```
python3 ./api/script.py repository ./api/userPreferences.json
```

# requirements.txt content
```
Expand Down

0 comments on commit 887783b

Please sign in to comment.