https://github.com/pointblue/raspar
data scraping tasks
https://github.com/pointblue/raspar
Last synced: 11 months ago
JSON representation
data scraping tasks
- Host: GitHub
- URL: https://github.com/pointblue/raspar
- Owner: pointblue
- Created: 2020-02-02T13:52:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T17:12:03.000Z (about 4 years ago)
- Last Synced: 2025-01-21T23:16:38.792Z (over 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raspar
data scraping tasks.
## Install
`yarn install`
The script can now be run as `node raspar-cli.js [options]`.
## Generating stand-alone binaries
Be sure you have `pkg` installed globally: `sudo npm install -g pkg`.
Run the package script in the current path: `yarn run pkg`
Note: I was only able to get a functional windows binary by building it on a windows machine in the nodejs
command line environment. `pkg . --out-path=dist --targets=node10-win-x64`
Copy the generated binary to you local bin path:
`sudo cp dist/raspar-linux /usr/local/bin/raspar && sudo chmod a+rx /usr/local/bin/raspar`
Now you can just use the command `raspar`
## Run
To view all available commands and their syntax use:
`raspar --help`
To view help for a single command, use:
`raspar noaa-buoy --help`
where `noaa-buoy` is the name of the command you want help for.