mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #218] [CLOSED] Integrate social media login and posting with analytics #598
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#598
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/218
Author: @AJaySi
Created: 8/23/2025
Status: ❌ Closed
Base:
main← Head:cursor/integrate-social-media-login-and-posting-with-analytics-7e09📝 Commits (1)
89844daAdd 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.