# π Best Hashtags
**Best Hashtags** is a Python tool that helps you find the most popular hashtags for a given word. Itβs perfect for content creators, marketers, and social media enthusiasts looking to boost their reach with relevant hashtags.
## π Features
- **Retrieve Top Hashtags**: Instantly find the most popular hashtags for any keyword.
- **Customizable Results**: Get a specific number of hashtags based on your needs.
- **Randomized Option**: Shuffle the hashtags for more variety.
## βοΈ Installation
You can install **Best Hashtags** in two ways:
### 1οΈβ£ Install via PyPI (Recommended)
The easiest way to get started is by installing the package from [PyPI]
```pip install best-hashtags```
## π‘ Usage
You can use **Best Hashtags** directly in your Python code.
### Example 1: Using from the Command Line
```python src/best_hashtags.py music```
This will display the top 30 hashtags related to **"music"**.
### Example 2: Using in Python Scripts
```bash
from best_hashtags import BestHashtags
# Initialize the BestHashtags class
hashtag_finder = BestHashtags()
# Search for hashtags related to "music"
hashtags = hashtag_finder.get_hashtags('music', quantity=30, ordered=True)
# Display the results
print(hashtags)
```
## π License
This project is licensed under the [MIT License](LICENSE).
---
π‘ *Contributions and feedback are always welcome!*
Raw data
{
"_id": null,
"home_page": "https://github.com/robertobalestri/best_hashtags",
"name": "best-hashtags",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Your Name",
"author_email": "your.email@example.com",
"download_url": "https://files.pythonhosted.org/packages/4e/2d/e8fbae19b660c9db121ed955218f529e687972e66f51f31e7997dd6f0ada/best_hashtags-0.1.1.tar.gz",
"platform": null,
"description": "# \ud83d\udcc8 Best Hashtags\r\n\r\n**Best Hashtags** is a Python tool that helps you find the most popular hashtags for a given word. It\u2019s perfect for content creators, marketers, and social media enthusiasts looking to boost their reach with relevant hashtags.\r\n\r\n## \ud83d\ude80 Features\r\n\r\n- **Retrieve Top Hashtags**: Instantly find the most popular hashtags for any keyword.\r\n- **Customizable Results**: Get a specific number of hashtags based on your needs.\r\n- **Randomized Option**: Shuffle the hashtags for more variety.\r\n\r\n## \u2699\ufe0f Installation\r\n\r\nYou can install **Best Hashtags** in two ways:\r\n\r\n### 1\ufe0f\u20e3 Install via PyPI (Recommended)\r\n\r\nThe easiest way to get started is by installing the package from [PyPI]\r\n\r\n```pip install best-hashtags```\r\n\r\n## \ud83d\udca1 Usage\r\n\r\nYou can use **Best Hashtags** directly in your Python code.\r\n\r\n### Example 1: Using from the Command Line\r\n\r\n```python src/best_hashtags.py music```\r\n\r\nThis will display the top 30 hashtags related to **\"music\"**.\r\n\r\n### Example 2: Using in Python Scripts\r\n\r\n```bash\r\n\r\nfrom best_hashtags import BestHashtags\r\n\r\n# Initialize the BestHashtags class\r\nhashtag_finder = BestHashtags()\r\n\r\n# Search for hashtags related to \"music\"\r\nhashtags = hashtag_finder.get_hashtags('music', quantity=30, ordered=True)\r\n\r\n# Display the results\r\nprint(hashtags)\r\n\r\n```\r\n\r\n## \ud83d\udcc4 License\r\n\r\nThis project is licensed under the [MIT License](LICENSE).\r\n\r\n---\r\n\r\n\ud83d\udca1 *Contributions and feedback are always welcome!*\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A tool to find the best hashtags for a given word",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/robertobalestri/best_hashtags"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "32c8f8622a13ec4ec419958d4358aeb5dc186db86379f911d18a7bd51d2b96c5",
"md5": "5c49020832cbc948e101df1de2c7e48e",
"sha256": "ac557bce4c20107a0999fa8cc73dd763c827e75e0c99e4f93882ea7bc298347f"
},
"downloads": -1,
"filename": "best_hashtags-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c49020832cbc948e101df1de2c7e48e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 2907,
"upload_time": "2025-02-12T10:44:42",
"upload_time_iso_8601": "2025-02-12T10:44:42.676251Z",
"url": "https://files.pythonhosted.org/packages/32/c8/f8622a13ec4ec419958d4358aeb5dc186db86379f911d18a7bd51d2b96c5/best_hashtags-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4e2de8fbae19b660c9db121ed955218f529e687972e66f51f31e7997dd6f0ada",
"md5": "1773f5ff448d46f44b015b33fe019fba",
"sha256": "3f43a223ad7cacf4cff3a1fb1cb7381b79451e3dca42ca0ad74fdc29b4d8e8f0"
},
"downloads": -1,
"filename": "best_hashtags-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "1773f5ff448d46f44b015b33fe019fba",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2751,
"upload_time": "2025-02-12T10:44:43",
"upload_time_iso_8601": "2025-02-12T10:44:43.672502Z",
"url": "https://files.pythonhosted.org/packages/4e/2d/e8fbae19b660c9db121ed955218f529e687972e66f51f31e7997dd6f0ada/best_hashtags-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-12 10:44:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "robertobalestri",
"github_project": "best_hashtags",
"github_not_found": true,
"lcname": "best-hashtags"
}