Skip to content

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

Notifications You must be signed in to change notification settings

aembryonic/Book-SocialMediaMiningPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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.com and Amazon UK

Author's blog post for a bird's eye view on the book

Author profile (with book reviews/ratings) at Goodreads.com

If you've read the book, please consider leaving a review/rating on the above web sites. If you wrote a review (e.g. blog post), please let me know and I'll be happy to include it here.

Setting up the environment

Requirements: Python 3.4+

It's strongly recommended to create a virtual environment, either with virtualenv or with conda. This section 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 (not needed on Python 3.4+):

pip install -U virtualenv

Create the environment:

virtualenv book_env

Activate the environment:

source book_env/bin/activate

Install all 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%