Analysing the WeRateDogs twitter account. Practising data wrangling and analysis.
$ conda install pandas numpy python=3.6 matplotlib seaborn
$ conda install -c conda-forge jupyter_contrib_nbextensions wordcloud
$ pip install requests tweepy jsonschema
You can find the installation documentation for the Jupyter platform, on ReadTheDocs. The documentation for advanced usage of Jupyter notebook can be found here.
For a local installation, make sure you have pip installed and run:
$ pip install notebook
Launch with:
$ jupyter notebook
You need some configuration before starting Jupyter notebook remotely. See Running a notebook server.
Apply for a Twitter API account and provide your own login information , before running the API request.