Skip to content

otobrglez/noo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noo

noo is high-performance library for social media metrics collection.

Build Status

Usage

noo is shared library writen in Go that can be used in any programming language. This repository comes with few examples for C, Python, Ruby and Java.

Development

This instructions are work in progress. Just check the code.

# 1. Install Go >= 1.5

# 2. To run Python examples
mkvirtualenv --no-site-packages noo && \
  pip install --upgrade -r requirements.txt

# 3. Having FFI is a nice idea
sudo apt-get install libffi-dev # On Ubuntu
brew instal libffi              # On OSX with Homebrew

# Building 'noo.so'
make

# Running all 'integration tests'
make clean test

Resources

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published