The simplest way of getting a hello world example running with the following stack
- Jupyter Notebook (Python)
First Download 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.
In order to get started we need to install dependencies on your host machine.
OS X
make install-osx
Linux
make install-linux
Windows
Unsupported - and never will be
make launch
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