All Projects → olhoneles → politicos

olhoneles / politicos

Licence: AGPL-3.0 license
API com todos os candidatos Brasileiros!

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to politicos

cia
Citizen Intelligence Agency, open-source intelligence (OSINT) project
Stars: ✭ 79 (+25.4%)
Mutual labels:  open-data, politicians
football-team-flags
Flags from national teams made with css 🏳
Stars: ✭ 19 (-69.84%)
Mutual labels:  brazil, brazilian
rcvis
Understandable visualizations for Ranked-Choice Voting elections: sankey, bargraphs, tabular formats, and automatically-generated videos with text-to-speech using AWS Polly.
Stars: ✭ 13 (-79.37%)
Mutual labels:  elections, candidate
Covid19 Brazil Timeseries
Data collection to analyze the dissemination of COVID-19 through Brazilian states. Contributions are welcome.
Stars: ✭ 43 (-31.75%)
Mutual labels:  brazil, open-data
php-states
Library to provides Brazilian States as Value Objects in PHP
Stars: ✭ 22 (-65.08%)
Mutual labels:  brazil, brazilian
Geodata Br
Free open public domain geographic data of Brazil available in multiple languages and formats.
Stars: ✭ 57 (-9.52%)
Mutual labels:  brazil, open-data
eleicoes2018
🇧🇷 2018 Brazilian Elections written in JS ES6 + TSE API
Stars: ✭ 51 (-19.05%)
Mutual labels:  brazil, elections
Catalogos Dados Brasil
Mapeamento de iniciativas (e catálogos) de dados abertos governamentais no Brasil.
Stars: ✭ 187 (+196.83%)
Mutual labels:  brazil, open-data
transparencia-dados-abertos-brasil
A survey of Brazilian states' and municipalities' transparency and open data portals, as well as institutional websites, obtained from several public data sources. 🇧🇷 Levantamento de portais estaduais e municipais de transparência e dados abertos, bem como os portais institucionais, obtido a partir de diversas fontes públicas de dados.
Stars: ✭ 46 (-26.98%)
Mutual labels:  brazil, open-data
awesome-utrecht-university
A curated list of awesome open source projects from Utrecht University.
Stars: ✭ 31 (-50.79%)
Mutual labels:  open-data
genderBR
Predict gender from Brazilian first names
Stars: ✭ 50 (-20.63%)
Mutual labels:  brazil
Transform-to-Open-Science
Transformation to Open Science
Stars: ✭ 268 (+325.4%)
Mutual labels:  open-data
restatapi
An R package to search and retrieve data from Eurostat database using SDMX
Stars: ✭ 14 (-77.78%)
Mutual labels:  open-data
blog.brasil.io
Blog do Brasil.IO
Stars: ✭ 24 (-61.9%)
Mutual labels:  brazil
vagas
Vagas e empresas que ativamente contratam pessoas desenvolvedoras Clojure no Brasil
Stars: ✭ 75 (+19.05%)
Mutual labels:  brazil
odufrn-downloader
Pacote para baixar os dados do portal de dados abertos da UFRN
Stars: ✭ 31 (-50.79%)
Mutual labels:  open-data
gbptm
API/UI server for the Great British Public Toilet Map
Stars: ✭ 17 (-73.02%)
Mutual labels:  open-data
nfe
Bibliotecas para geração, validação, assinatura e transmissão de XMLs da NFe em Go
Stars: ✭ 20 (-68.25%)
Mutual labels:  brazil
opendata
Open data of Cofacts collaborative fact-checking database
Stars: ✭ 35 (-44.44%)
Mutual labels:  open-data
covid19analysis
COVID-10 Analysis
Stars: ✭ 16 (-74.6%)
Mutual labels:  brazil

Politicos API Build Status

Aqui você vai encontrar os dados, ferramentas e recursos para realizar pesquisas, desenvolver aplicativos, visualizações de dados e muito mais.

Instalação

Temos duas formas para rodar o projeto, via docker compose ou instalando as dependências manualmente.

Clone o repositório:

git clone https://github.com/olhoneles/politicos.git

Docker Compose

Subindo o projeto

cd politicos
docker-compose up

Para coletar os dados do TSE:

docker-compose exec api python collector.py -eh elasticsearch -l info

Para visualizar os dados:

Abra seu navegador e entre no endereço http://localhost:8888

Manualmente

Crie um virtualenv:

cd politicos
mkvirtualenv politicos

Instale as dependências (python):

make setup

Instale o ElasticSearch e o Redis

Para coletar os dados do TSE:

make collect

Inicialize o projeto:

make run

Abra seu navegador e entre no endereço http://localhost:8888

Como Contribuir

Participe da lista de email e também via IRC no canal #olhoneles na Freenode.

Faça uma cópia do repositório e envie seus pull-requests.

Licença

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].