scrape-it-cli

1.0.2 • Public • Published

$ scrape-it

Support me on Patreon Buy me a book PayPal Ask me anything Version Downloads Get help on Codementor

Buy Me A Coffee

CLI for scrape-it. A Node.js scraper for humans. 🚀

☁️ Installation

You can install the package globally and use it as command line tool:

# Using npm 
npm install --global scrape-it-cli
 
# Using yarn 
yarn global add scrape-it-cli

💡 ProTip: If you want to use this package as module, check out scrape-it—the API version of it.

Then, run scrape-it --help and see what the CLI tool can do.

$ scrape-it --help
Usage: scrape-it [options]

CLI for scrape-it. A Node.js scraper for humans. :rocket:

Options:
  -u, --url <url>        The url to scrape.
  -c, --config <config>  The config path. It should be a js/json file
                         containing the scrape-it schema.
  -h, --help             Displays this help.
  -v, --version          Displays version information.

Examples:
  $ scrape-it -c config.json -u https://ionicabizau.net

Documentation can be found at https://github.com/IonicaBizau/scrape-it-cli#readme.

❓ Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. 🐛
  3. For direct and quick help, you can use Codementor. 🚀

📝 Documentation

For full API reference, see the DOCUMENTATION.md file.

😋 How to contribute

Have an idea? Found a bug? See how to contribute.

💖 Support my projects

I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like 🚀

  • Buy me a book—I love books! I will remember you after years if you buy me one. 😁 📖

  • PayPal—You can make one-time donations via PayPal. I'll probably buy a coffee tea. 🍵

  • Support me on Patreon—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).

  • Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! ❤️

📜 License

MIT © Ionică Bizău

Package Sidebar

Install

npm i scrape-it-cli

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

8.03 kB

Total Files

5

Last publish

Collaborators

  • ionicabizau