mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 00:45:54 +03:00
[PR #223] [MERGED] Migrate linkedin writer to fastapi backend #266
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#266
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/223
Author: @AJaySi
Created: 8/28/2025
Status: ✅ Merged
Merged: 9/1/2025
Merged by: @AJaySi
Base:
main← Head:cursor/migrate-linkedin-writer-to-fastapi-backend-225b📝 Commits (1)
58918d3Add LinkedIn content generation service to backend📊 Changes
11 files changed (+3573 additions, -0 deletions)
View changed files
➕
backend/README_LINKEDIN_MIGRATION.md(+287 -0)📝
backend/app.py(+6 -0)➕
backend/docs/LINKEDIN_CONTENT_GENERATION.md(+473 -0)➕
backend/models/__pycache__/__init__.cpython-313.pyc(+0 -0)➕
backend/models/__pycache__/linkedin_models.cpython-313.pyc(+0 -0)➕
backend/models/linkedin_models.py(+322 -0)➕
backend/routers/linkedin.py(+511 -0)➕
backend/services/linkedin_service.py(+1137 -0)➕
backend/start_linkedin_service.py(+241 -0)➕
backend/test_linkedin_endpoints.py(+341 -0)➕
backend/validate_linkedin_structure.py(+255 -0)📄 Description
Migrate the LinkedIn content generation suite from Streamlit to FastAPI endpoints, integrating it into the backend with enhanced features and a modern API.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.