Products from user tweets
Display a set of products depends on user tweets
Requirements
[sudo] pip install django
[sudo] pip install tweepy
[sudo] pip install nltk
[sudo] pip install hunspell
[sudo] pip install python-amazon-product-api
Nltk
sudo python
>> import nltk
>> nltk.download()
File → Change Download Directory
- C:\nltk_data (Windows)
- /usr/local/share/nltk_data (Mac)
- /usr/share/nltk_data (Unix)
Install 'all-corpora' package
More details on 'Installing NLTK Data'
Hunspell
TODO
Server
cd project/
python2.7 manage.py runserver