From ca5245e0db669ea894f58873ab4f14f5bad3dff1 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:03:17 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e8cb6bf..578aa51 100644 --- a/README.md +++ b/README.md @@ -39,18 +39,21 @@ A framework for gathering open-source intelligence on GitHub users, repositories - [x] Fetches a user's followers - [x] Checks if user A follows user B - [x] Checks if user is a public member of an organizations -- [x] Returns a user's subscriptions - [x] Gets a user's subscriptions -- [x] Gets a user's events - [x] Searches users - [x] Searches repositories - [x] Searches topics - [x] Searches issues - [x] Searches commits -- [x] Automatically logs network activity (.logs folder) -- [x] User can view, read and delete logs +- [x] Automatically logs network/user activity (.logs folder) +- [x] User can manage logs (view, read, delete) +- [x] Results can be saved to a .csv file (varies) +- [x] User can manage csv files (view, read, delete) - [x] All the above can be used with command-line arguments (PyPI Package only) -- [x] ...And more +- [x] And more... + +# TODO +- [ ] Rewrite the GUI in Visual Basic .NET (in progress) ## Note