📈 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
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.
💡 Contributions and feedback are always welcome!
Release files for best-hashtags 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| best_hashtags-0.1.1.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| best_hashtags-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.7 kB