Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 2.23 KB

README.md

File metadata and controls

59 lines (33 loc) · 2.23 KB

Mantis Code Bot

Este projeto tem como finalidade fazer um scrap de vagas do site programathor e utilizar a API do Discord para fazer o envio destas vagas para o canal de vagas do discord da mantis code, sendo possível usar comandos para filtrar as vagas Junior e Plenos ou categorias como CLT ou PJ.

Instalação

Faça a ativação da API do discord conforme o passo a passo no site https://discord.com/developers/docs/getting-started. Ao final da ativação instale os pacotes necessários e no arquivo .env.example você devera configurar conforme no site.

Rode o comando

  npm install

Rode o comando em seguida

  npm start

Contribuindo

Fique livre para contribuir, os modulos essências utilizados são Discord.js e Cheerio

Leia as documentações destes modulos e fique livre para solicitar sua ideia ou acrescentar alguma alteração neste código, acrescentando scrap para um outro site ou quaisquer alterações uteis que estejam dentro do objetivo do código.

#########################################################################

Mantis Code Bot

The purpose of this project is to make a scrap of vacancies from the programathor website and use the Discord API to send these vacancies to the discord vacancies channel of mantis code, being possible to use commands to filter the vacancies Junior and Full vacancies or categories vacancies as employee or independent contractor.

Installation

Activate the discord API according to the step by step on the website https://discord.com/developers/docs/getting-started. At the end of the activation, install the necessary packages and in the .env.example file you must configure according to the website.

Run the command

  npm install

Then run the command

  npm start

Contributing

Feel free to contribute, the essential modules used are Discord.js e Cheerio

Read the documentation for these modules and feel free to request your idea or add any changes to this code, adding scrap for another site or any useful changes that are within the scope of the code.