Scrapes data off Google Trends and makes it more insightful.
You will need:
pandas
matplotlib
seaborn
pytrends
Using pytrends
this Jupyter Notebook scrapes trends in Google Searches that people make. Once you make your query, it will generate:
- Regional Interest graph
- Interest over time graph
- Related Queries graph by relevance
GoogleTrendsAnalyser is licensed by Hamd Waseem under the Apache License 2.0.