mirror of https://github.com/MISP/PyMISP
be more precise with the supported time indicators
parent
12b3387df1
commit
4138a848ee
14
README.md
14
README.md
|
@ -44,19 +44,13 @@ vim keys.py
|
|||
The API key of MISP is available in the Automation section of the MISP web interface.
|
||||
|
||||
To test if your URL and API keys are correct, you can test with examples/last.py to
|
||||
fetch the events published in the last 10 hours.
|
||||
|
||||
fetch the events published in the last x amount of time (supported time indicators: days (d), hours (h) and minutes (m)).
|
||||
last.py
|
||||
```
|
||||
cd examples
|
||||
python3 last.py -l 10h
|
||||
```
|
||||
|
||||
Other examples:
|
||||
```
|
||||
python3 last.py -l 1w # 1 week
|
||||
python3 last.py -l 5d # 5 days
|
||||
python3 last.py -l 10h # 10 hours
|
||||
python3 last.py -l 5d # 5 days
|
||||
python3 last.py -l 45m # 45 minutes
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue