Installation
Install TrendFlow and make your first Google Trends query, in Python or JavaScript.
Installation
Stable release
To install Trendflow, run this command in your terminal:
uv add trendflow-py
Or if you prefer to use pip:
pip install trendflow-py
The distribution on PyPI is trendflow-py; you still import trendflow in Python.
From source
The source files for Trendflow can be downloaded from the Github repo.
You can either clone the public repository:
git clone https://github.com/dariomory/trendflow
Or download the tarball:
curl -OJL https://github.com/dariomory/trendflow/tarball/main
Once you have a copy of the source, you can install it with:
cd trendflow
uv sync