xnl-h4ck3r / waymore

Find way more from the Wayback Machine, Common Crawl, Alien Vault OTX, URLScan & VirusTotal!
MIT License
1.68k stars 193 forks source link

FR: Add setuptools Entry Points Config #40

Closed CoreyD97 closed 7 months ago

CoreyD97 commented 7 months ago

First of all, great tool! Though, something I'd like to see is a configuration that allows the tool to be easily called from any directory. I know I can alias the tool or add it to the path, but this FR would hopefully be better for all users.

The tool is already using setuptools, so I don't think too much work would be needed to configure it to have Entry Points.

Another added bonus is that with this change, the package could be pushed to PyPI and therefore easily installed via pip.

xnl-h4ck3r commented 7 months ago

Hi @CoreyD97. Thanks, and you're right that would make it much better. I'll try to get this sorted soon

xnl-h4ck3r commented 7 months ago

Hi @CoreyD97. v3.0 is now available and you can install with pip using pip install git+https://github.com/xnl-h4ck3r/waymore.git (plus other changes). I haven't added that to PyPi yet, but will sort that part later (not really sure how I do that yet, but thought I'd get this bit done).

CoreyD97 commented 7 months ago

Awesome work dude, you rock!

xnl-h4ck3r commented 7 months ago

Thank you!!