googletrends


Namegoogletrends JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://erdogant.github.io/googletrends
SummaryPython package to examine trending, spatio and temporal google searching for input queries.
upload_time2023-12-02 14:57:51
maintainer
docs_urlNone
authorErdogan Taskesen
requires_python>=3
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # googletrends

[![Python](https://img.shields.io/pypi/pyversions/googletrends)](https://img.shields.io/pypi/pyversions/googletrends)
[![PyPI Version](https://img.shields.io/pypi/v/googletrends)](https://pypi.org/project/googletrends/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/googletrends/blob/master/LICENSE)
[![Github Forks](https://img.shields.io/github/forks/erdogant/googletrends.svg)](https://github.com/erdogant/googletrends/network)
[![GitHub Open Issues](https://img.shields.io/github/issues/erdogant/googletrends.svg)](https://github.com/erdogant/googletrends/issues)
[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Downloads](https://pepy.tech/badge/googletrends/month)](https://pepy.tech/project/googletrends/month)
[![Downloads](https://pepy.tech/badge/googletrends)](https://pepy.tech/project/googletrends)
[![BuyMeCoffee](https://img.shields.io/badge/buymea-coffee-yellow.svg)](https://www.buymeacoffee.com/erdogant)
[![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/googletrends/)
<!---[![Coffee](https://img.shields.io/badge/coffee-black-grey.svg)](https://erdogant.github.io/donate/?currency=USD&amount=5)-->

``googletrends`` is Python package to examine trending, spatio and temporal google searching for input queries.
Data is al arround us. Some data is easy to get, others are not. Especially when it comes to what people are "thinking" related to an issue/brand/company can be though. However, the "thinking" process can supported by googling about the subject. So if we know what people are searching for, it can give insights in the "common" thoughts. To make it a bit less creepy, lets not do this on an individual basis. I developed the python package googletrends that allows to easily examine the search results per country/region and/or per time-frame and with(out) a specific keyword.
To demonstrate this, lets examine the google searches for the keywords "Corona" and "Virus", "covid-19" in the Netherlands, Italy, Belgium and Germany starting from December 2019 up to today. If you want to examine other keywords/countries/time frames, simply pip install the library.

<p align="center">
  <img src="https://github.com/erdogant/googletrends/blob/master/docs/figs/summary.png" width="1000" />
</p>


# 
**⭐️ Star this repo if you like it ⭐️**
#

#### Install googletrends from PyPI

```bash
pip install googletrends
```

#### Import googletrends package

```python
import googletrends
```
# 


### [Documentation pages](https://erdogant.github.io/googletrends/)

On the [documentation pages](https://erdogant.github.io/googletrends/) you can find detailed information about the working of the ``googletrends`` with many examples. 

<hr> 

### Examples

# 

* [Example: Get country names and abbrevations](https://erdogant.github.io/googletrends/pages/html/Examples.html#)

# 

* [Example: Examine google searches over time ](https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-timewise)

<p align="left">
  <a href="https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-timewise">
  <img src="https://github.com/erdogant/googletrends/blob/master/docs/figs/bitcoin_temporal.png" width="600" />
  </a>
</p>


# 

* [Example: Examine google searches over time groupby](https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-timewise)

<p align="left">
  <a href="https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-timewise">
  <img src="https://github.com/erdogant/googletrends/blob/master/docs/figs/bitcoin_temporal2.png" width="600" />
  </a>
</p>

# 

* [Example: Examine google searches over geographical locations.](https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-geographical)

<p align="left">
  <a href="https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-geographical">
  <img src="https://github.com/erdogant/googletrends/blob/master/docs/figs/spatio_NL.png" width="600" />
    <br>
  <img src="https://github.com/erdogant/googletrends/blob/master/docs/figs/bitcoin_geo_NL.png" width="600" />
    <br>
  <img src="https://github.com/erdogant/googletrends/blob/master/docs/figs/bitcoin_geo_worldmap.png" width="600" />
  </a>
</p>

# 

* [Example: Examine trending searches](https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-trends)

<p align="left">
  <a href="https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-trends">
  <img src="https://github.com/erdogant/googletrends/blob/master/docs/figs/bitcoin_NL_trends.png" width="600" />
  </a>
</p>



### References
* http://www.w3.org/Consortium/Legal/copyright-software

### Maintainers
* Erdogan Taskesen, github: [erdogant](https://github.com/erdogant)

### Contribute
* All kinds of contributions are welcome!
* If you wish to buy me a <a href="https://www.buymeacoffee.com/erdogant">Coffee</a> for this work, it is very appreciated :)



            

Raw data

            {
    "_id": null,
    "home_page": "https://erdogant.github.io/googletrends",
    "name": "googletrends",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "",
    "author": "Erdogan Taskesen",
    "author_email": "erdogant@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/49/00/6d29568c85f709c9b978411116830bb5e688a698a3e93373fa441d4fc069/googletrends-0.1.2.tar.gz",
    "platform": null,
    "description": "# googletrends\r\n\r\n[![Python](https://img.shields.io/pypi/pyversions/googletrends)](https://img.shields.io/pypi/pyversions/googletrends)\r\n[![PyPI Version](https://img.shields.io/pypi/v/googletrends)](https://pypi.org/project/googletrends/)\r\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/googletrends/blob/master/LICENSE)\r\n[![Github Forks](https://img.shields.io/github/forks/erdogant/googletrends.svg)](https://github.com/erdogant/googletrends/network)\r\n[![GitHub Open Issues](https://img.shields.io/github/issues/erdogant/googletrends.svg)](https://github.com/erdogant/googletrends/issues)\r\n[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)\r\n[![Downloads](https://pepy.tech/badge/googletrends/month)](https://pepy.tech/project/googletrends/month)\r\n[![Downloads](https://pepy.tech/badge/googletrends)](https://pepy.tech/project/googletrends)\r\n[![BuyMeCoffee](https://img.shields.io/badge/buymea-coffee-yellow.svg)](https://www.buymeacoffee.com/erdogant)\r\n[![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/googletrends/)\r\n<!---[![Coffee](https://img.shields.io/badge/coffee-black-grey.svg)](https://erdogant.github.io/donate/?currency=USD&amount=5)-->\r\n\r\n``googletrends`` is Python package to examine trending, spatio and temporal google searching for input queries.\r\nData is al arround us. Some data is easy to get, others are not. Especially when it comes to what people are \"thinking\" related to an issue/brand/company can be though. However, the \"thinking\" process can supported by googling about the subject. So if we know what people are searching for, it can give insights in the \"common\" thoughts. To make it a bit less creepy, lets not do this on an individual basis. I developed the python package googletrends that allows to easily examine the search results per country/region and/or per time-frame and with(out) a specific keyword.\r\nTo demonstrate this, lets examine the google searches for the keywords \"Corona\" and \"Virus\", \"covid-19\" in the Netherlands, Italy, Belgium and Germany starting from December 2019 up to today. If you want to examine other keywords/countries/time frames, simply pip install the library.\r\n\r\n<p align=\"center\">\r\n  <img src=\"https://github.com/erdogant/googletrends/blob/master/docs/figs/summary.png\" width=\"1000\" />\r\n</p>\r\n\r\n\r\n# \r\n**\u2b50\ufe0f Star this repo if you like it \u2b50\ufe0f**\r\n#\r\n\r\n#### Install googletrends from PyPI\r\n\r\n```bash\r\npip install googletrends\r\n```\r\n\r\n#### Import googletrends package\r\n\r\n```python\r\nimport googletrends\r\n```\r\n# \r\n\r\n\r\n### [Documentation pages](https://erdogant.github.io/googletrends/)\r\n\r\nOn the [documentation pages](https://erdogant.github.io/googletrends/) you can find detailed information about the working of the ``googletrends`` with many examples. \r\n\r\n<hr> \r\n\r\n### Examples\r\n\r\n# \r\n\r\n* [Example: Get country names and abbrevations](https://erdogant.github.io/googletrends/pages/html/Examples.html#)\r\n\r\n# \r\n\r\n* [Example: Examine google searches over time ](https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-timewise)\r\n\r\n<p align=\"left\">\r\n  <a href=\"https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-timewise\">\r\n  <img src=\"https://github.com/erdogant/googletrends/blob/master/docs/figs/bitcoin_temporal.png\" width=\"600\" />\r\n  </a>\r\n</p>\r\n\r\n\r\n# \r\n\r\n* [Example: Examine google searches over time groupby](https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-timewise)\r\n\r\n<p align=\"left\">\r\n  <a href=\"https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-timewise\">\r\n  <img src=\"https://github.com/erdogant/googletrends/blob/master/docs/figs/bitcoin_temporal2.png\" width=\"600\" />\r\n  </a>\r\n</p>\r\n\r\n# \r\n\r\n* [Example: Examine google searches over geographical locations.](https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-geographical)\r\n\r\n<p align=\"left\">\r\n  <a href=\"https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-geographical\">\r\n  <img src=\"https://github.com/erdogant/googletrends/blob/master/docs/figs/spatio_NL.png\" width=\"600\" />\r\n    <br>\r\n  <img src=\"https://github.com/erdogant/googletrends/blob/master/docs/figs/bitcoin_geo_NL.png\" width=\"600\" />\r\n    <br>\r\n  <img src=\"https://github.com/erdogant/googletrends/blob/master/docs/figs/bitcoin_geo_worldmap.png\" width=\"600\" />\r\n  </a>\r\n</p>\r\n\r\n# \r\n\r\n* [Example: Examine trending searches](https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-trends)\r\n\r\n<p align=\"left\">\r\n  <a href=\"https://erdogant.github.io/googletrends/pages/html/Examples.html#analyze-trends\">\r\n  <img src=\"https://github.com/erdogant/googletrends/blob/master/docs/figs/bitcoin_NL_trends.png\" width=\"600\" />\r\n  </a>\r\n</p>\r\n\r\n\r\n\r\n### References\r\n* http://www.w3.org/Consortium/Legal/copyright-software\r\n\r\n### Maintainers\r\n* Erdogan Taskesen, github: [erdogant](https://github.com/erdogant)\r\n\r\n### Contribute\r\n* All kinds of contributions are welcome!\r\n* If you wish to buy me a <a href=\"https://www.buymeacoffee.com/erdogant\">Coffee</a> for this work, it is very appreciated :)\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python package to examine trending, spatio and temporal google searching for input queries.",
    "version": "0.1.2",
    "project_urls": {
        "Download": "https://github.com/erdogant/googletrends/archive/0.1.2.tar.gz",
        "Homepage": "https://erdogant.github.io/googletrends"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf310663ea09d06a4b75062ff2fef9271bb9a0a3511c1adc272a6e0e51956ebb",
                "md5": "fd8ac3a6e33175cc684453c8baeaf294",
                "sha256": "745b560ee23102d19fbcecfaa1ce7c0e7fa8caf920b396220dfe731af13c2973"
            },
            "downloads": -1,
            "filename": "googletrends-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd8ac3a6e33175cc684453c8baeaf294",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 90454,
            "upload_time": "2023-12-02T14:57:50",
            "upload_time_iso_8601": "2023-12-02T14:57:50.126562Z",
            "url": "https://files.pythonhosted.org/packages/cf/31/0663ea09d06a4b75062ff2fef9271bb9a0a3511c1adc272a6e0e51956ebb/googletrends-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49006d29568c85f709c9b978411116830bb5e688a698a3e93373fa441d4fc069",
                "md5": "3afab818f4d4d1edddf52b2b7efe9702",
                "sha256": "d9211328e0565b930c10a26f12d55a362a4ded1a81cca87e42f6cf60a73bb08c"
            },
            "downloads": -1,
            "filename": "googletrends-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3afab818f4d4d1edddf52b2b7efe9702",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 92748,
            "upload_time": "2023-12-02T14:57:51",
            "upload_time_iso_8601": "2023-12-02T14:57:51.981414Z",
            "url": "https://files.pythonhosted.org/packages/49/00/6d29568c85f709c9b978411116830bb5e688a698a3e93373fa441d4fc069/googletrends-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-02 14:57:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "erdogant",
    "github_project": "googletrends",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "googletrends"
}
        
Elapsed time: 0.27103s