This Streamlit app scrapes trending products from eBay based on a search query and generates SEO-friendly blog posts using Google's Gemini AI.
- Clone the repo
- Install requirements:
pip install -r requirements.txt - Run the app:
streamlit run ebay_blog_app.py - Enter your eBay search term and generate product blogs
- Replace
GEMINI_API_KEYin the script with your own API key or set it as a secret on deployment platforms.