Metadata-Version: 2.1
Name: hashitaggi
Version: 0.10
Summary: Get related hashtags
Home-page: https://github.com/hansalemaos/hashitaggi
Author: Johannes Fischer
Author-email: aulasparticularesdealemaosp@gmail.com
License: MIT
Keywords: hashtags
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE.rst
Requires-Dist: PrettyColorPrinter
Requires-Dist: a-pandas-ex-plode-tool
Requires-Dist: a-selenium2df
Requires-Dist: kthread-sleep
Requires-Dist: operagxdriver
Requires-Dist: pandas
Requires-Dist: selenium
Requires-Dist: ujson


# 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)

```
