All Projects → gilsondev → buscaimoveis

gilsondev / buscaimoveis

Licence: other
Agregador de anúncios de imóveis a venda

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to buscaimoveis

roundup
un-official mirror of http://hg.code.sf.net/p/roundup/code -- used for CI. Please visit https://issues.roundup-tracker.org for finding starter issues or log new issues.
Stars: ✭ 20 (+33.33%)
Mutual labels:  jinja2
Python-MongoDB-Example
A Live working Example Application of Python, Qt, PySide2, MongoDB, PyMongo, QTreeView, QAbstractTableModel
Stars: ✭ 41 (+173.33%)
Mutual labels:  pymongo
jinja2-git
Jinja2 extension to handle git-specific things
Stars: ✭ 12 (-20%)
Mutual labels:  jinja2
pipen
pipen - A pipeline framework for python
Stars: ✭ 82 (+446.67%)
Mutual labels:  jinja2
quart-motor
Motor support for Quart applications
Stars: ✭ 14 (-6.67%)
Mutual labels:  pymongo
ansible-avd
Ansible Arista Validated Design
Stars: ✭ 134 (+793.33%)
Mutual labels:  jinja2
Ming
MongoDB ODM (Object Document Mapper) with Unit of Works, IdentityMap, Relations and Mongo-In-Memory implementation
Stars: ✭ 19 (+26.67%)
Mutual labels:  pymongo
voldemort
A simple static site generator using Jinja2 and Markdown templates.
Stars: ✭ 48 (+220%)
Mutual labels:  jinja2
Deploy-ML-model
No description or website provided.
Stars: ✭ 57 (+280%)
Mutual labels:  pymongo
lbuild
lbuild: a generic, modular code generator in Python 3
Stars: ✭ 22 (+46.67%)
Mutual labels:  jinja2
Flask-QRcode
A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
Stars: ✭ 89 (+493.33%)
Mutual labels:  jinja2
jinja2-time
📆 Jinja2 Extension for Dates and Times
Stars: ✭ 64 (+326.67%)
Mutual labels:  jinja2
minijinja
MiniJinja is a powerful but minimal dependency template engine for Rust
Stars: ✭ 540 (+3500%)
Mutual labels:  jinja2
datasets
The primary repository for all of the CORGIS Datasets
Stars: ✭ 19 (+26.67%)
Mutual labels:  jinja2
liquidpy
A port of liquid template engine for python
Stars: ✭ 49 (+226.67%)
Mutual labels:  jinja2
mongu
🌱 Yet another Python Object-Document Mapper on top of PyMongo. It's lightweight, intuitive to use and easy to understand.
Stars: ✭ 15 (+0%)
Mutual labels:  pymongo
OLX Scraper
📻 An OLX Scraper using Scrapy + MongoDB. It Scrapes recent ads posted regarding requested product and dumps to NOSQL MONGODB.
Stars: ✭ 15 (+0%)
Mutual labels:  pymongo
ansible-role-k8s
This role render an arbitrary number of Jinja2 templates and deploys or removes them to/from Kubernetes clusters.
Stars: ✭ 26 (+73.33%)
Mutual labels:  jinja2
vscode-saltstack
SaltStack extension for Microsoft Visual Studio Code
Stars: ✭ 26 (+73.33%)
Mutual labels:  jinja2
MLH-Quizzet
This is a smart Quiz Generator that generates a dynamic quiz from any uploaded text/PDF document using NLP. This can be used for self-analysis, question paper generation, and evaluation, thus reducing human effort.
Stars: ✭ 23 (+53.33%)
Mutual labels:  jinja2

Busca Imóveis

Sistema voltado para agregação de anúncios de imóveis. Alguns dos serviços coletados no momento são:

  • OLX

Em breve para os seguintes serviços:

  • ZAP Imóveis
  • Viva Real

Todos os anúncios são coletados via crawling usando o Busca Imóveis Scraper.

Instalação

Faça o checkout do projeto:

$ git clone https://github.com/gilsondev/buscaimoveis

Prepare o ambiente com virtualenv e instale as dependências:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ make install

Então inicie o servidor local:

$ bimoveis runserver

Testes

O projeto usa Selenium para testes de aceitação. Com isso é recomendável ter o PhantomJS instalado. Com tudo pronto digite o comando:

$ make test

Outros comandos

Mais dúvidas sobre os comandos disponíveis, digite os comandos abaixo:

$ make help

Usage:
  make <target>

Targets:
  help        Display this help
  clean       remove Python file artifacts
  test        run tests quickly with the default Python
  install     install the package to the active Python's site-packages
$ bimoveis

Usage: bimoveis [OPTIONS] COMMAND [ARGS]...

  Busca Imóveis APP

Options:
  --help  Show this message and exit.

Commands:
  runserver  Run the server with dev/debug mode
  shell      Open a shell with app in the context

Como Contribuir

Veja mais no arquivo CONTRIBUTING.md, as formas de ajudar com o projeto, e o AUTHORS.md para saber quem estão a frente e que pode te auxiliar.

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].