Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Web application to create a wordcloud from Twitter.

NotificationsYou must be signed in to change notification settings

lightnet328/kurokumo

Repository files navigation

Web application to create a wordcloud from Twitter.

Features

  • Create a wordcloud from Twitter
  • Post to created wordcloud

Requirements

  • Python 3.4.3
  • MeCab
  • mecab-ipadic-neologd
  • Gulp
  • Bower

Preparation

  • Install Python 3.4.3
  • Install MeCab
  • Install mecab-ipadic-neologd
  • Install Gulp (needs to compile sass)
  • Install Bower (needs Pure)

Installation

Install Kurokumo

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.patchpatch -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

Configure

cd kurokumo/kurokumo# Edit SECRET_KEY, SOCIAL_AUTH_TWITTER_KEY, SOCIAL_AUTH_TWITTER_SECRET, MECAB["ARGUMENT"], FONT_PATHvi settings.py

Create database

cd ../kurokumopython manage.py migrate

Install npm packages

npm install

Install bower packages

bower install

Compile scss

gulp sass

Run server

python manage.py runserver

seehttp://127.0.0.1:8000

License

MIT

Copyright (c) 2015 lightnet328

See LICENSE.txt

About

Web application to create a wordcloud from Twitter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp