A Django REST Framework–based application for analyzing social media posts.
The app extracts post data, runs sentiment analysis, and provides engagement insights.
🚀 Features
Sentiment analysis of social media posts (positive/negative/neutral).
Engagement tracking (likes, shares, comments).
REST API endpoints to fetch and analyze posts.
Extendable to multiple platforms (Twitter, Instagram, LinkedIn, etc.).
Simple dashboard UI (optional).
🛠️ Tech Stack
Backend: Django, Django REST Framework
Analytics: TextBlob (sentiment analysis)
Database: SQLite (default) / PostgreSQL
Frontend (optional): React / any REST client
Language: Python 3.x
📂 Project Setup
1️⃣ Clone the Repository
git clone https://github.com/yourusername/social-media-analytics-dashboard.git cd social-media-analytics-dashboard