8000 GitHub - sbenthall/bigbang: Scientific analysis of collaborative communities
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sbenthall/bigbang

 
 

Repository files navigation

BigBang

BigBang is a toolkit for studying communications data from collaborative projects. It currently supports analyzing mailing lists from Sourceforge, Mailman, or .mbox files.

Gitter

Installation

You can use Anaconda. This will also install the conda package management system, which you can use to complete installation.

Install Anaconda, with Python version 2.7.

If you choose not to use Anaconda, you may run into issues with versioning in Python. Add the Conda installation directory to your path during installation.

Run the following commands:

git clone https://github.com/datactive/bigbang.git
conda create -n bigbang python=2.7
cd bigbang
bash conda-setup.sh
source activate bigbang

(If you use a different conda environment name, you'll need to modify conda-setup.sh to match.)

pip installation

Alternatively you can use pip for installation. Run the following commands:

git clone https://github.com/datactive/bigbang.git
# optionally create a new virtualenv here
pip install -r requirements.txt
python setup.py develop

Usage

There are serveral Jupyter notebooks in the examples/ directory of this repository. To open them and begin exploring, run the following commands in the root directory of this repository:

source activate bigbang
ipython notebook examples/

Collecting mail archives