Add README
This commit is contained in:
parent
129093bda8
commit
4fd8c42b9f
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Auto confirm TGVMax travels
|
||||
|
||||
## How to ?
|
||||
|
||||
1. Copy `src/example_config.py` to `src/config.py`
|
||||
2. Fill in the blanks
|
||||
3. Use the following python code: (within `python -i src/main.py`)
|
||||
```py
|
||||
travels = [Travel(i) for i in r_to_data(travel_consultation(s, headers))]
|
||||
travels[0].confirm(s, headers)
|
||||
```
|
||||
|
||||
However, the response from the server is the same if the travel is successfully validated or not, but I didn't had any issue for now. Be sure to check if you receive any mail warning that it is not confirmed !
|
Loading…
Reference in New Issue
Block a user