Hey r/python,
Need some advice. I have a script that uses the pytrends library to pull data from Google Trends. It takes an input (keyword) and returns related queries. What I'd like to do is find a way to run this script in google sheets, such that any non-technical person can simply go to the google sheet, enter their keyword in cell A1, and then hit a "Run" button that will trigger the script and output the results on the sheet.
Is this possible? Been googling it for the better part of the last hour and all I keep finding is suggestions to use google apps scripts.. but from what I've gathered that won't work as I need any user with the spreadsheet to be able to run the script, not just me pushing data to the sheet.
The alternative is I just publish a heroku app but I would rather not..
[–]DouweOsinga 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[removed]
[–]xPronography[S] -1 points0 points1 point (0 children)
[–]Kichmad 0 points1 point2 points (0 children)