Installation
This part of the documentation covers the installation of tweety. The first step to using any software package is getting it properly installed.
Dependencies
- beautifulsoup4
- selenium
- chromedriver-binary
- vaderSentiment
- textblob
- pandas
Distribute & Pip
Installing tweety is simple with pip.
$ pip install tweety
Get the Code
tweety is actively developed on GitHub, where the code is always available.
You can clone the public repository:
git clone git://github.com/santhoshse7en/tweety.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/tweety.py