Skip to content

Commit 3a4c870

Browse files
authored
Merge pull request #249 from intelowlproject/develop
5.0.1
2 parents 1a5ff68 + e17fd5d commit 3a4c870

File tree

19 files changed

+15
-628
lines changed

19 files changed

+15
-628
lines changed

.github/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## [5.0.1](https://github.com/intelowlproject/pyintelowl/releases/tag/5.0.1)
3+
- Updated documentation
4+
- Removed old endpoints
25

36
## [5.0.0](https://github.com/intelowlproject/pyintelowl/releases/tag/5.0.0)
47
- Fixes for Playbook Analysis

.github/release_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Checklist for creating a new release
22

33
- [ ] Update `CHANGELOG.md` for the new version
4-
- [ ] Change version number in `docs/conf.py`, `pyintelowl/version.py`
4+
- [ ] Change version number in `pyintelowl/version.py`
55
- [ ] Verify CI Tests
66
- [ ] Merge the PR to the `master` branch. **Note:** Only use "Merge and commit" as the merge strategy and not "Squash and merge". Using "Squash and merge" makes history between branches misaligned.
77

.readthedocs.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Robust Python **SDK** and **Command Line Client** for interacting with [IntelOwl
1717
- Choose whether you want to HTTP poll for the analysis to finish or not.
1818
- List all jobs or view one job in a prettified tabular form.
1919
- List all tags or view one tag in a prettified tabular form.
20-
- Tabular view of the `analyzer_config.json` and `connector_config.json` from IntelOwl with RegEx matching capabilities.
2120

2221
## Demo
2322

@@ -51,8 +50,6 @@ Commands:
5150
analyzer-healthcheck Send healthcheck request for an analyzer...
5251
config Set or view config variables
5352
connector-healthcheck Send healthcheck request for a connector
54-
get-analyzer-config Get current state of `analyzer_config.json` from...
55-
get-connector-config Get current state of `connector_config.json` from...
5653
jobs Manage Jobs
5754
tags Manage tags
5855
```
@@ -64,27 +61,18 @@ from pyintelowl import IntelOwl
6461
obj = IntelOwl("<your_api_key>", "<your_intelowl_instance_url>", "optional<path_to_pem_file>", "optional<proxies>")
6562
```
6663

67-
For more comprehensive documentation, please see https://pyintelowl.readthedocs.io/.
64+
For more comprehensive documentation, please see https://intelowlproject.github.io/docs/pyintelowl/.
6865

6966
## Changelog
7067

7168
View [CHANGELOG.md](https://github.com/intelowlproject/pyintelowl/blob/master/.github/CHANGELOG.md).
7269

73-
## FAQ
7470

75-
#### Generate API key
71+
## How to generate an API key
7672

7773
You need a valid API key to interact with the IntelOwl server.
78-
Keys should be created from the admin interface of [IntelOwl](https://github.com/intelowlproject/intelowl): you have to go in the _Durin_ section (click on `Auth tokens`) and generate a key there.
74+
Keys can be created from the "API access" section of the user's menu in the IntelOwl's GUI.
7975

80-
#### Incompatibility after version 3.0
76+
![api_access](static/api_access.png)
8177

82-
We did a complete rewrite of the PyIntelOwl client and CLI both for the version `3.0.0`. We very much recommend you to update to the latest version to enjoy all new features.
83-
84-
#### (old auth method) JWT Token Authentication
85-
86-
> this auth was available in IntelOwl versions <1.8.0 and pyintelowl versions <2.0.0
87-
88-
From the admin interface of IntelOwl, you have to go in the _Outstanding tokens_ section and generate a token there.
89-
90-
You can use it by pasting it into the file [api_token.txt](api_token.txt).
78+
Otherwise, you can create them from the Django Admin Interface of the IntelOwl application with an administration account. Section "Durin" -> "Auth tokens"

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/__init__.py

Whitespace-only changes.

docs/conf.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 104 deletions
This file was deleted.

docs/make.bat

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/pyintelowl.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)