Skip to content

Commit

Permalink
bunlde dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
frjcomp committed Mar 5, 2024
1 parent c19297b commit 7dd3f85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The approach is using the search functionality and CQL queries to search for key

# PyPI

Soon
`pip install conkeyscan`

# Run It

Expand Down
2 changes: 1 addition & 1 deletion conkeyscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def main(
:param url: URL of the Confluence instance
:param username: The username of the account to be used
:param password: The according password OR an API key!
:param dict_path: The path to the dictionary file containing the keywords to search for
:param dict_path: The path to the dictionary file containing the keywords to search for, falls back to included dict
:param cql: A custom CQL query which must include KEYWORD_PLACEHOLDER at least once in the string which will be repalced by the keyword
:param disable_ssl_checks: Specify whether to verify SSL/TLS certificates
:param rate_limit: Max requests per second
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"readchar",
"PySocks>=1",
],
entry_points={"console_scripts": ["conkeyscan = conkeyscan:entry_point"]},
package_data={"texts": ["dict.txt"]},
include_package_data=True,
)

0 comments on commit 7dd3f85

Please sign in to comment.