An open API service indexing awesome lists of open source software.

https://github.com/sachs7/apartment-bot

A bot that sends you the newest available apartments by scraping Craigslist and filtering based on the neighborhood and other parameters. Also, receive these updates via Slack so that you never miss any update!
https://github.com/sachs7/apartment-bot

apartment-bot bot neighborhood python scraping slack

Last synced: about 2 months ago
JSON representation

A bot that sends you the newest available apartments by scraping Craigslist and filtering based on the neighborhood and other parameters. Also, receive these updates via Slack so that you never miss any update!

Awesome Lists containing this project

README

          

# Apartment-Bot

A bot that sends you the newest available apartments by scraping Craigslist and filtering based on the neighborhood and other parameters. Also, receive these updates via Slack so that you never miss any update!

Apartment bot is inspired from [this](https://www.dataquest.io/blog/apartment-finding-slackbot/) and is a simplified form.

To install:
- Clone this repo.
- Run `pip3 install -r requirements.txt`
- Run `python main.py`

The Slack Message is as shown:
![Slack-Output](https://github.com/sachs7/Apartment-Bot/blob/master/Slack_Message.png?raw=true "Slack-Message")