Skip to content

jorgercosta/recrutador

 
 

Repository files navigation

Laravel-Portugal "O Recrutador"

Run tests Coverage Status

Installation

Requirements

  • Node.js

Steps to run this project

  1. Clone this repository.
  2. Run npm install
  3. Update the .env file.
  4. Run node src/app.js to check for new jobs and exit.
  5. Run node src/app.js --loop to check for new jobs every x seconds (see FETCHINTERVAL in .env config).

.env

TOKEN

To use a Discord Bot you need an API TOKEN, to create one follow this tutorial (https://discordpy.readthedocs.io/en/latest/discord.html#).

CHANNELID

This Discord Channel Id, to get this id you should active "Developer Mode" in Appearance of your Discord Settings and after right-click the Target Channel and copy the ID.

FETCHINTERVAL

The number of seconds between pulls, please keep it high (you should be fine with at least 30 minutes).

TOKEN_ITJOBS

To use ItJobs API you need an API TOKEN, to request one goto (https://www.itjobs.pt/api).

Testing

This project is fully tested. We have an automatic pipeline and an automatic code quality analysis tool set up to continuously test and assert the quality of all code published in this repository, but you can execute the test suite yourself by running the following command:

Authorize

https://discord.com/oauth2/authorize?client_id=123456789012345678&scope=bot

We aim to keep the master branch always deployable. Exceptions may happen, but they should be extremely rare.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

Please see SECURITY for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

BOT para obter e publicar novas oportunidades de emprego de PHP/Laravel (principalmente), provenientes de várias fontes.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Shell 1.0%