[![license](https://img.shields.io/badge/license-GPLv3-green.svg?style=flat-square)](https://raw.githubusercontent.com/ScrapThemAll/scrapjob-cli/master/README.md) # scrapjob-cli A command-line for running scrapjob bots. ## Requirements Install Typescript first : npm install -g typescript Then install dependencies & typings : npm install typings -g ## Install & Build 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 ## Contributing 1. Create an issue using the [issue tracker](https://github.com/ScrapThemAll/scrapjob-cli/issues) and describe your idea 2. [Fork it](https://github.com/ScrapThemAll/scrapjob-cli#fork) 3. Create your feature branch : `git checkout -b my-new-feature` 4. Commit your changes : `git commit -am 'Add some feature'` 5. Publish the branch : `git push origin my-new-feature` 6. Create a new Pull Request ## Contributors Please see the full [Contributors Graph](https://github.com/ScrapThemAll/scrapjob-cli/graphs/contributors) for our list of contributors. ## License scrapjob-cli is released under version 3.0 of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html).