Skip to content

🐸 Generate relevant or irrelevant hashtags for your Instagram posts!

Notifications You must be signed in to change notification settings

CodeDotJS/LazyHashTags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Hashtags from Images for Your Instagram Posts

Try it out

Overview

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.

Getting Started

To run the Lazy Hashtags application locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/CodeDotJS/LazyHashTags
  1. Install the required packages:
cd LazyHashTags
pip install -r requirements.txt
  1. 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.

  2. 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
  1. Start uploading images and generating hashtags!

Contributing

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.

License

This project is licensed under the MIT License.