Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 540 Bytes

File metadata and controls

15 lines (10 loc) · 540 Bytes

SEO-Blog-Post-Creation-Tool

eBay Product Blog Generator with Gemini AI

This Streamlit app scrapes trending products from eBay based on a search query and generates SEO-friendly blog posts using Google's Gemini AI.

How to run

  1. Clone the repo
  2. Install requirements: pip install -r requirements.txt
  3. Run the app: streamlit run ebay_blog_app.py
  4. Enter your eBay search term and generate product blogs

Notes

  • Replace GEMINI_API_KEY in the script with your own API key or set it as a secret on deployment platforms.