bot-canalplus
Version:
A simple bot that scrap Canal+ job board periodically.
47 lines (29 loc) • 1.24 kB
Markdown
# 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
1. Create an issue using the [issue tracker](https://github.com/ScrapThemAll/scrapjob-bot-canalplus/issues) and describe your idea
2. [Fork it](https://github.com/ScrapThemAll/scrapjob-bot-canalplus#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-bot-canalplus/graphs/contributors) for our
list of contributors.
## License
scrapjob-bot-canalplus is released under version 3.0 of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html).