data-science-at-the-command-line icon indicating copy to clipboard operation
data-science-at-the-command-line copied to clipboard

A standalone version of scrape

Open aborruso opened this issue 6 years ago • 2 comments

Hi, I have created (with pyinstaller) a standalone version of scrape, because I need it in a python 3 PC https://github.com/aborruso/scrape-cli/releases

Scrape is a great tool, thank you to its author

aborruso avatar Nov 29 '18 22:11 aborruso

Nice! Do you plan to turn this into a proper Python package?

jeroenjanssens avatar Nov 30 '18 12:11 jeroenjanssens

Hi @jeroenjanssens in this moment I'm able only to do a bin file, an executable, to run via command line in Linux environment.

My goals was to use it both in Python 2 and 3, and to build a self-consistent cli app has been the better solution (for me).

To build a proper Python package, I must study a lot :) Do you have a guide to suggest?

Thank you

aborruso avatar Nov 30 '18 12:11 aborruso