Ryan Balfanz
a99a028cef
Use ConfigParser to parse user config file
...
This fixes a bug caused by extra characters (e.g. newline) leading to an invalid `~/.config/fabric.env`. A newline should be allowed yet causes an exception to be raised with a traceback pointing elsewhere in the code. This could be difficult to fix for some users.
```shell
Traceback (most recent call last):
File "/Users/ryan/fabric/client/fabric", line 68, in <module>
standalone.sendMessage(text)
File "/Users/ryan/fabric/client/utils.py", line 100, in sendMessage
print(response)
^^^^^^^^
UnboundLocalError: cannot access local variable 'response' where it is not associated with a value
```
1 year ago
Jonathan Dunn
fba34371af
minor change
1 year ago
Jonathan Dunn
0b59ecc0f7
fixed a typo
1 year ago
Jonathan Dunn
cf7341fe2c
fixed --update
1 year ago
Jonathan Dunn
0b7f7e4fbe
Updated the standalone app
1 year ago
Daniel Miessler
3126930150
Readme update.
1 year ago
Daniel Miessler
cdf760eeb8
Client docs update.
1 year ago
Daniel Miessler
1e6a7ed491
Some icon stuff.
1 year ago
Daniel Miessler
39b6491234
Hitcount badge.
1 year ago
Daniel Miessler
b5c099f2b5
Some icon stuff.
1 year ago
Daniel Miessler
0a0d4b739c
Some icon stuff.
1 year ago
Daniel Miessler
ca86a0b964
More README restructuring.
1 year ago
Daniel Miessler
84c3102fbd
Readme restructuring.
1 year ago
Daniel Miessler
9e6e2530fe
More documentation updates.
1 year ago
Daniel Miessler
2d05a927f4
Move documentation updates.
1 year ago
Daniel Miessler
8d33605926
Move documentation updates.
1 year ago
Daniel Miessler
1b8938a365
Some formatting cleanup.
1 year ago
Daniel Miessler
4ab1429386
Updated docs links.
1 year ago
Daniel Miessler
3bec330732
Added Quickstart and a patterns screenshot.
1 year ago
Daniel Miessler
86a7bd352c
Moved standalone client examples under /client.
1 year ago
Daniel Miessler
c36b375c07
Updated main docs with Quickstart.
1 year ago
Daniel Miessler
5df442276b
Added an early version of the main client. Still buggy. Let us know what issues you have.
1 year ago
Daniel Miessler
6704da5f2f
Updated extract_wisdom to be a compound word.
1 year ago
Daniel Miessler
8471a61b66
Some additional documentation and instructions.
1 year ago
Daniel Miessler
a330fd0644
Added some additional documentation, but the real stuff will come with a usage GIF of the universal client.
1 year ago
Daniel Miessler
0608e3d660
Added some additional documentation, but the real stuff will come with a usage GIF of the universal client.
1 year ago
Daniel Miessler
8c6aa767ad
Added more examples.
1 year ago
Daniel Miessler
3f380b9540
Added link to Bombal video
1 year ago
Daniel Miessler
09673e6b42
Merge pull request #20 from eliot-akira/fix-markdown-typo
...
Fixed bold formatting.
1 year ago
Daniel Miessler
e2ae76d24a
Added an input section to the bottom of extract_wisdom.
1 year ago
Daniel Miessler
da8735555c
Fixed confusing language in prompt.
1 year ago
Daniel Miessler
57fb5786fa
Updated prompt to be more liberal.
1 year ago
Daniel Miessler
860dbfae5d
Updated prompt to be more liberal.
1 year ago
Daniel Miessler
6e387f0db6
Added explain_docs.
1 year ago
eliot-akira
ec32390f05
Fix typo in Markdown bold
1 year ago
Daniel Miessler
81c5bff22f
Merge pull request #8 from eltociear/patch-1
...
Fixed typo, thank you.
1 year ago
Daniel Miessler
f31beb74ce
Merge pull request #12 from YourPCChris/patch-1
...
Fixed typo.
1 year ago
Daniel Miessler
d62bfa2d03
Merge pull request #14 from sbehrens/bugfix/install
...
Fixes file pointer and adds a requirements dependency.
1 year ago
Scott Behrens
d85691e257
fixes apikey bug in client code
1 year ago
Scott Behrens
9951bd792d
adds missing requirement flask
1 year ago
Christopher Bennett
ce41a2788d
Update README.md
...
Miss Click?
1 year ago
Ikko Eltociear Ashimine
781a7bb9bb
Update README.md
...
ouptut -> output
1 year ago
Daniel Miessler
12f788e303
Added note to top of project about early release.
1 year ago
Daniel Miessler
773ba78b78
Fixed extwis path in readme.
1 year ago
Daniel Miessler
8502e55076
Added Jonathan Dunn to the credits for his speactular work on the soon-to-be released standalone client.
1 year ago
Daniel Miessler
ce605eccf8
Added more analysis to analyze_claims.
1 year ago
Daniel Miessler
99fa8d5192
Added analyze_claims, in hopes that it might help us in 2024.
1 year ago
Daniel Miessler
408764611a
Updated tagline.
1 year ago
Daniel Miessler
79c77cc322
Updated extract_sponsors.
1 year ago
Daniel Miessler
8838508fc2
Updated extract_sponsors.
1 year ago