VikParuchuri / apartment-finder

A Slack bot that helps you find an apartment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no module named craigslist

danielguerra opened this issue · comments

daniel@865c00180794:/opt/wwc/apartment-finder# python scraper.py
Traceback (most recent call last):
File "scraper.py", line 1, in
from craigslist import CraigslistHousing
ImportError: No module named craigslist

you have to install craigslist first.

from within the docker instance I ran:

pip3 install python-craigslist --upgrade

everything is working now