Installation

This part of the documentation covers the installation of utuby. The first step to using any software package is getting it properly installed.

Dependencies

  • beautifulsoup4
  • requests
  • lxml
  • cssselect
  • vaderSentiment
  • textblob
  • pandas

Distribute & Pip

Installing utuby is simple with pip.

$ pip install utuby

Get the Code

utuby is actively developed on GitHub, where the code is always available.

You can clone the public repository:

git clone git://github.com/santhoshse7en/utuby.git

Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages easily:

$ pip install -r requirements.txt
$ python setup.py install

Feel free to give our testing suite a shot:

$ python twitter/utuby.py