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

https://github.com/krisnova/easy-twitter-data-science

A quick and easy jump start into data science on Twitter data. This repository is catered to users who are less technical.
https://github.com/krisnova/easy-twitter-data-science

Last synced: about 1 year ago
JSON representation

A quick and easy jump start into data science on Twitter data. This repository is catered to users who are less technical.

Awesome Lists containing this project

README

          

# easy-twitter-data-science
The simplest way of getting a hello world example running with the following stack

- [Twitter](https://dev.twitter.com/overview/documentation)
- [Jupyter Notebook](http://jupyter.org/) (Python)

# Installation

First [Download](https://github.com/kris-nova/easy-twitter-data-science/archive/master.zip) the zip file.

Double click **Setup** to install the package

Double click **Run** to run the package.

You can now begin playing with twitter data.

# Run the notebook

make launch

# Beginners Guide (Command Line)

Open a terminal

cmd+space "terminal"

Navigate to the directory you want to install this in

cd ~/Workspace

Clone the repository

git clone https://github.com/kris-nova/easy-twitter-data-science.git

Explore the new repository

cd easy-twitter-data-science
make install-osx
make launch