dirsearch icon indicating copy to clipboard operation
dirsearch copied to clipboard

first version of libdirsearch

Open InsaneMiner opened this issue 3 years ago • 7 comments

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 avatar Sep 08 '21 00:09 InsaneMiner

@InsaneMiner How this will be used as a lib? What is the syntax?

shelld3v avatar Sep 08 '21 02:09 shelld3v

@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

InsaneMiner avatar Sep 08 '21 02:09 InsaneMiner

Hello @InsaneMiner

Please join the Slack Channel

https://join.slack.com/t/dirsearch/shared_invite/zt-vg2tsxqe-RtqcPkMnNXu9l9tyybpRnw

maurosoria avatar Sep 09 '21 04:09 maurosoria

Hello @InsaneMiner

Please join the Slack Channel

https://join.slack.com/t/dirsearch/shared_invite/zt-vg2tsxqe-RtqcPkMnNXu9l9tyybpRnw

ok

InsaneMiner avatar Sep 10 '21 10:09 InsaneMiner

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

shelld3v avatar Sep 28 '21 03:09 shelld3v

More about your PR's linting issues can be found here: https://github.com/maurosoria/dirsearch/pull/960/checks?check_run_id=3727897089

shelld3v avatar Sep 28 '21 03:09 shelld3v

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

yeah

InsaneMiner avatar Mar 28 '22 02:03 InsaneMiner