Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hogelog/tools_for_maki
https://github.com/hogelog/tools_for_maki
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hogelog/tools_for_maki
- Owner: hogelog
- License: mit
- Created: 2015-11-23T15:24:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T09:19:14.000Z (about 9 years ago)
- Last Synced: 2023-04-13T16:16:53.868Z (almost 2 years ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```