README and config file
This commit is contained in:
parent
3207d2ac4e
commit
3cf1c5a4fa
10
README.md
10
README.md
|
@ -0,0 +1,10 @@
|
|||
# Sipgate CLI
|
||||
This is a small hack to send faxes via the sipgate REST API from the command line.
|
||||
|
||||
## Deployment
|
||||
Add your login credentials to `login_credentials_muster.sh` and rename the file to `login_credentials.sh`
|
||||
|
||||
## Usage
|
||||
`skript.sh <letter.pdf> <recipient>`
|
||||
sipgate doesn't accept pdf files larger than 30 pages or 10MB.
|
||||
For now, `<recipient>` has to be numbers-only, starting with `+49`. It is planned to parse different number formats.
|
5
login_credentials_muster.sh
Normal file
5
login_credentials_muster.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
#Add your sipgate username and password here:
|
||||
SIPUSER=
|
||||
SIPPWD=
|
Loading…
Reference in a new issue