This repository has been archived on 2020-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
py-gva/README.md

15 lines
249 B
Markdown
Raw Normal View History

2020-11-13 20:18:16 +01:00
## Just a few GVA examples usage in python.
2020-11-13 21:18:50 +01:00
**Requierement**:
```
2020-11-14 18:47:42 +01:00
pip3 install -r requirements.txt
2020-11-13 21:18:50 +01:00
chmod u+x pay.py
```
### Usage exemple:
**Send a payment**:
2020-11-13 20:18:16 +01:00
```
./pay.py Do99s6wQR2JLfhirPdpAERSjNbmjjECzGxHNJMiNKT3P 314 "Merci pour la pipe"
```