{"id":18737392,"url":"https://github.com/murilobsd/crawlcps","last_synced_at":"2025-06-13T07:04:28.325Z","repository":{"id":75172918,"uuid":"61567846","full_name":"murilobsd/crawlcps","owner":"murilobsd","description":"crawler para vagas no cps","archived":false,"fork":false,"pushed_at":"2016-06-22T20:28:58.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T07:03:41.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/murilobsd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-06-20T17:42:51.000Z","updated_at":"2016-06-20T18:12:31.000Z","dependencies_parsed_at":"2023-06-05T15:30:18.578Z","dependency_job_id":null,"html_url":"https://github.com/murilobsd/crawlcps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/murilobsd/crawlcps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murilobsd%2Fcrawlcps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murilobsd%2Fcrawlcps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murilobsd%2Fcrawlcps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murilobsd%2Fcrawlcps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murilobsd","download_url":"https://codeload.github.com/murilobsd/crawlcps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murilobsd%2Fcrawlcps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259599313,"owners_count":22882350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T15:25:00.025Z","updated_at":"2025-06-13T07:04:28.273Z","avatar_url":"https://github.com/murilobsd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crawlercps lab804\n\n![](logo/logo.jpg)\n\n## Introdução\n\nSimples crawler para checar se existem novas vagas no Centro Paulo Souza.\n\nO crawler foi desenvolvido na versão **2.7.11** do python.\n\n## Instalando python\n\n### Linux\n```bash\n$ sudo apt-get update\n$ sudo apt-get install python-dev python-setuptools\n```\n\n### Windows\n- [https://www.python.org/ftp/python/2.7.11/python-2.7.11.amd64.msi](Download)\n- [http://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-7](Adicionando ao Path)\n- Abra o cmd e digite **python**\n\n\n## Instalando as dependências\n\n\n### Linux\n```bash\n# diretorio do projeto\n$ pip install -r req.txt\n```\n\n### Windows\n```bash\npip install -r req.txt\n```\n\n## Configuração\nExiste o arquivo **conf.json** alguns dados são essenciais para notificação.\n\n```json\n{\n  \"periodo\": 604800,\n  \"url\": \"http://cpssitevm.cloudapp.net/dgsdad/SelecaoPublica/ETEC/ConcursoDocente/Inscricoesabertas.aspx\",\n  \"notificacao\": \"\",\n  \"classtable\": \"table\",\n  \"backup\": \"backup.txt\",\n  \"email\": \"\",\n  \"password\": \"\"\n}\n\n- Periodo: está em segundo se corresponde uma checagem a cada 7 dias.\n- notificacao: para qual email será enviado as notificacoes de novas vagas.\n- email: conta de email no gmail para envio\n- password: respectiva senha do email acima.\n- backup: ficara uma copia na maquina local para comparar as alteracoes.\n- classtable: para localizar a table no html\n```\n\n## Rodando\n\n### Linux\n```bash\n$ python main.py -j conf.json\n```\n\n### Windows\n```bash\npython main.py -j conf.json\n```\n\n## Dúvidas\n```bash\npython main.py -h\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurilobsd%2Fcrawlcps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurilobsd%2Fcrawlcps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurilobsd%2Fcrawlcps/lists"}