Use Twitter feed to create a wordcloud from tweets.
- Run zookeeper and kafka broker
- Create & activate a virtualenv and install dependencies by typing
pip install -r requirements.txt
- Insert your twitter API key and token in producer.py
- Run
python producer.py #<sometrendyhashtag>
in one terminal - Run
python consumer.py
in the other terminal