Skip to content

tudorelu/hustle_trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Google Trends Visualiser

This script pulls search data of a keyword from google trends and visualizes it.

Installation

Install python3 & the pip package manager.

Then install pytrends and plotly and pandas.

python3 -m pip install pytrends
python3 -m pip install plotly
python3 -m pip install pandas

Running

python3 trends.py 

When prompted, input your search term. The script will generate inside the Insights folder a file called '*_insights', * being your search term.

About

Showing some graphs from Google trends data, using pytrends and plotly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages