Skip to content

feat: add Google Trends data fetch script - #704

Open
ngotommy wants to merge 2 commits into
mainfrom
google-trends
Open

feat: add Google Trends data fetch script#704
ngotommy wants to merge 2 commits into
mainfrom
google-trends

Conversation

@ngotommy

Copy link
Copy Markdown
Contributor

Context

For Capstone PM Project: created a python script to fetch keyword trending data from Google Trends and save it into a csv file.

What changed

Added two new files:
lib/data/keywords.txt - pre-populated list of keywords
lib/scripts/google_trends.py - loads keywords, fetches popularity data for keywords, saves data in trends_data.csv

How to test it

pip3 install pytrends pandas
python3 lib/scripts/google_trends.py

References

Info Doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants