31
loading...
This website collects cookies to deliver better user experience
requirements.txt
file and a short script to plot data into a nice histogram data form. Simply download these two files as follows so save these to your desktop into some working directory google-trends-analysis.py
and requirements.txt
Create a directory named google-trends-analysis
and save these files into.virtualenv
installed, but if not just execute sudo pip3 install virtualenv
. Enter into google-trends-analysis
directory with cd google-trends-analysis
.cd google-trends-analysis
virtualenv
with the creation of working virtual environment directory called venv
.virtualenv venv
google-trends-analysis
directory looks like now like on picture hereunder.source venv/bin/activate
requirements.txt
file. Now execute installation in a virtual environment we already activated.pip3 install -r requirements.txt
google-trends-analysis.py
script hereunder just type this command and enjoy response in your browser IP 127.0.0.1 on a random port.python3 google-trends-analysis.py