Skip to content

sandeepmanocha/Book-SocialMediaMiningPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering Social Media Mining with Python

Code repository for Mastering Social Media Mining with Python (July 2016)

Book cover

Ebook and paperback at Packt Publishing (the publisher)

Ebook and paperback at Amazon UK

The full companion code for the book will be released when the book will be published.

Setting up the environment

It's strongly recommended to create a virtual environment, either with virtualenv or with conda. The following paragraph describes how to set-up the environment with virtualenv:

# get the book repo
git clone https://github.com/bonzanini/Book-SocialMediaMiningPython.git
cd Book-SocialMediaMiningPython
# install/upgrade virtualenv
pip install -U virtualenv
# create the environment
virtualenv book_env
# activate the environment
source book_env/bin/activate
# install the Python dependencies
pip install -r requirements.txt

About

Companion code for the book "Mastering Social Media Mining with Python"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%