mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #239] [CLOSED] Feature/gsc integration fixed #610
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#610
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/239
Author: @Om-Singh1808
Created: 9/5/2025
Status: ❌ Closed
Base:
main← Head:feature/gsc-integration-fixed📝 Commits (5)
cc8f9cdClean up: Remove all cache files and add comprehensive .gitignore0342b64feat: Add No Website button to onboarding Step 2 with business description form593b2cdfeat: Complete onboarding system with No Website functionality510fbfafeat: Complete Google Search Console integration with Clerk authentication870e73dfix: Remove hardcoded secrets from env template files📊 Changes
45 files changed (+2884 additions, -140 deletions)
View changed files
➕
.gitignore(+66 -0)➕
GSC_INTEGRATION_README.md(+268 -0)➖
backend/api/__pycache__/__init__.cpython-313.pyc(+0 -0)➖
backend/api/__pycache__/onboarding.cpython-313.pyc(+0 -0)📝
backend/api/facebook_writer/services/story_service.py(+2 -1)📝
backend/api/onboarding.py(+74 -1)📝
backend/app.py(+47 -0)➕
backend/database/migrations/add_business_info_table.sql(+27 -0)➕
backend/env_template.txt(+8 -0)➕
backend/middleware/auth_middleware.py(+120 -0)➖
backend/models/__pycache__/__init__.cpython-313.pyc(+0 -0)➖
backend/models/__pycache__/linkedin_models.cpython-313.pyc(+0 -0)➕
backend/models/business_info_request.py(+24 -0)➕
backend/models/user_business_info.py(+38 -0)📝
backend/reset_onboarding.py(+83 -112)➕
backend/routers/gsc_auth.py(+208 -0)➕
backend/scripts/run_business_info_migration.py(+100 -0)➖
backend/services/__pycache__/__init__.cpython-313.pyc(+0 -0)➖
backend/services/__pycache__/api_key_manager.cpython-313.pyc(+0 -0)➖
backend/services/__pycache__/validation.cpython-313.pyc(+0 -0)...and 25 more files
📄 Description
I have integrated GSC into the SEO dashboard to bring in real data from the users GSC account and updates it into the SEO dashboard.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.