Web application to create a wordcloud from Twitter.
- Create a wordcloud from Twitter
- Post to created wordcloud
- Python 3.4.3
- MeCab
- mecab-ipadic-neologd
- Gulp
- Bower
- Install Python 3.4.3
- Install MeCab
- Install mecab-ipadic-neologd
- Install Gulp (needs to compile sass)
- Install Bower (needs Pure)
pip install https://github.com/lightnet328/kurokumo
If such an error has occurred, try the following command
wget -nc -P /tmp http://bugs.python.org/file25808/14894.patch patch -p3 -f -d (your python path)/distutils < /tmp/14894.patch
e.g. /usr/local/lib/python3.4/, /usr/local/pyenv/versions/3.4.3/lib/python3.4
cd kurokumo/kurokumo # Edit SECRET_KEY, SOCIAL_AUTH_TWITTER_KEY, SOCIAL_AUTH_TWITTER_SECRET, MECAB["ARGUMENT"], FONT_PATH vi settings.py
cd ../kurokumo python manage.py migrate
npm install
bower install
gulp sass
python manage.py runserver
MIT
Copyright (c) 2015 lightnet328
See LICENSE.txt