Effortlessly create engaging social media content! This tool leverages the power of Meta AI to generate trending posts tailored to your profession and industry. Save time and boost your online presence with AI-powered content creation.
npm install linkedin-auto-posterbash
git clone https://github.com/Jazzhunks/socialmedia-post-generator.git
`
2. Navigate to the project directory:
`bash
cd socialmedia-post-generator
`
3. Create and activate a virtual environment:
`bash
python3 -m venv venv
source venv/bin/activate
`
4. Install the dependencies:
`bash
pip install -r requirements.txt
`
5. Run the Flask application:
`bash
python app.py
`
6. Open your web browser and go to the provided address (usually http://127.0.0.1:5000/`) to access the application.