-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ProbivApiPhoneInfo class for searching information by phone number using probivapi.com * Fix code style
- Loading branch information
Showing
17 changed files
with
531 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[MESSAGES CONTROL] | ||
disable = C0413, W1203, W0703, R1710, R0903, R1732, | ||
R0201, W1508, R0801, R0902 | ||
R0201, W1508, R0801, R0902, R0914 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,65 @@ | ||
# gods_eye changelog | ||
|
||
## 1.1.2 | ||
- Changed README | ||
|
||
## 1.1.1 | ||
- Remove unused dependencies | ||
|
||
## 1.1.0 | ||
- Update pipeline | ||
|
||
## 1.0.9 | ||
- Add one_sec_mail tool. | ||
- Update README | ||
|
||
## 1.0.8 | ||
- Add status badge Markdown | ||
|
||
## 1.0.7 | ||
- Fix release job to publish release package. | ||
|
||
## 1.0.6 | ||
- Add pipeline. | ||
Add deploy to PyPI. | ||
Add tests and code check. | ||
|
||
## 1.0.5 | ||
- Pylint check code style | ||
|
||
## 1.0.4 | ||
- `phone_info` modification. | ||
Now the map can be saved in the specified path. | ||
|
||
## 1.0.3 | ||
- Added tools: | ||
- phone_info | ||
Gets country, operator and location by phone number. | ||
|
||
## 1.0.2 | ||
- Added tools: | ||
- pwned | ||
Checks if your password has been compromised in a data breach. | ||
|
||
## 1.0.1 | ||
- Added tools: | ||
- ip_info_finder | ||
This tool works for Domain or IP addresses | ||
|
||
- Added error handler | ||
|
||
## 1.0.0 | ||
- Added tools: | ||
- clickjacking | ||
- exec_shell_command | ||
- http_headers_grabber | ||
- ip | ||
- logger | ||
- nmap_scanner | ||
- robots_scaner | ||
# gods_eye changelog | ||
|
||
## 1.2.0 | ||
|
||
- Add ProbivApiPhoneInfo class for searching information by phone number using probivapi.com | ||
- Fix code style | ||
|
||
## 1.1.2 | ||
- Changed README | ||
|
||
## 1.1.1 | ||
- Remove unused dependencies | ||
|
||
## 1.1.0 | ||
- Update pipeline | ||
|
||
## 1.0.9 | ||
- Add one_sec_mail tool. | ||
- Update README | ||
|
||
## 1.0.8 | ||
- Add status badge Markdown | ||
|
||
## 1.0.7 | ||
- Fix release job to publish release package. | ||
|
||
## 1.0.6 | ||
- Add pipeline. | ||
Add deploy to PyPI. | ||
Add tests and code check. | ||
|
||
## 1.0.5 | ||
- Pylint check code style | ||
|
||
## 1.0.4 | ||
- `phone_info` modification. | ||
Now the map can be saved in the specified path. | ||
|
||
## 1.0.3 | ||
- Added tools: | ||
- phone_info | ||
Gets country, operator and location by phone number. | ||
|
||
## 1.0.2 | ||
- Added tools: | ||
- pwned | ||
Checks if your password has been compromised in a data breach. | ||
|
||
## 1.0.1 | ||
- Added tools: | ||
- ip_info_finder | ||
This tool works for Domain or IP addresses | ||
|
||
- Added error handler | ||
|
||
## 1.0.0 | ||
- Added tools: | ||
- clickjacking | ||
- exec_shell_command | ||
- http_headers_grabber | ||
- ip | ||
- logger | ||
- nmap_scanner | ||
- robots_scaner | ||
- whois_lookup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.