bot-canalplus
v1.1.2
Published
A simple bot that scrap Canal+ job board periodically.
Downloads
3
Readme
scrapjob-bot-canalplus
A simple bot that scrap Canal+ job board periodically.
Requirements
Install Typescript first :
npm install -g typescript
Then install typings :
npm install typings -g
typings install
Install & Build
Clone the repository and run the bot :
git clone https://github.com/ScrapThemAll/scrapjob-bot-canalplus.git
npm run build
npm start
Examples
This example will render JSON objects sended by the bot.
node examples/client.ts
Contributing
- 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
Contributors
Please see the full Contributors Graph for our list of contributors.
License
scrapjob-bot-canalplus is released under version 3.0 of the GNU General Public License.