Aqui você vai encontrar os dados, ferramentas e recursos para realizar pesquisas, desenvolver aplicativos, visualizações de dados e muito mais.
Temos duas formas para rodar o projeto, via docker compose ou instalando as dependências manualmente.
git clone https://github.com/olhoneles/politicos.git
cd politicos
docker-compose up
docker-compose exec api python collector.py -eh elasticsearch -l info
Abra seu navegador e entre no endereço http://localhost:8888
Crie um virtualenv:
cd politicos
mkvirtualenv politicos
make setup
make collect
make run
Abra seu navegador e entre no endereço http://localhost:8888
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.
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/.