Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hogelog/tools_for_maki


https://github.com/hogelog/tools_for_maki

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# analytics tools for maki

## Setup
### Install rbenv
```
$ brew install rbenv
$ brew install ruby-build
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
$ eval "$(rbenv init -)"
$ rbenv install 2.2.0
...
$ rbenv global 2.2.0
```

## Usage
### `expand_twitter_attributes.rb`

```
$ mysql -uroot analytics < db/twitter_links.sql
$ mysql -uroot analytics < db/twitter_attributes.sql
$ bundle
...
$ bundle exec ruby bin/expand_twitter_attributes.rb
```