hashitaggi


Namehashitaggi JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/hashitaggi
SummaryGet related hashtags
upload_time2023-09-13 20:28:31
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords hashtags
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Get related hashtags

## Tested against Windows 10 / Python 3.10 / Anaconda

### pip install hashitaggi


```python
from hashitaggi import get_hashtags
df = get_hashtags(
	hashtags=['jiujitsu', 'bjj'],
	opera_browser_exe=r"C:\Program Files\Opera GX\opera.exe",
	opera_driver_exe=r"C:\ProgramData\anaconda3\envs\dfdir\operadriver.exe",
	userdir=r"C:\operabrowserprofile2",
)
print(df)

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/hashitaggi",
    "name": "hashitaggi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "hashtags",
    "author": "Johannes Fischer",
    "author_email": "aulasparticularesdealemaosp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3b/e6/815a0287b71b383dde3c95abb7dfdac9af35706d56144c4324895b9db134/hashitaggi-0.10.tar.gz",
    "platform": null,
    "description": "\r\n# Get related hashtags\r\n\r\n## Tested against Windows 10 / Python 3.10 / Anaconda\r\n\r\n### pip install hashitaggi\r\n\r\n\r\n```python\r\nfrom hashitaggi import get_hashtags\r\ndf = get_hashtags(\r\n\thashtags=['jiujitsu', 'bjj'],\r\n\topera_browser_exe=r\"C:\\Program Files\\Opera GX\\opera.exe\",\r\n\topera_driver_exe=r\"C:\\ProgramData\\anaconda3\\envs\\dfdir\\operadriver.exe\",\r\n\tuserdir=r\"C:\\operabrowserprofile2\",\r\n)\r\nprint(df)\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Get related hashtags",
    "version": "0.10",
    "project_urls": {
        "Homepage": "https://github.com/hansalemaos/hashitaggi"
    },
    "split_keywords": [
        "hashtags"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "871bbc7dd71fad28e3eb693798af1c440aff02ebd943e1084eca50d43be5ec79",
                "md5": "ed2d79211beb55e390f534c9e1a502e0",
                "sha256": "3224a40b8182c7c3a07c774f21727b40f7f146d0e63071bf014ee094963693bb"
            },
            "downloads": -1,
            "filename": "hashitaggi-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ed2d79211beb55e390f534c9e1a502e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6859,
            "upload_time": "2023-09-13T20:28:29",
            "upload_time_iso_8601": "2023-09-13T20:28:29.756076Z",
            "url": "https://files.pythonhosted.org/packages/87/1b/bc7dd71fad28e3eb693798af1c440aff02ebd943e1084eca50d43be5ec79/hashitaggi-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3be6815a0287b71b383dde3c95abb7dfdac9af35706d56144c4324895b9db134",
                "md5": "92f1e3d69a1dae9f895aeb48ae2c3831",
                "sha256": "1780f527abc94151bd1ddf5849e416981d05358058df33f7c9b38964915f8b51"
            },
            "downloads": -1,
            "filename": "hashitaggi-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "92f1e3d69a1dae9f895aeb48ae2c3831",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5524,
            "upload_time": "2023-09-13T20:28:31",
            "upload_time_iso_8601": "2023-09-13T20:28:31.664332Z",
            "url": "https://files.pythonhosted.org/packages/3b/e6/815a0287b71b383dde3c95abb7dfdac9af35706d56144c4324895b9db134/hashitaggi-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-13 20:28:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hansalemaos",
    "github_project": "hashitaggi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "hashitaggi"
}
        
Elapsed time: 0.11639s