https://github.com/trongkhanh083/faq-generator
FAQs Generate with Social Media Info (Facebook, X, Instagram and more)
https://github.com/trongkhanh083/faq-generator
facebook faq faqs instagram mistral-ai playwright social-media twitter x
Last synced: about 2 months ago
JSON representation
FAQs Generate with Social Media Info (Facebook, X, Instagram and more)
- Host: GitHub
- URL: https://github.com/trongkhanh083/faq-generator
- Owner: trongkhanh083
- Created: 2025-09-16T04:37:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T17:04:18.000Z (8 months ago)
- Last Synced: 2025-10-03T19:09:01.702Z (8 months ago)
- Topics: facebook, faq, faqs, instagram, mistral-ai, playwright, social-media, twitter, x
- Language: Python
- Homepage:
- Size: 342 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SocialInsight AI - FAQ Generator 🚀
A powerful Flask application that transforms social media content into comprehensive Frequently Asked Questions (FAQs) using AI-powered scraping and natural language processing.


✨ Features
🌐 Multi-Platform Support: Facebook, Instagram, X (Twitter), and more
🌍 Multi-Language: Support for 8 languages (English, Vietnamese, French, Spanish, German, Chinese, Japanese, Korean)
🤖 AI-Powered: Uses LLM API for intelligent FAQ generation
⚡ Real-time Processing: Background processing with progress tracking
🎨 Modern UI: Professional, responsive web interface
🚀 Quick Start
🔧 Installation
Clone the repository
```
git clone https://github.com/trongkhanh083/faq-generator.git
cd faq-generator
```
Python dependencies
```
pip install -r requirements.txt
```
Playwright browsers
```
playwright install
```
Create environment variables .env:
```
MISTRAL_API_KEY=your_mistral_api_key
```
🎯 Inference
Run pipeline
```
python pipeline.py --url [URL] --plf [fb/x/ig/df] --lang en --cnt 10
```
or
Start development server
```
python app.py
```

SocialInsight AI - Transforming social content into actionable knowledge. 🚀
Made with ❤️ for the open source community