22 Commits

Author SHA1 Message Date
George Mallard
e998099024
Update utils.py to get_cli_input Line 192
Changed sys.stdin.readline().strip() to sys.stdin.read().strip() to allow multiple line input.
2024-02-12 05:20:39 -06:00
Daniel Miessler
554a3604df Add client dir. 2024-02-11 23:31:08 -08:00
Daniel Miessler
afd8ac986d Added installation note. 2024-02-11 23:20:39 -08:00
xssdoctor
b425b12939
Update utils.py
fixed something else
2024-02-11 13:36:36 -05:00
xssdoctor
4c09fa3769
Update fabric.py
fixed an error
2024-02-11 13:32:52 -05:00
George Mallard
e0683024c1
Update utils.py with a class to transcribe YouTube Videos
Added Class Transcribe with method youtube which accepts a video id as a parameter.  Returns the transcript.
2024-02-11 11:13:20 -06:00
George Mallard
7ce6d7102f
Update fabric.py to work with standalone.get_cli_input()
For compatibility with Visual Studio Community Edition
2024-02-10 07:08:55 -06:00
George Mallard
8fad5a12a0
Update utils.py - This is a utility function standalone.get_cli_input()
This function adds compatibility to Visual Studio Community edition.
2024-02-10 07:05:52 -06:00
agu3rra
688886451f fabric as a CLI; poetry for dep management with latest versions; gitignore re-added 2024-02-09 09:52:07 -03:00
Daniel Miessler
ddfe247bce Unscrewed the repo. 2024-02-08 12:54:42 -08:00
Daniel Miessler
2a5b9d3a95 Made analyze_prose more stringent. 2024-02-08 12:34:28 -08:00
Gilgamesh555
5657eb4bf2 update model list to api dynamic response based on user key 2024-02-06 14:37:15 -04:00
Gilgamesh555
a01a7b4cd3 Merge branch 'main' into cli-model-version 2024-02-06 09:16:05 -04:00
Gilgamesh555
086cfbc239 add model and list-model to args 2024-02-06 09:09:39 -04:00
Daniel Miessler
fd1dcdccd3 Updating some help info on the client. 2024-02-03 14:20:37 -08:00
Daniel Miessler
add3699c9e Updated patterns update message. 2024-02-03 14:11:50 -08:00
Daniel Miessler
21a8a3af73 Fixed Python path in client. 2024-02-03 14:09:16 -08:00
jad2121
a2a84ef22e added --setup 2024-02-03 10:37:19 -05:00
Daniel Miessler
c3e80f12b6 Updating the readme. 2024-02-03 02:03:05 -08:00
Jonathan Dunn
fba34371af minor change 2024-02-02 10:41:27 -05:00
Jonathan Dunn
cf7341fe2c fixed --update 2024-02-02 10:19:12 -05:00
Jonathan Dunn
0b7f7e4fbe Updated the standalone app 2024-02-02 10:11:56 -05:00