[PR #218] [CLOSED] Integrate social media login and posting with analytics #598

Closed
opened 2026-03-13 20:59:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AJaySi/ALwrity/pull/218
Author: @AJaySi
Created: 8/23/2025
Status: Closed

Base: mainHead: cursor/integrate-social-media-login-and-posting-with-analytics-7e09


📝 Commits (1)

  • 89844da Add social media integration with OAuth, analytics, and posting

📊 Changes

12 files changed (+3188 additions, -2 deletions)

View changed files

SOCIAL_MEDIA_INTEGRATION_SUMMARY.md (+236 -0)
backend/api/social_connections.py (+575 -0)
📝 backend/app.py (+4 -0)
backend/models/social_connections.py (+153 -0)
📝 backend/requirements.txt (+12 -1)
📝 backend/services/database.py (+3 -1)
backend/services/gsc_analytics_service.py (+431 -0)
backend/services/oauth_service.py (+490 -0)
backend/services/social_posting_service.py (+388 -0)
docs/SOCIAL_MEDIA_INTEGRATION_SETUP.md (+282 -0)
frontend/src/components/OnboardingWizard/SocialConnectionsStep.tsx (+611 -0)
📝 frontend/src/components/OnboardingWizard/Wizard.tsx (+3 -0)

📄 Description

Add social media integration, including Google Search Console as a proof of concept, to allow users to connect platforms, post content, and fetch analytics.


Open in Cursor Open in Web

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AJaySi/ALwrity/pull/218 **Author:** [@AJaySi](https://github.com/AJaySi) **Created:** 8/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cursor/integrate-social-media-login-and-posting-with-analytics-7e09` --- ### 📝 Commits (1) - [`89844da`](https://github.com/AJaySi/ALwrity/commit/89844dae4bd45dbff37ba43889dad00dffcc8fcb) Add social media integration with OAuth, analytics, and posting ### 📊 Changes **12 files changed** (+3188 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `SOCIAL_MEDIA_INTEGRATION_SUMMARY.md` (+236 -0) ➕ `backend/api/social_connections.py` (+575 -0) 📝 `backend/app.py` (+4 -0) ➕ `backend/models/social_connections.py` (+153 -0) 📝 `backend/requirements.txt` (+12 -1) 📝 `backend/services/database.py` (+3 -1) ➕ `backend/services/gsc_analytics_service.py` (+431 -0) ➕ `backend/services/oauth_service.py` (+490 -0) ➕ `backend/services/social_posting_service.py` (+388 -0) ➕ `docs/SOCIAL_MEDIA_INTEGRATION_SETUP.md` (+282 -0) ➕ `frontend/src/components/OnboardingWizard/SocialConnectionsStep.tsx` (+611 -0) 📝 `frontend/src/components/OnboardingWizard/Wizard.tsx` (+3 -0) </details> ### 📄 Description Add social media integration, including Google Search Console as a proof of concept, to allow users to connect platforms, post content, and fetch analytics. --- <a href="https://cursor.com/background-agent?bcId=bc-31f1f71e-d319-45fb-a4d3-6ce316ebdc00"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"> <img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"> </picture> </a> <a href="https://cursor.com/agents?id=bc-31f1f71e-d319-45fb-a4d3-6ce316ebdc00"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"> <img alt="Open in Web" src="https://cursor.com/open-in-web.svg"> </picture> </a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 20:59:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#598
No description provided.