A command-line for running scrapjob bots.
Install Typescript first :
npm install -g typescript
Then install dependencies & typings :
npm install typings -g
Clone the repository and run the bot :
git clone https://github.com/ScrapThemAll/scrapjob-cli.git
npm install
typings install
npm run build
npm start
- Create an issue using the issue tracker and describe your idea
- Fork it
- Create your feature branch :
git checkout -b my-new-feature - Commit your changes :
git commit -am 'Add some feature' - Publish the branch :
git push origin my-new-feature - Create a new Pull Request
Please see the full Contributors Graph for our list of contributors.
scrapjob-cli is released under version 3.0 of the GNU General Public License.