The hottest Substack posts of Franz likes to code

And their main takeaways
39 implied HN points 05 Sep 24
  1. If you're having trouble with the Google Trends Python package, you can switch to using Wikipedia's page view statistics instead. It's a reliable and official way to get data on search trends.
  2. Wikipedia provides a rich API that allows you to fetch daily or hourly view counts for specific articles. This can help analyze how topics gain interest over time.
  3. You can use a simple Python code to find the page views for any Wikipedia article, making it easy to replace Google Trends in your research and get the data you need.
1 HN point 16 Sep 24
  1. Google Correlate was a tool for finding related search patterns, similar to Google Trends, but it was shut down in 2019.
  2. You can create a personal alternative using publicly available data, like Wikipedia page views, by scraping and analyzing it with Python.
  3. Using methods like similarity searches and cosine distance, you can identify articles that have similar view patterns to a given topic.