mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-13 13:58:34 +03:00
Update octosuite.py
This commit is contained in:
@@ -74,6 +74,8 @@ def configure_logging():
|
|||||||
# if it does, it means the program is up-to-date.
|
# if it does, it means the program is up-to-date.
|
||||||
# If it doesn't match, notify the user about a new release
|
# If it doesn't match, notify the user about a new release
|
||||||
def check_updates():
|
def check_updates():
|
||||||
|
global markdown_release_notes
|
||||||
|
|
||||||
response = requests.get("https://api.github.com/repos/bellingcat/octosuite/releases/latest").json()
|
response = requests.get("https://api.github.com/repos/bellingcat/octosuite/releases/latest").json()
|
||||||
if response['tag_name'] == version_tag:
|
if response['tag_name'] == version_tag:
|
||||||
pass
|
pass
|
||||||
@@ -202,14 +204,12 @@ def about():
|
|||||||
|
|
||||||
An advanced and lightning fast framework for gathering open-source intelligence on GitHub users and organizations.
|
An advanced and lightning fast framework for gathering open-source intelligence on GitHub users and organizations.
|
||||||
|
|
||||||
|
|
||||||
Whats new in v{version_tag}?
|
|
||||||
[{green}IMPROVED{reset}] Minor improvements
|
|
||||||
|
|
||||||
Read the wiki: https://github.com/bellingcat/octosuite/wiki
|
Read the wiki: https://github.com/bellingcat/octosuite/wiki
|
||||||
GitHub REST API documentation: https://docs.github.com/rest
|
GitHub REST API documentation: https://docs.github.com/rest
|
||||||
|
|
||||||
"""
|
"""
|
||||||
xprint(about_text)
|
xprint(about_text)
|
||||||
|
xprint(markdown_release_notes)
|
||||||
|
|
||||||
|
|
||||||
def get_email_from_contributor(username, repo, contributor):
|
def get_email_from_contributor(username, repo, contributor):
|
||||||
|
|||||||
Reference in New Issue
Block a user