shepherdjay / ipfromwebpage

Simple script that scrapes a web page for IP addresses and prints aggregate result.
MIT License
2 stars 6 forks source link

Package ipfromwebpage with an executable #9

Closed shepherdjay closed 7 years ago

shepherdjay commented 7 years ago

I want to make it easier to install and run ipfromwebpage via a pip installable.

shepherdjay commented 7 years ago

Initial package structure was converted to in pull #8 but not sure how to proceed as far as doing the following:

chuckyz commented 7 years ago

Do you want an executable (e.g.: like what pyinstaller or cx_freeze give you), or something on PATH so you can just pip install ipfromwebpage and then run > ipfromwebpage [...] ?

shepherdjay commented 7 years ago

Hey @chuckyz looking for something on PATH so the user experience can be straightforward

This is the first project I'm trying to actually package for deployment correctly