yono / yonobot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yonobot

Tweet with markovchain algorism.

CircleCI

Requirements

  • Docker

Installation

$ git clone git://github.com/yono/yonobot.git
$ cd yonobot
$ docker-compose build

Usage

Show help

$ docker-compose run web bundle exec bin/yonobot

Analyze and store data from tweets.csv

Download tweet.js from https://twitter.com and place it to project root directory.

Please edit top row of tweet.js like below.

1c1
< window.YTD.tweet.part0 = [ {
---
> [ {
$ docker-compose run web bundle exec bin/yonobot analysis

LICENSE

MIT License

About


Languages

Language:Ruby 97.8%Language:Dockerfile 2.2%