A simple hastag miner/explorer web app for the Growth team @ Premise.
- Clone this repository
- Set up virtual environment (http://virtualenvwrapper.readthedocs.org/en/latest/)
pip install virtualenvwrapper ...
export WORKON_HOME=~/Envs
mkdir -p $WORKON_HOME
source /usr/local/bin/virtualenvwrapper.sh
mkvirtualenv env1
--Replace env1 with some name you want for the hashtag miner --
How to access:
workon env1
- `Pip install –r requirements.txt (only required once)
- navigate to the hashtag-miner folder
python manage.py runserver localhost:8000
-
open web browser to localhost:8000