Generate Hashtags from Images for Your Instagram Posts
I built this app for fun, to automatically generate hashtags for my Instagram posts. It came about because I wanted an easy way to do this, and it works well.
To run the Lazy Hashtags application locally, follow these steps:
- Clone the repository:
git clone https://github.com/CodeDotJS/LazyHashTags
- Install the required packages:
cd LazyHashTags
pip install -r requirements.txt
-
You will need an Imagga API key to use the hashtag generation feature. You can get it by signing up for a free account on Imagga.
-
Create an
.env
in the root of the folder and replace<YOUR API KEY>
with your own key.
AUTH_KEY=<YOUR API KEY>
- Run the application
python main.py
- Start uploading images and generating hashtags!
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License.