Commit Graph

189 Commits

Author SHA1 Message Date
AccentuSoft
0094c2e9ff Improved json code for Whats_My_Name.py, and update web_accounts_list.json 2022-02-17 23:45:38 +02:00
AccentuSoft
4a3cabdc67 Changed logging: LinkScope now has its own logger, and disables logging from the root logger by default. 2022-02-17 21:03:57 +02:00
AccentuSoft
83ab26c7b8 Added more error handling for regex find operations, and added 'Regex' to the 'Find' popups. 2022-02-17 20:37:09 +02:00
AccentuSoft
811157d856 Remove video thumbnails from VKontakteUser.py 2022-02-17 20:33:46 +02:00
AccentuSoft
3e12426d32 Bug fixes. 2022-02-17 20:17:03 +02:00
AccentuSoft
c8190401cf Improvements to SNSCrape module:
Improved TwitterUser.py
Added VKontakteUser.py
Renamed the module's XML file to something more appropriate.
2022-02-17 18:17:51 +02:00
AccentuSoft
6313615780 Small improvements regarding how resolution results are handled. 2022-02-17 17:49:08 +02:00
AccentuSoft
8d843133de Improve SNScrape twitter user info extraction. Rework financial entities. Remove redundant resolution 'name' fields from resolutions. 2022-02-17 02:50:07 +02:00
AccentuSoft
f859a01a0d Fix bug with timezones on SNScrape TwitterUser.py resolution. 2022-02-16 16:57:17 +02:00
AccentuSoft
08135ef787 Make snscrape module inclusion into '--collect-all' instead of '--hidden-import' 2022-02-16 15:18:56 +02:00
AccentuSoft
4f020d4945 Improving the security and safety guidelines. 2022-02-16 14:35:36 +02:00
AccentuSoft
086e882a1a Updated buildWin.bat for the latest version of playwright. 2022-02-16 14:18:12 +02:00
AccentuSoft
1fef53fac1 Modified name of 'Twitter' module: Is now 'Tweepy'.
Started adding 'SNScrape' module - added getting tweets by user.

Also: Made it so users don't have to specify the 'Resolution' and 'Notes' fields in the Resolution JSON for resolution output (although it is *recommended* that they do)
2022-02-16 14:12:10 +02:00
AccentuSoft
3ea5fab9fe Added downloading websites, screenshotting websites, and saving the contents of the 'Notes' field to file. 2022-02-15 00:28:39 +02:00
AccentuSoft
08d9d9c2b7 Revamped how Entities are defined, to add validation when the user edits them. Resolutions are assumed to know what they are doing. 2022-02-12 22:16:20 +02:00
AccentuSoft
967f62a238 Added preview for image files & changed the logic for DockBarTwo's layout slightly. 2022-02-11 22:30:49 +02:00
AccentuSoft
62d9fc3ab2 Small bug fix for when things go wrong when adding new entities. 2022-02-10 16:05:01 +02:00
AccentuSoft
f0fbe8e6e3 Update web_accounts_list.json for Username_Crosscheck module 2022-02-10 15:57:57 +02:00
AccentuSoft
f2d123ad90 Minor adjustments to some resolutions. 2022-02-10 11:37:54 +02:00
AccentuSoft
7e63d9c956 Add resolution for finding when a TikTok video was published, and who published it. 2022-02-10 11:07:46 +02:00
AccentuSoft
682c785ca3 Small amendment to GetWebsiteBody.py 2022-02-10 10:57:15 +02:00
AccentuSoft
248810f184 Merge branch 'main' of https://github.com/AccentuSoft/LinkScope_Client into main 2022-02-09 20:41:13 +02:00
AccentuSoft
771335e69d Fix some bugs and update Reddit.py resolution. 2022-02-09 20:40:00 +02:00
AccentuSoft
2fd2de613c Fix bug with software crashing if resolutions throw exceptions - threads should not be handling graphics. 2022-02-09 19:26:20 +02:00
AccentuSoft
d5d4b0eb69 Update README.md
Made installation instructions more verbose for Ubuntu & derivatives
2022-02-09 15:25:52 +02:00
AccentuSoft
e4e334c7cf Update SECURITY.md
Update software version in SECURITY.md
2022-02-09 12:02:21 +02:00
AccentuSoft
19fe946127 README.md formatting changes & changes to reflect updates in the software 2022-02-08 23:16:52 +02:00
AccentuSoft
7e37a803cd Update README.md
Graphing logic was changed, and is now the same on both platforms.

Changed installation section to reflect updated installation instructions.
2022-02-08 23:13:37 +02:00
AccentuSoft
b16072cb9e Resolution descriptions now shown when resolutions are ran without entities as input. Improved resolution descriptions for core resolutions. v1.0.0 2022-02-06 11:59:01 +02:00
AccentuSoft
0e744f0cc8 Added more signatures to functions and introduced more verification to catch and handle edge cases. 2022-02-04 06:15:16 +02:00
AccentuSoft
5fa1054bbf Small optimizations, removing some redundant code and handling some edge cases with server projects. 2022-02-04 05:37:18 +02:00
AccentuSoft
e113561cb1 Added exception handling for showing node details on DockBarTwo 2022-02-03 00:48:25 +02:00
AccentuSoft
27a7ba8171 Correct Icon file name for OpenCorporate.xml 2022-02-03 00:33:21 +02:00
AccentuSoft
4c813b73a1 Dereference lists and dicts in loops where their elements may be removed during execution. 2022-02-03 00:30:58 +02:00
AccentuSoft
2cb2d91f13 Fix some stylesheet issues. Allow user to export image of entire canvas. 2022-02-02 20:31:07 +02:00
AccentuSoft
8227de5efb Small adjustment to Stylesheets.py to make the tabs pop out more. 2022-02-02 12:57:57 +02:00
AccentuSoft
3c13bbf695 When importing links, automatically create any nodes that don't already exist.
This might be made into a toggleable option in the future.
2022-02-02 11:13:41 +02:00
AccentuSoft
862adc912a Show number of nodes and links selected on DockBar Two. 2022-02-01 22:51:42 +02:00
AccentuSoft
88028c43a4 Update existing entities when importing data from file. 2022-02-01 22:00:07 +02:00
AccentuSoft
0e4a832ddf Removed unused import.
Added autosave functionality. Projects will autosave every 10 minutes by default.
2022-02-01 13:52:37 +02:00
AccentuSoft
2bb2634f70 Adjust multiplication factors for node distances for massive graphs. 2022-02-01 11:37:00 +02:00
AccentuSoft
ffe84ab27c Adjusted caching for Entity objects 2022-02-01 10:19:05 +02:00
AccentuSoft
06dcfd8c0b Disable caching for links.
Drawing takes a bit longer when everything has to be recalculated, but the whole software feels smoother and looks better.
2022-02-01 07:21:52 +02:00
AccentuSoft
8f632fde2c Add more entities 2022-02-01 07:16:53 +02:00
AccentuSoft
3e875fc2a7 Make links easier to click 2022-02-01 05:39:00 +02:00
AccentuSoft
e2f26be484 Update web accounts list 2022-02-01 04:21:42 +02:00
AccentuSoft
0fca572534 Slight improvements to linking 2022-01-31 18:15:10 +02:00
AccentuSoft
1676b67f9c Bug fixes with installer & finalizing functions. 2022-01-31 17:07:37 +02:00
AccentuSoft
8681163cee Small bug fix + added warning and multiple tries for sudo password. 2022-01-30 22:23:33 +02:00
AccentuSoft
4115050e43 Small bug fixes for installer. 2022-01-30 22:01:05 +02:00