dirsearch
dirsearch copied to clipboard
first version of libdirsearch
Description
What will it do? This is the first version of the libdirsearch. This allows you to use dirsearch as a lib. This is the first version so i have not made it perfect. If anyone has ideas what i should add then please make a new issue. If this PR will fix an issue, please address it: Fix #{issue}
Requirements
- [x] Add your name to
CONTRIBUTERS.md
- [x] If this is a new feature, then please add some additional information about it to
CHANGELOG.md
@InsaneMiner How this will be used as a lib? What is the syntax?
@shelld3v this is a example file https://github.com/maurosoria/dirsearch/blob/73efa355a1a9bdd32c42ab410533ff984b882051/example/libs_example.py
If you don't like it i can change it
Hello @InsaneMiner
Please join the Slack Channel
https://join.slack.com/t/dirsearch/shared_invite/zt-vg2tsxqe-RtqcPkMnNXu9l9tyybpRnw
Hello @InsaneMiner
Please join the Slack Channel
https://join.slack.com/t/dirsearch/shared_invite/zt-vg2tsxqe-RtqcPkMnNXu9l9tyybpRnw
ok
Hi, can we move stuff inside libdirsearch.py
to dirsearch.py
? In case __name__ == "__main__"
, we call the Program
class (for console usage); otherwise, use it as a lib
More about your PR's linting issues can be found here: https://github.com/maurosoria/dirsearch/pull/960/checks?check_run_id=3727897089
Hi, can we move stuff inside
libdirsearch.py
todirsearch.py
? In case__name__ == "__main__"
, we call theProgram
class (for console usage); otherwise, use it as a lib
yeah